← all tickets

01 — Walking skeleton: runnable app with Lists

What to build: A runnable single-process webapp. Opening it in a browser shows all Lists; the user can create a List and rename it. Data survives a server restart. This slice includes the project scaffold (Python + FastAPI + Jinja + htmx per ADR-0004) and the SQLite store with STRICT tables (per ADR-0003). No auth anywhere in the app (per ADR-0002).

Blocked by: None — can start immediately.

Status: done (commit 7e7d813, 2026-08-04)