This template serves as the foundation for your eCommerce platform, helping you build efficient, engaging, and profitable online stores.
Make sure you have Git, Node.js, and Bun installed. Then:
- Run
bun i -g @reliverse/cli
- Execute
reliverse cli
- Select ✨ Create a brand new project
- Provide or skip details about your project
- It's ready—enjoy! 😊
If you find this project useful, please consider:
- Starring the GitHub repository
- Supporting via Patreon, GitHub Sponsors, or PayPal
- Core: Next.js 15.2, React 19, TypeScript 5.8
- Styling: Tailwind 4 & shadcn/ui
- Auth: Better Auth
- Payments: 🏗️ Polar
- Database: Drizzle & Neon
- File Storage: 🏗️ Uploadthing
- Tools: ESLint, Biome, 🏗️ Knip
Note Relivator (previously version 1.3.0) has been renamed to Versator. If you're interested in using Clerk and Stripe instead of Better Auth and Polar, check out the Versator demo, repo, or docs.
bun build
: Builds the projectbun dev
: Runs the development serverbun db:push
: Saves database schema changesbun db:auth
: Regeneratessrc/db/schema/users.ts
based onsrc/lib/auth.ts
bun db:studio
: Opens the Drizzle ORM database visual editorbun ui
: Installs shadcn/ui components (e.g.,bun ui button
)bun latest
: Updates all dependencies to their latest versionsbun check
: Runs type checking, linting, and formatting
MIT. This project was created by blefnk Nazar Kornienko.