Back to blog

ShipAny Vinext: a Vite-powered full-stack React SaaS template

Jun 4, 2026ShipAny TeamShipAny Team

ShipAny Vinext is for teams who love the Vite toolchain but still want a complete SaaS foundation underneath. It brings ShipAny's familiar business engine — auth, payments, subscriptions, credits, RBAC, i18n — to a Vite-powered full-stack React setup, with fast cold starts and near-instant HMR.

Why Vinext

  • Instant dev loop — Vite's on-demand compilation boots the dev server in seconds; edits apply immediately.
  • Lightweight and transparent — no heavyweight framework conventions getting in the way; routing, SSR, and the build pipeline stay legible.
  • Shared foundation — the same modules/ business logic as ShipAny One / Two / Next / TanStack, so moving between editions is cheap.

What's included

  • Auth — email/password plus OAuth social login, sessions, account linking.
  • Payments & subscriptions — Stripe / PayPal / Creem, one-time and recurring.
  • Credit system — FIFO consumption, expiration, auto-grant, revocation — ready for usage-based billing.
  • RBAC — roles and wildcard permission matching with a full admin panel.
  • i18n — built-in multi-language support with locale-aware routing.

Quick start

pnpm install
pnpm dev

Try it live: vinext.shipany.site.