Starter projects
This page covers what starter projects are, where to find them, and how to create a new starter.
What are starter projects?
Project starters are online playgrounds, typically built by the core team of a given project and run on StackBlitz. They are used in project documentation or found under a custom link. You can also find the most popular ones on our dashboard.
.new domains
Open Source projects can provide a custom URL as a convenient starting point for their online playground. Here is a list of some of these links:
- Astro: astro.new
- Cloudflare Workers: workers.new/typescript
- Docusaurus: docusaurus.new
- Eleventy: 11ty.new or eleventy.new
- Faker: fakerjs.dev/new
- Hydrogen: hydrogen.new
- Next.js: next.new
- Node.js: node.new
- Nodemon: node.new/nodemon
- Remix: remix.new
- Slidev: sli.dev/new
- SolidJS: solid.new
- SvelteKit: sveltekit.new
- Vitest: vitest.new
- Vite: vite.new (and more)
Adding a new starter project
If you'd like to see a new starter, please follow the directions on this page in the Open Source guide.