This is the official templates registry for spin.
Note
it is bootstrapped in spin
but if its not there? just add it with:
spin registry add official https://github.com/spin-templates/registryThen scaffold any template:
spin new my-app official/<template-name>| ID | Name | Language | Type | Description |
|---|---|---|---|---|
charm-tui |
Charm TUI App | go | tui | Minimal Charm v2 TUI starter (Bubble Tea runtime) with optional Bubbles, Lip Gloss, Glamour, and CharmTone |
vite-lit |
Vite lit | JS/TS | web | Vite + Lit starter with HMR and TypeScript support |
vite-preact |
Vite Preact | JS/TS | web | Vite + Preact starter with HMR and TypeScript support |
vite-qwik |
Vite Qwik | JS/TS | web | Vite + Qwik starter with CSR mode and TypeScript support |
vite-react |
Vite React | JS/TS | web | Vite + React starter with HMR, Oxlint/ESLint, and TypeScript support |
vite-solid |
Vite Solid | JS/TS | web | Vite + Solid starter with HMR and TypeScript support |
vite-svelte |
Vite Svelte | JS/TS | web | Vite + Svelte starter with HMR and TypeScript support |
vite-vanilla |
Vite Vanilla | JS/TS | web | Vite + Vanilla JavaScript/TypeScript starter with HMR, ESLint, and production builds |
vite-vue |
Vite Vue | JS/TS | web | Vite + Vue 3 starter with HMR, ESLint, and TypeScript support |
LICENSE MIT