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/apifor the API and D1-backed data layer
Production URLs
Section titled “Production URLs”- Site:
https://bookmarks.cosmosdigitalservices.com - App:
https://bookmarksapp.cosmosdigitalservices.com - Docs:
https://docs.bookmarks.cosmosdigitalservices.com
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
- Follow Auth Worker Migration
- Follow Mail Worker Migration
- Review Expansion Notes