. ├── app.py ├── forms.py ├── models.py ├── templates/ │ ├── base.html │ ├── chat.html │ ├── login.html ...
Task models (Task, User, Tag, Conversation, Message) - defined once, used everywhere Database (Neon PostgreSQL) - single source of truth Authentication (Better Auth JWT) - tokens work across web + ...