Tuntas is a minimalist to-do list web application designed to force prioritization and help you focus on getting your tasks done. Inspired by the design of analog to-do lists like Ugmonk.
- Constrained to-do lists
- Minimal design & snappy animations
- Local storage for guest users (no account required)
- Cloud synchronization via Supabase for registered users
- Svelte 5 & SvelteKit (Fullstack Framework)
- BetterAuth (Auth Framework)
- Turso (SQLite Cloud Database)
- Drizzle ORM
- Fontsource (Self-hosted Fonts)
- TailwindCSS (CSS Framework)
- ShadCN Svelte (UI Components)
- Bun (latest version)
- Node.js 18+ (for compatibility)
git clone https://github.com/frsswq/tuntas.git
cd tuntas
bun install
bun dev