quick notes, reminders, ideas
keep this code safe - it's how you log in
reminders use // syntax in entries (e.g. //30m, //tomorrow 10:00, //2026-12-25 09:00)
last sync: never
v1.0.0
A pastebin-style notes, reminders, and ideas app. Write quick notes with markdown support, checklists, and code blocks. Works offline and syncs when connected.
# heading
## sub heading
**bold** and *italic*
`inline code`
- bullet point
- [ ] unchecked task
- [x] completed task
Set reminders in any reminder entry by adding // lines:
//30m - 30 minutes from now
//2h - 2 hours from now
//1d - 1 day from now
//14:30 - today at 2:30pm
//tomorrow 10:00 - tomorrow at 10am
//2026-12-25 09:00 - specific date
//25/12 14:00 - short date format
multiple reminders allowed per entry
Your data is stored locally in your browser (IndexedDB) and synced to the server when online. Each code gives access to one account. Share a code to share an account across devices.