Composure
/composure:app-architectureFREEArchitecture Router
Master router to framework-specific architecture guides. Detects stack, routes to frontend/fullstack/mobile/backend docs.
What it does
Phase 1-7 workflow: database → auth → queries → hooks → app shell → page → navigation
Integrates Context7-generated and team-written conventions
Try this
Real Composure runs with measured metrics — compare to your current workflow before you invest the time to switch.
What you get by plan
FREE
Stack-aware routing to framework guides with Context7-loaded docs — get unblocked on Next.js, Vite, FastAPI, Expo without sifting through MDN tabs.
- Detects your stack from package.json + config
- Pulls fresh framework docs via Context7 on demand
- Phase-based workflow: database → auth → queries → hooks → page
- Generic best-practice guides (no SaaS-specific patterns)
PRO
Unlocks the data-patterns catalog — 7 production-tested categories that turn Composure from a generic guide into a multi-tenant SaaS playbook. Every pattern is battle-tested across our own apps before it ships.
- Foundation — id-prefix conventions, data-API discipline, type-gen pipeline, no-hardcoded-paths rules
- Schema — migrations, entity registry, status/priority enums, trigger denormalization, projects+tasks, commercial documents
- Auth — privacy/role system, 4-level auth, contact-first pattern, devices+sessions, OAuth revoke flow
- Entities — addresses + geocoding, connected services, inbox threads + messaging, events/activity
- Frontend — query-key conventions, loading + layout system, component patterns, org-switcher, profile cache, route groups
- AI + observability — agent patterns, memory graph, thinking sessions, request logs
- Feature packaging — when to extract, package shape, install skill contract, integration provider pattern
- Curated example projects implementing the patterns end-to-end