Some options may not fully work or be documented.
Introduction
SolidBase provides fully featured, fully customisable Static Site Generation for SolidStart. It focuses on Markdown (MDX), making it ideal for writing documentation.
You can add SolidBase to an existing SolidStart project or start a new project with our quickstart guide.
Key features
Built-in Markdown
Out of the box support for Markdown and MDX with almost all extensions you'd ever want. All the extension documentation and examples are available on our Markdown Extensions page.
Customizable
All the SolidBase components can be overridden to transform your website into your own unique design. To see how, visit the Extending Themes documentation.
Performant
Instant first load by prerendering each page during build, next navigation will be upgraded to client side and smoothly transition pages.
Acknowledgment
SolidBase would not have been possible without the work done by other meaningful projects in the frontend community including:
- VitePress - https://vitepress.dev/
- GitBook - https://www.gitbook.com/
- Starlight - https://starlight.astro.build/
- Docusaurus - https://docusaurus.io/
- Fumadocs - https://fumadocs.vercel.app/
Last updated: 10/7/25, 7:03 PM
Edit this page on GitHub