Mad Over Donuts. Merge or Die.
A mobile-first web app for doomscrolling GitHub pull requests. Swipe to triage — approve, request changes, comment, or skip — faster than you can finish a donut.
- Paste a GitHub Personal Access Token (stays on your device, encrypted)
- Set a passphrase to lock the token at rest
- Swipe through your PR feed like a TikTok addict
- Swipe right — Approve
- Swipe left — Request changes
- Swipe up — Comment
- Swipe down — Skip
- Tap — View diff
- Long press — Open on GitHub
- Token encrypted with AES-GCM, key derived via PBKDF2
- All data stays in IndexedDB on your device
- No server, no telemetry, no accounts
- Only talks to
api.github.com
python3 -m http.server 8000
# open http://localhost:8000Cloudflare Pages at mod.naklitechie.com.
Part of the NakliTechie browser tools series.