Skip to content

NakliTechie/mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoD — Merge or Die

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.

How it works

  1. Paste a GitHub Personal Access Token (stays on your device, encrypted)
  2. Set a passphrase to lock the token at rest
  3. Swipe through your PR feed like a TikTok addict

Gestures

  • Swipe right — Approve
  • Swipe left — Request changes
  • Swipe up — Comment
  • Swipe down — Skip
  • Tap — View diff
  • Long press — Open on GitHub

Privacy

  • 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

Run locally

python3 -m http.server 8000
# open http://localhost:8000

Deploy

Cloudflare Pages at mod.naklitechie.com.


Part of the NakliTechie browser tools series.

About

MoD — Merge or Die. Swipe through GitHub PRs. Mobile-first PWA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors