Opinionated templates for a variety of projects, to be used with Bun.
Tailwind and shadcn templates are partial, they require the base template to be applied beforehand.
Using tiged is recommended. When applying sub-templates, using --force is required.
| Template | Description | Required template |
|---|---|---|
| next | Next.js 16 | - |
| next-tailwind | Next.js 16 (+ Tailwind) | next |
| next-shadcn | Next.js 16 (+ Tailwind & shadcn) | next-shadcn |
| react-vite | React + Vite + SWC | - |
| react-vite-tailwind | React + Vite + SWC (+ Tailwind) | react-vite |
| react-vite-shadcn | React + Vite + SWC (+ Tailwind & shadcn) | react-vite-tailwind |
| vanilla | Vanilla template (intended for backends) |