-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Jul 2, 2026
·
2 revisions
ChuckleChest is a Flutter web app for families to collect and share funny quotes. Backed by Supabase with passwordless auth, multi-tenant chests, and role-based access.
- Local Development Setup — Prerequisites, first-time setup, running the app locally
- Hobnob — Task runner for builds, database operations, and CI
- Architecture — Project structure, layered design, state management, dependency injection, routing
- Testing — E2E test setup, mock clients, writing app-level tests
- Localization — Multi-language support, ARB files, adding translations
- Database — Schema, RLS authorization, migrations, seed data
- Authentication — Passwordless OTP flow, JWT claims, roles, route guards
- Storage — Supabase Storage for avatars, upload flow, bucket policies
- GitHub Flow — Branching strategy, PR rules, CI automation
-
Deployment — Automated releases on merge to
main