Task Reminder
A simple local to-do list stored in your browser. No account required.
Deep Dive
Task Reminder is a privacy-first productivity tool designed for quick, ephemeral to-do lists. Unlike traditional task managers that require accounts and sync your data to a cloud, this tool operates entirely within your browser's local storage. This means your tasks never leave your device, ensuring total privacy. It's perfect for daily punch lists, temporary reminders, or managing focus during a single work session without the overhead of a complex project management system.
Who uses this?
- Keeping a quick to-do list while working in the browser
- Tracking tasks for a single project session
- Making a shopping list accessible on your desktop
- Reminding yourself of steps in a workflow
Common Errors & Fixes
Tasks disappear after closing the browser
Ensure `localStorage` is not blocked by a browser extension or private/incognito mode. In incognito, `localStorage` is cleared on session end.
Tasks don't save in Safari
Safari may block `localStorage` in certain privacy modes. Go to Safari Preferences → Privacy and disable 'Prevent cross-site tracking' for this site.
Expert FAQ
Where is my data stored?
Your tasks are stored in your browser's 'localStorage'. This is a private area on your hard drive managed by your browser.
Will my tasks be available on my other devices?
No. Since the data is stored locally on this specific browser and device, it does not sync across other computers or phones.
Is there a limit to how many tasks I can add?
The limit is based on your browser's local storage capacity (typically around 5MB), which is enough for thousands of simple text tasks.