1. Drizzle (ORM)
2. Svelte 5 Runes (UI)
3. Turso (Database)
4. Biome (linter/formatter)
5. Vite (Bundler and Runner)
6. BunJS (Runtime Platform)
* User can login to their account.
* User can create a todo.
* User can assign the todo as "in-progress"
* User can compleat the todo.
* User can stash the todo for later.
This is pretty straightforward. ./db/schema.sql
contains script to create and seed the schema.