Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
SwiftMarket is an e-commerce solution built with SvelteKit, Pocketbase as a database, and Stripe for payments. It offers better performance and faster...

Everything you need to build scalable SaaS applications: Auth, Teams, Storage, Admin, and more - pre-configured and production-ready.
SwiftMarket offers a modern and efficient e-commerce platform, leveraging the power of SvelteKit for a highly performant frontend. It integrates Pocketbase as a lightweight, self-hosted backend, providing a real-time database and authentication system. For secure and seamless transactions, Stripe is incorporated as the payment gateway.
Key Features:
Use Cases: SwiftMarket is suitable for developers and businesses looking to quickly launch an online store with a modern tech stack. It's particularly beneficial for:
Getting Started:
git clone https://github.com/SwiftMarket/swiftmarket-sveltekit.gitcd swiftmarket-sveltekitpnpm install.env.example to .env and update PUBLIC_STRIPE_KEY and SECRET_STRIPE_KEY from your Stripe dashboard.pocketbase.io/docs/../pocketbase servepb_schema.json from the SwiftMarket repository.pnpm run devBuilding for Production:
To create a production-ready version of the application, use pnpm run build. You can preview the build with pnpm run preview. For deployment, consider installing an appropriate SvelteKit adapter for your target environment.