Epoch Manna
EpochSpecs App
This is the application layer for EpochSpecs. The website sells the product, Stripe handles checkout, and this app handles authentication, access, and the spec workspace.
Current handoff logic
- Website Login → app
/login - Website Subscribe → Stripe / checkout flow
- Stripe success → app
/post-checkout - App gate → active, trialing, promo, or comped
What this app owns
- User signup and login
- Subscription/access gate
- Spec creation workspace
- Saved spec documents
Immediate goal
Get the app running cleanly, confirm auth works, manually comp access for now, and make sure spec creation works before wiring the website buttons into it.