Choose a template, add extensions, and ship a production-ready V web server, CLI, or library from a cozy developer workbench.
Production-oriented vweb/veb scaffold with VPM deps, CI via setup-v, and composable extensions.
$ create-vlang-app my-api \
--template web-server \
--addons v-docker github-setup
# ✅ vweb server scaffold ready
# ✅ v fmt/vet hooks configured
# ✅ setup-v CI workflow included
▊
Curated starters for web servers, CLIs, and libraries — not a dump of every option.
Curated template + extension combinations with copy-paste commands for the V toolchain.
vweb/veb HTTP starter with Docker and GitHub Actions via setup-v.
flag/cli starter with fmt/vet hooks and Dev Container extension.
Publishable v.mod library with docs, examples, and v test harness.
Low-level V starter with optional Docker and CI overlays.
Browse by category when you already know the shape of the project.
v.mod-first packages with tests and examples.
GC guidance, checksums, and systems utilities.
Cross-cutting extensions for CI and local quality.
Dockerfile, compose, and .devcontainer overlays.
Select a template, add extensions, and generate your project with a single command — interactive or headless for CI.
$ create-vlang-app my-app \
--template web-server \
--addons v-docker github-setup
Generates a vweb server with Docker packaging, setup-v CI, and V-native fmt/vet hooks.
Users scaffold with one command. Contributors improve the CLI, templates, and docs in the open.

Join Create Awesome for live chat, good first issues, and collaboration across the Node, Python, and V ecosystems.
The composition-first scaffolding approach spans ecosystems. Start with V today — explore vsl, vtl, and rxv growth templates as they land.
One command to scaffold. Browse templates when you want inspiration.