Workspace Guide
A map from “what I want to do” → “where in the Project UI to do it”.
Workspace map
- Chat: change requests (spec → diff)
- Deployment: preview vs production, promotion, rollback
- Payments: products, transactions, webhooks, revenue
- Analytics: pageviews, events, funnels
- Database: schema, data checks, query debugging
Chat: the spec format that works
Use this structure:
Make this change:
- ...
Constraints:
- ...
Acceptance:
- ...Deployment: release discipline
Recommended rhythm:
- Change in Chat
- Deploy preview and verify
- Promote to production
- Roll back if needed
GitHub: when to connect
Connect GitHub early if you need PR reviews, CI, or asset management (images/icons/fonts).
Open: [/settings?tab=github](/settings?tab=github)