Page code vs project data
- Page code (layout, components, routes) — built with the CLI or the dashboard. See Dashboard vs CLI.
- Project data (CMS types/entries, forms, store products, App Data tables/rows) — managed in the dashboard or via MCP. Feature schemas can also be versioned with the CLI.
- Runtime API — page code calls the SDK (or same-origin fetch) on the live site.
Typical developer flow
- Scaffold and ship pages with the CLI tutorial.
- Optionally connect MCP so an agent can manage content and other features.
- In page code, call the Client SDK for live data.
- Look up exact options in References.

