| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A mobile-first React + TypeScript + Vite + Supabase application.
See CLAUDE.md for the full development process (workflow, engineering standards, UI quality bar, and Claude Code tooling) this project follows.
This project develops against a local Supabase stack, not a hosted project (see docs/decisions/20260814-local-supabase-for-initial-development.md). Full setup instructions, including the one-time local Supabase setup, are in DEVELOPMENT.md.
npm install
# then follow DEVELOPMENT.md to start the local Supabase stack and configure .env.local
npm run devsrc/ ├── hooks/ # React hooks (e.g. useAuth) ├── lib/ # Centralized external clients (e.g. Supabase) ├── pages/ # Top-level route/page components └── test/ # Vitest setup tests/ # Playwright specs (persona smoke checks, auth setup) synthetic/ # Synthetic persona assessment framework (see synthetic/README.md) docs/ ├── decisions/ # Architecture Decision Records └── features/ # Feature specifications (create as needed) templates/ # Reusable doc templates (requirements, accessibility audit) .claude/ # Project-level Claude Code skills and agents
Built mobile-first as a responsive web app. A PWA and/or a Capacitor-wrapped native shell are possible future directions, not implemented yet — see CLAUDE.md's "You Aren't Going to Need It" section. Add that tooling as a deliberate increment, with a decision record, when it's actually needed.
| Back | FazBrowse Home | New Git URL |