sveltelaunch
v1.1.4
Published
CLI tool to scaffold Svelte 5 boilerplates.
Downloads
367
Maintainers
Readme
SvelteLaunch CLI
To use SvelteLaunch CLI you need to have a license for SvelteLaunch
Introudction
SvelteLaunch CLI is a command line tool that streamlines the setup of new SaaS and AI projects using SvelteLaunch Svelte 5 Boilerplate/Starter Kit.
Blog, Database, AI, Payments, Server Side Authentication, Transactional Emails, Tailwindcss, ShadCN, Perfect SEO, Automated Sitemaps, and more. Get started with a perfect foundation for your next project so you can focus on building something amazing.
Everything is handled server side to keep all of your data private and secure.
SvelteLaunch CLI reformats the project based on the options you choose. It optimizes your bundle size for performance, reformatting the codebase and bundling only what you need.
Features
Blog: Static Markdown Blog
Database: Supabase or Prisma(Postgres, MySQL, SQLite, MongoDB, etc.)
Payments: Stripe, Lemon Squeezy, Paddle
Authentication: Supabase Auth
Mail: Mailgun, Sendgrid
AI: OpenAI, Claude
Installation
npm install -g sveltelaunch
Usage
npx sveltelaunch create --help
Use as much or as little as you need.
# Create a new SvelteLaunch project
Options:
--blog Include Static Markdown Blog
--payments <provider> Include Payments (stripe, lemon_squeezy, paddle)
--database <provider> Include Database (supabase, prisma)
--mail <provider> Include mail integration (mailgun, sendgrid)
--ai <provider> Include AI integration (openai, claude)
--auth Include Supabase Auth
-h, --help display help for command
npx sveltelaunch create my-perfect-project --blog --payments stripe --database supabase --mail mailgun --ai claude --auth