BetterStarter logo
BetterStarter
Docs
Features

Blog

MDX-powered blog with RSS feed and SEO support.

Docs are in beta — content is improving rapidly. Found something missing? Open an issue on GitHub or reach out on Twitter (X).

BetterStarter includes a full blog engine powered by fumadocs and MDX.

What's Included

  • Blog posts as .mdx files in content/blog/
  • Automatic RSS feed at /rss.xml
  • Sitemap inclusion for all posts
  • List view at /blog/ and individual post pages at /blog/{slug}
  • Frontmatter support: title, description, published date, tags, cover image, draft flag
  • Table of contents auto-generated from headings

File Structure

content/blog/
  my-post.mdx      → /blog/my-post
  another-post.mdx → /blog/another-post

Commit a file and the post is live. No CMS, no build step for content.

Guide

On this page