A personal productivity tracker for logging daily work, planning tasks, and generating standup messages.
- Track work entries with hours spent across projects and tasks
- Plan upcoming work
- Auto-generate formatted standup messages
- Manage question sets and answers with image support
- Weekly summaries and time tracking
- Local data storage with import/export
Install dependencies:
bun installRun the development server:
bun devOpen http://localhost:3000 in your browser.
Build for production:
bun build
bun startNext.js 15, React 19, TypeScript, Tailwind CSS, Dexie (IndexedDB)