Step 1: create a new Page
1
Go to Pages
In the ButterCMS dashboard, click on Pages in the left sidebar.
2
Click New Page
Click the New Page button in the top right corner.
3
Select your Page Type
Choose Landing Page (or the Page Type you created in the previous step).
Step 2: set the page metadata
You’ll be prompted to enter a title and slug for your page.Title
Enter a title to identify this page in the dashboard:homepage.
API Slug
This field auto-populates from your title, but you can change it to whatever you like. For this example, usehomepage.
The API slug is the URL-friendly identifier for your page. You’ll use it to fetch this page via the API. For example, a
landing-page page type and a homepage slug means you’ll fetch the page using /v2/pages/landing-page/homepage.Step 3: fill in your content
You’ll see all the fields you defined in your Page Type. Let’s fill them in with sample content:Sample content to enter
The WYSIWYG (What You See Is What You Get) editor provides a familiar word processor experience:The editor supports:
- Text formatting: Bold, italic, underline, strikethrough
- Headings: H1 through H6
- Lists: Bulleted and numbered lists
- Links: Internal and external links
- Images: Inline images and media embeds
- Code blocks: For technical content
- Tables: Structured data presentation
Step 4: save and publish
1
Save as draft
Click Save to save your work without publishing. This creates a draft that only you can see.
2
Publish
When you’re ready, click Publish to make your content available via the API.
Understanding the content workflow
ButterCMS uses a simple publishing workflow:Preview your API response
Want to see what your content looks like as JSON?
- Click the three-dot menu (⋯) on your page
- Select API Explorer
- View your content’s JSON response directly
What you’ve accomplished
You’ve created and published your first page with content!
Next step
For developers: fetch content via API
Retrieve your content using the ButterCMS API
For content creators: check out the dashboard
Learn about dashboard essentials