Skip to main content

Getting SvelteBolt

I aim to make your experience as smooth and effortless as possible. Here's how you can get started.

Step 1: Purchase SvelteBolt

  1. Visit our SvelteBolt Purchase Page.
  2. Complete the checkout process via Stripe.
    • During checkout, you’ll be asked to provide your email address.
    • This email will serve as your key to accessing the SvelteBolt boilerplate.

Step 2: Run the SvelteBolt npx Command

Once you’ve completed your purchase:

  1. Open your terminal.
  2. Run the following command to initialize your SvelteBolt project:
    npx create-sveltebolt-app
    Step 3: Enter Your Email
    The npx command will prompt you to enter the email address you used during the Stripe checkout:

Enter the email address you used to purchase SvelteBolt:

If the email matches our records:

You’ll receive a confirmation message.

The SvelteBolt boilerplate will start downloading automatically, setting up your new project.

If the email doesn’t match:

You’ll see an error message like: Error: This email is not associated with a valid SvelteBolt purchase. Please check your email or visit https://sveltebolt.dev/support for help.

Step 4: Begin Building

Once the setup is complete:

Open your newly created project directory:

cd my-sveltebolt-app

Install dependencies and start the development server:

npm install
npm run dev

You’re now ready to start building your SaaS application with SvelteBolt!

Why This Process?

  • Security: Ensures only verified purchasers can access SvelteBolt.
  • Simplicity: All you need is your email—no license keys or additional steps.
  • Efficiency: The setup is quick and takes just a few commands.

Need Help?

If you encounter any issues during setup please visit our Support Page.

Contact us via email: [email protected].

We’re here to ensure your journey with SvelteBolt is seamless and enjoyable. Happy coding!