All templates

Vite Solid

vite-solid
JS/TSwebvitesolidwebjavascripttypescript

Vite + Lit starter with HMR and TypeScript support

Install
spin add official/vite-solid
License
MIT
Authors
Samouly, Spin Team

Params (8)

  • variantselect

    Which language variant? · default: typescript

    javascripttypescript
  • package_managerselect

    Which package manager? · default: npm

    npmyarnpnpmbun
  • use_dockerbool

    Include Docker support? · default: false

  • git_initbool

    Initialize a git repository? · default: true

  • descriptiontextarea

    What is your project description? · default: A production-ready Solid + Vite starter with fast HMR — nothing to clean up.

  • include_agents_mdbool

    Include AGENTS.md with agent instructions? · default: true

  • include_demobool

    Include the showcase UI? · default: true

  • tailwindbool

    Include Tailwind CSS v4? · default: false

Hooks

post · runs after files are written

  1. step 1 · sh -c
    {{ if .git_init }}git init && git add -A && git commit -m "Initial commit - Spin"{{ end }}
  2. step 2 · sh -c
    {{ .package_manager }} install