Create a page
1
Name the page
Click New Landing Page. Enter a Page title. The URL slug fills in from the title as you type, and you can edit it. Slugs use lowercase letters, numbers and hyphens only.
2
Build the content
The editor opens. Add blocks yourself, or click AI Generate to draft the whole page (see below).
3
Save
Click Save (⌘S). A saved page stays a draft until you publish it.
4
Publish
Click Publish page. The page goes live at
/p/<your-workspace>/<slug>. To take it offline, click Unpublish page.The slug can’t be changed after you create the page. Page Settings → Page Info shows the page’s title, URL and status as read-only.
https://go.example.com/p/<workspace>/<slug>. Images in the page are served from that domain too.
Build with blocks
Click + between blocks (Insert block here) to add a block. Available blocks: Heading, Text, Rich Text, Button, Hyperlink, Image, Hero Banner, Avatar, Divider, Spacer, HTML, Social Media, YouTube Video, Columns and Container.- Click a block to edit its content and style in the properties panel. Text blocks have AI Rewrite, and images can generate alt text with AI.
- To reuse a block, save it as a snippet. Snippets are listed under My Snippets in the block picker.
- Switch between Desktop and Mobile to preview, and use Focus mode for a larger canvas.
- Undo (⌘Z) and Redo (⌘⇧Z) are in the toolbar.
Generate a page with AI
Click AI Generate to open the AI Page Generator:- Under Page Description, describe the page. Include the product or service, who it’s for and what you want visitors to do. Try an example → fills in a sample.
- Pick a Visual Style: Modern & Minimal, Bold & Vibrant, Professional & Corporate, Warm & Friendly, Dark & Dramatic or Playful & Creative.
- Optionally, upload a Design Inspiration image such as a screenshot or mock-up (JPEG, PNG or WebP, up to 10 MB). The AI takes its colours, layout style and mood from it.
- Click Generate Page. It takes about 15–30 seconds.
Page settings
Open Page Settings (the settings icon in the toolbar):Collect signups on a page
Landing pages don’t have a built-in form block. Use a signup form instead:- Create an Embedded form and copy its embed code.
- Add an HTML block to the page and paste the code into it.
- Save and publish. On the live page, the form’s frame resizes to fit the form.
<script> tag under Body Code.
Measure visits
When Track landing pages is on in Settings → General, visits to your hosted pages are recorded in Website traffic automatically. You don’t need a snippet, and no cookies are used. Turn it off to stop collecting. The view count on the landing pages list is kept separately.Troubleshooting
- The page shows as not found: it’s unpublished, or the slug in the URL doesn’t match. Open the page from View Live to get the exact link.
- Changes aren’t live: click Save. A published page shows the last saved version.
- The form is cut off: use the embedded form’s full snippet (the iframe) in an HTML block. Hosted pages resize it automatically.