Minimal Static Site Generator
(Last Edited)
Minimal Static Site Generator (mSSG) is a minimal static site framework
built on Next.js, MDX, and shadcn/ui. Content lives as plain .mdx files on
disk, without databases or CMS's.
Checkout the repository on GitHub.
Features
- File-based routing — URL paths map directly to
content/on the filesystem - MDX — write content in Markdown with JSX components embedded
- GitHub Flavored Markdown — tables, strikethrough, task lists, and more
- Static generation — every page is pre-rendered at build time
- Dark mode — follows system settings
- Math — KaTeX rendering via
remark-math+rehype-katex - Syntax highlighting — Shiki with
github-light/github-darkthemes - Sitemap — auto-generated
/sitemap.xmlfrom all content routes
Documentation
Start from Getting Started.
Below is an exhaustive list of all documentations.