React 19 + Inertia.js starter template for the Velocity Go web framework.
This repo is a template consumed by the Velocity installer. To start a new project:
velocity new myapp --stack=reactThe installer clones this template, rewrites the module placeholders, installs dependencies, builds the project's vel binary, and runs the initial migrations.
- Backend: Velocity Go framework
- Frontend: React 19 + TypeScript 5
- Rendering: Inertia.js 3 (
@inertiajs/react) - UI: shadcn/ui (Radix primitives) + Headless UI + lucide-react
- Styling: Tailwind CSS 4
- Build: Vite 7 (with
@velocitykode/velocity-vite-plugin)
Full documentation at velocity.velocitykode.com/docs
velocity-template-vue- Vue 3 + Inertia.js (with SSR)velocity-template-api- API only (no frontend)
MIT