How it works
How the static pages API works
Every page is structured as sections and rows. Liquid templates control presentation. Exports package the final page for wherever it needs to live.
Architecture
The content model
The system separates content, structure, and rendering so AI and people can collaborate safely.
Page
The route, SEO metadata, group settings, webhooks, and export mode.
Section
The major page bands: hero, benefits, FAQ, pricing, sliders, and custom layouts.
Row
The repeatable content inside sections, including cards, answers, images, links, and offers.
Template
Database Liquid, CSS, JS, field schemas, and sample data for reusable presentation.
Technical FAQ
Implementation questions
These are the details teams usually need before connecting the API to a site.
Yes. Template JavaScript is rendered inline with the component so the exported HTML carries the behavior with it.
Yes. Group and page export settings can include the full head section or return only the body markup.
The template field schema declares editable inputs. The form renders those fields and saves instance values into template data.



