Your homepage is the first thing visitors see when they arrive at your site’s root URL (Documentation Index
Fetch the complete documentation index at: https://kratecms.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/). KrateCMS gives you three distinct homepage modes, and you can switch between them at any time from the admin panel. No code changes, no deploy — the update takes effect the moment you save.
Open homepage settings
Go to Admin → Settings → Content (/admin/settings/content). The Homepage Settings card is at the top of the page.
Choose a homepage mode
- Posts feed
- Page
- Marketing
The default mode. Your homepage shows a live feed of your most recently published posts, with category filter tabs (Text, Audio, Video, Uncategorized) so visitors can browse by type. New posts appear automatically as you publish them — there’s nothing to update.Select Posts feed from the Homepage dropdown and click Save.
The posts feed is the safest fallback. If you switch to a different mode and something goes wrong — for example, you select a Page that’s still in draft — KrateCMS automatically falls back to the posts feed so your homepage is never broken for visitors.
The posts archive at /posts
Regardless of which homepage mode you choose, the posts archive is always available at /posts. This URL shows your full published posts feed with category filters — it never changes based on your homepage setting.
Link to /posts in your navigation if you switch to a Page or Marketing homepage, so visitors can still find your content feed.
Switching modes
Switching between homepage modes takes effect immediately after you save — there’s no cache to clear and no deploy required. You can switch modes as many times as you need while iterating on your site’s design.Homepage settings reference
| Setting | Description |
|---|---|
| Posts feed | Shows the latest published posts with category filters. The default. |
| Page | Renders a specific page from your block editor at /. Requires selecting a page from the picker. |
| Marketing | Renders a pre-built marketing landing template at /. |
/posts is always available regardless of which mode you choose.