Minimal, fast, and modern task manager built with React, TypeScript, Vite, and Tauri. Supports local storage by default and can use Firebase if configured.
The main dashboard showing the sidebar, Today view, and task list.
Inline task creation with rich Markdown description editor and quick date/list selectors.
Focused task panel with status, date, list, and actions to edit or archive.
Chronological view of tasks grouped by day.
Tasks in the General list.
Upcoming tasks grouped by future dates.
Archived tasks view.
Light and dark theme toggle.
Quick data import/export from the sidebar.
pnpm dev: start Vite dev serverpnpm build: type-check and buildpnpm preview: serve production build locallypnpm tauri dev: run the Tauri app in dev mode
- If Firebase isn't configured, the app falls back to LocalStorage.
- Built with
@vitejs/plugin-react-swcand Tailwind.










