Introduction
Bookmarks Docs
Section titled “Bookmarks Docs”This Starlight site documents the Bookmarks MVP inside the monorepo.
Use it to track:
- Product architecture and repository structure
- API routes and authorization boundaries
- Local development setup
- Cloudflare deployment flow and rollback
- Runtime config (env vars and bindings)
- Planned expansion paths after MVP
Projects in scope
Section titled “Projects in scope”apps/bookmarks_appfor the Flutter clientapps/bookmarks_sitefor the marketing siteworkers/bookmarks-api-workerfor the API and D1-backed data layer
Suggested next steps
Section titled “Suggested next steps”- Start with Architecture
- Read the User Guide
- Review API Surface
- Review Authorization Matrix
- Review Environment Config
- Review Database Schema
- Review Realtime Stream
- Use Local Setup
- Follow Deployment