relivator
Relivator is an MIT-licensed Next.js 15 and React 19 ecommerce template featuring built-in authentication via better-auth, payment processing through Polar, and a modern UI stack with shadcn/ui and Tailwind CSS. It provides a pre-configured full-stack foundation using Drizzle ORM, Neon PostgreSQL, and includes developer tools like ESLint and Biome for rapid deployment.
Key facts
Objective fields from the source. Values we can't verify are shown as “Unknown” rather than guessed.
| Field | Value |
|---|---|
| Repository | reliverse/relivator |
| Owner | reliverse |
| Primary language | TypeScript |
| License | MIT — OSI-approved |
| Stars | 1.6k |
| Forks | 278 |
| Open issues | 5 |
| Latest release | 1.4.5 (2025-05-07) |
| Last updated | 2025-10-04 |
| Source | https://github.com/reliverse/relivator |
What relivator is
A TypeScript-based ecommerce starter kit combining Next.js 15, React 19, Drizzle ORM with Neon PostgreSQL backend, better-auth for authentication, and Polar for payment/subscription management. Includes shadcn/ui component library, TailwindCSS 4.1, form handling via React Form and ArkType, and analytics via Vercel. Designed for server-side rendering and App Router patterns.
Get the relivator source
Clone the repository and explore it locally.
git clone https://github.com/reliverse/relivator.gitcd relivator# follow the project's README for install & configurationNeed it deployed, integrated, or customized instead? DEV.co ships production installs.
Best use cases
Implementation considerations
- Environment variable configuration is mandatory; `.env.example` must be populated with Polar tokens, Neon credentials, and other service keys before `bun dev` runs.
- Database schema migration via `bun db:push` and schema-driven ORM (Drizzle) mean schema changes require code updates and migrations; plan version control around DB changes.
- Better-auth configuration in `src/app.ts` requires manual customization for custom user fields, OAuth providers, or role-based access; no low-code admin UI provided.
- Deployment targets Vercel natively; self-hosted deployments (AWS, GCP, etc.) require additional DevOps configuration for serverless or container runtimes.
- AI-ready codebase (mentioned as 1.4.0+) implies cursor/AI-IDE optimization; manual developer experience may differ if using traditional editors.
When to avoid it — and what to weigh
- Stripe or Clerk-dependent workflows — If your existing payment stack or authentication provider is Stripe or Clerk, use the separate 'Versator' fork instead. Relivator is specifically Polar + better-auth focused.
- Heavy customization or legacy system integration — Projects requiring extensive custom backend logic, third-party API integrations, or migration from monolithic systems may find the opinionated stack constraints limiting.
- Multi-tenant or complex marketplace requirements — Relivator targets single-store ecommerce. Complex marketplace logic, vendor management, or multi-tenancy features are not baked in and would require significant architectural additions.
- Enterprise-scale performance demands — While suitable for mid-market stores, projects requiring advanced caching, CDN optimization, or handling millions of concurrent users need additional infrastructure beyond the template baseline.
License & commercial use
MIT License (MIT). Permissive open-source license permitting commercial use, modification, and distribution with attribution required. No warranties provided.
MIT license explicitly permits commercial use. However, verify that dependencies (next.js, react, drizzle-orm, shadcn/ui, better-auth, Polar SDK) are also commercially compatible in your use case. No commercial support or SLA provided by the project maintainer; community Discord channel available.
DEV.co evaluation signals
Editorial assessment — not user reviews. Directional, with an explicit confidence level.
| Signal | Assessment |
|---|---|
| Maintenance | Active |
| Documentation | Adequate |
| License clarity | Clear |
| Deployment complexity | Low |
| DEV.co fit | Strong |
| Assessment confidence | High |
No explicit security audit or CVE history provided. Threat surface: database credentials (Neon, Polar tokens) must be protected in environment variables; webhook signing via POLAR_WEBHOOK_SECRET is documented but implementation details not visible. Better-auth is a third-party auth library; review its security posture independently. OWASP considerations (input validation, CSRF, rate-limiting) not documented; assume defaults from Next.js and libraries apply.
Alternatives to consider
Versator (sibling template)
Same maintainer; swaps Polar+better-auth for Stripe+Clerk. Choose if your payment/auth ecosystem differs.
Medusa (open-source ecommerce platform)
Headless commerce engine with GraphQL API and modular plugins. Heavier-weight and more extensible than a template; better for complex B2B or multi-vendor scenarios.
Shopify Plus / Shopify Build (hosted solutions)
Managed SaaS alternative eliminating infrastructure and backend maintenance. Trade-off: less code ownership and higher operational cost.
Build on relivator with DEV.co software developers
Evaluate Relivator's fit for your stack. If Polar and better-auth align with your payment/auth strategy, this template can accelerate your launch. For Stripe or Clerk-based workflows, explore Versator instead. Discuss architecture and customization needs with our team.
Talk to DEV.coRelated open-source tools
Surfaced by semantic similarity across the DEV.co open-source index.
Related on DEV.co
Explore the category and the services that help you build with it.
relivator FAQ
Can I use Relivator with Stripe instead of Polar?
What database does Relivator support?
Is Relivator suitable for a production store?
How do I host Relivator?
Software development & web development with DEV.co
Adopting relivator is usually one piece of a larger software development effort. As a software development agency, DEV.co provides software development services and web development expertise — pairing senior software developers and web developers with your team to design, build, and operate open-source ecommerce software in production.
Ready to build your ecommerce platform?
Evaluate Relivator's fit for your stack. If Polar and better-auth align with your payment/auth strategy, this template can accelerate your launch. For Stripe or Clerk-based workflows, explore Versator instead. Discuss architecture and customization needs with our team.