SolidBase is currently in Beta!
Some options may not fully work or be documented.
Quick Start
You can quickly create a new SolidStart project with SolidBase using the with-solidbase template available in the Solid CLI.
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
Done!
Your project is now setup with SolidBase and ready to go!
Last updated: 10/13/25, 4:43 PM
Edit this page on GitHub