WeSearch

simonw/browser-compat-db

Simon Willison· ·1 min read · 0 reactions · 0 comments · 46 views
#technology#database#github#Simon W#Mozilla#GitHub#Datasette Lite
⚡ TL;DR · AI summary

Simon W created a SQLite database from Mozilla's browser compatibility data repository. The database is available for download and can be explored with Datasette Lite due to its hosting with open CORS headers. The project is hosted on GitHub and utilizes a GitHub Actions workflow to build and update the database.

Key facts
Original article
Simon Willison's Weblog · Simon Willison
Read full at Simon Willison's Weblog →
Opening excerpt (first ~120 words) tap to expand

simonw/browser-compat-db. Inspired by Mozilla's new MDN MCP service - source code here - I decided to try converting their comprehensive mdn/browser-compat-data repository full of browser compatibility data into a SQLite database. This new GitHub Repo includes a Claude Code for web (Opus 4.8) generated script for doing that using sqlite-utils. I wanted the resulting ~66MB SQLite database to be available via the GitHub CDN with open CORS headers. GitHub releases don't have those, but any file stored in a regular GitHub repository does - so I had Codex Desktop (GPT-5.5) build a GitHub Actions workflow that builds the database and then force-pushes it to a db "orphan" branch.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Simon Willison's Weblog.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments