Skip to content

Versator Next.js Template

Please consider following this project’s author, Nazar Kornienko, and consider starring the project to show your ❤️ and support.

cover image

How to Run or Build the Project?

Make sure you have Git, Node.js, and Bun installed. Then:

  1. git clone https://github.com/blefnk/versator.git
  2. cd versator
  3. bun i
  4. cp .env.example .env → Fill in the .env file
  5. bun db:push
  6. bun dev / bun run build

What is Versator?

The Versator template serves as the foundation for your eCommerce platform, helping you create efficient, engaging, and profitable online stores. Versator enhances any eCommerce with the power of modern Next.js, React, TypeScript, Tailwind, and more. For detailed information about the Versator template and its bootstrapper, Reliverse, you can visit the documentation website.

Stack of technologies

  • Core: Next.js 15.1, React 19, TypeScript 5.7
  • Internationalization: next-intl
  • Styling: Tailwind & Shadcn/UI
  • Auth: Clerk
  • Payments: Stripe
  • Database: Drizzle ORM & Neon Postgres
  • File Storage: Uploadthing
  • Tools: ESLint 9, Biome, Knip

What if I want to have another stack?

  1. bun i -g @reliverse/cli@latest
  2. reliverse
  3. Select Build a brand new thing from scratch
  4. Provide details about your new project
  5. Select the technologies you want to use
  6. No more steps! It’s ready! 😊🎉