TL;DR
What this is
Stateinik renders rich MDX articles with a library of content blocks. Below are a few of them in action.
Open this guide in the admin editor and change a heading — you'll get an autosaved revision you can roll back to.
A short walkthrough
Write MDX
Author content with Markdown plus JSX blocks.Preview
See it rendered live before publishing.Publish
Slug history, sitemap and IndexNow handle the rest.
Code highlighting
// Fenced code blocks render with Shiki highlighting.
export function greet(name: string): string {
return `Hello, ${name}!`
}A comparison table
| Feature | Stateinik | A plain markdown folder |
|---|---|---|
| Revisions | Yes | No |
| Full-text search | Yes | No |
| Admin editor | Yes | No |
Good documentation is a product, not a byproduct.
