SolidBase is currently in Beta!
Some options may not fully work or be documented.
Quick Start
SolidBase wraps your SolidStart config rather than wrapping Start itself, so you can add SolidBase to most existing Start projects or create a new one.
Create a New Project
npm create solid@latest -s -t with-solidbase
pnpm create solid -s -t with-solidbase
yarn create solid@latest -s -t with-solidbase
bun create solid@latest -s -t with-solidbase
deno init --npm solid@latest -s -t with-solidbase
This automatically creates a project using the with-solidbase template.
Existing Project?
Done!
Your project is now setup with the default SolidBase theme! You can now create Markdown routes in your project that take advantage of SolidBase's Markdown Extensions, and customise your project's appearance by customising the default theme or creating a new theme.
Last updated: 6/1/25, 11:49 PM
Edit this page on GitHub