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
.mdxfiles incontent/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-postCommit a file and the post is live. No CMS, no build step for content.