This project is a port of the Next.js SaaS Stripe Starter for Svelte 5, utilizing the power of SvelteKit and shadcn-svelte components. It provides a robust foundation for building modern, scalable SaaS applications with Svelte.
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest my-app
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
If you find this project helpful, please consider giving it a star on GitHub and sharing it with others!
For issues, feature requests, or questions, please use the GitHub issues page.