Pages
The Pages area lets you build standalone pages on your storefront — landing pages, about pages, privacy policies, terms of service, or anything else you want a dedicated URL for. Each page is composed from sections, and each section from content blocks. No code, no deployments — changes go live the moment you save.
Open the Pages area
- Go to Sites in the admin panel
- Click on your site to open its Home page
- In the sidebar, expand Build → Content and click Pages
Permissions
Only team members with permission to update a site can manage its pages. See Account settings for team roles.
How pages are structured
A page is made of three layers:
| Layer | Description |
|---|---|
| Page | The top-level container with a name, slug, and an ordered list of sections |
| Section | A horizontal band of the page, built from one of six templates (Hero, Article, Carousel, Columns, Features, Listings) |
| Content block | A unit of content inside a section — rich-text body, optional media (image or YouTube video), an optional link, and alt text |
Pages publish to /p/{slug} on your storefront. To add them to your storefront navigation, wire them up as Top bar custom nav links.
Creating a page
- From the Pages list, click New page
- Enter a name — a slug is generated automatically from it
- Save, then open the page to start adding sections
System pages
Every new marketplace ships with system pages already seeded:
- Welcome — a ready-made landing page published at the storefront root (
/), built from a hero with search, a "How it works" guide, a category carousel, and a video embed. Edit it like any other page, or replace it entirely. - Terms of Service and Privacy Policy — each pre-filled with a starter Article section.
System pages are marked with a System badge. The Welcome page can be renamed and deleted (it's just a regular page used as your homepage); the Terms of Service and Privacy Policy pages can't be renamed or deleted, though their sections and content blocks are fully editable.
Existing marketplaces
If your site was created before a system page shipped, we've added it to your marketplace automatically — you'll find it under Build → Content → Pages.
Section templates
Each section is built from one of six templates. Pick the one that matches what you're trying to communicate.
Hero
A title, description, and a call-to-action button. No content blocks. Great as the first section of a landing page.
Article
Content blocks stacked vertically, optimized for reading. The right template for legal copy, blog-style content, and long-form descriptions.
Carousel
Content blocks placed horizontally in a swipeable carousel. Use it to showcase a series of features, testimonials, or steps.
Columns
Content blocks arranged in a grid of one to four columns (default two). Good for feature lists, link groups, or compact cards.
Features
Content blocks stacked vertically, with text and media shown side by side and alternating left/right order. Ideal for walking through capabilities with a screenshot or illustration each.
Listings
A collection of up to ten listings from your marketplace, shown in a swipeable carousel. The listings are pulled from your storefront automatically — you pick how many and which selection.
Content blocks
Sections that support blocks (Article, Carousel, Columns, Features) each contain one or more content blocks. Every block has:
| Field | Description |
|---|---|
| Internal name | A label for identifying the block in the editor (not shown on the storefront) |
| Body | Rich text rendered with proper heading (h1–h4) and list styling |
| Media type | None, Image (uploaded), or YouTube video (by video ID) |
| Link | An optional URL the block's media points to |
| Alt text | Descriptive text for uploaded images |
YouTube videos
When the media type is a YouTube video, paste the video ID (not the full URL). Videos are embedded privacy-friendly via youtube-nocookie.com and respect the same aspect-ratio options as images, defaulting to 16:9 when set to Original.
Section appearance
Every section has an appearance setting that controls its visual treatment:
- Default — the standard storefront look
- Custom — set a background color (with a color picker), a background overlay, content alignment (left, center, right), and rounded corners
Custom-appearance sections render with rounded corners so they read as distinct cards against the page background.
Reordering
Both sections within a page and content blocks within a section can be reordered by drag-and-drop. The order you set is exactly what the storefront renders.
Editing workflow
- Sections and blocks are edited through flyout panels with radio-card selectors for templates, media types, and appearance options
- Pick background colors from a color picker field and upload images via an inline dropzone, with file previews
- Changes apply to your storefront instantly — there is no separate publish step
Deleting can't be undone
Removing a section also removes the content blocks inside it. There's no undo, but you can re-create anything you remove.