Built for developers
TODOs in comments don’t get done.
Scan your repos, surface every TODO and keep track of what still needs doing.
TODO src/auth/session.ts :42
Replace hardcoded secret with env var
github linear
FIXME api/stripe/webhook.ts :118
Handle retry logic for failed events
linear
REMINDER components/Modal.tsx :7
Keyboard trap for a11y before launch
slack
HACK lib/cache.ts :55
In-memory store — migrate to Redis
github
See it in action
It's interactive, have a click about
/
/
⎘ src/auth/session.ts :40
38 export function createSession(userId: string) {
39 // TODO: Replace hardcoded secret with env var
40 const secret = 'super-secret-key-123'
41 return jwt.sign({ userId }, secret)
42 }
// author
jack
// repo
my-app
// change
new
// created
2 days ago
Get early access
Be the first to know when RepoReminder launches. No spam, just the important stuff.