Query your Twitter/X data with SQL — directly in the browser. Built with Waku, sql.js, and deployed on Cloudflare Workers.
- Run SQL queries against your tweet archive in the browser
- Everything runs client-side — nothing is uploaded
- Drag & drop your own SQLite database file
- Pre-loaded with sample tweet data
npm install
npm run devOpen http://localhost:3000.
- Request your Twitter archive or use twitter-to-sqlite
- If using the Twitter archive, convert
tweets.jsto SQLite:node scripts/tweets-js-to-sqlite.mjs path/to/tweets.js output.db
- Drop the
.dbfile onto the app
Deploys to Cloudflare Workers:
CLOUDFLARE=1 npm run build
wrangler deployUpdate the routes in wrangler.jsonc to use your own domain.