From zero to stack
in one command.
Choose a template, add extensions, and ship a production-ready V web server, CLI, or library from a cozy developer workbench.
Web Server Starter
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
▊
Start with a solid foundation
Curated starters for web servers, CLIs, and libraries — not a dump of every option.
Choose a path. Ship faster.
Curated template + extension combinations with copy-paste commands for the V toolchain.
Web server
vweb/veb HTTP starter with Docker and GitHub Actions via setup-v.
CLI tool
flag/cli starter with fmt/vet hooks and Dev Container extension.
Library module
Publishable v.mod library with docs, examples, and v test harness.
Systems app
Low-level V starter with optional Docker and CI overlays.
Find your stack
Browse by category when you already know the shape of the project.
Templates for vweb/veb servers, REST APIs, and backend services in V.
Use when the deliverable is a CLI built with V flag/cli modules.
Publishable libraries with examples and v test coverage.
Patterns for systems programming, optional -gc none, and native tooling.
GitHub Actions with vlang/setup-v, MegaLinter, and related workflows.
Add when you want container images and compose stacks.
Compose, then generate
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.
Build with us
Users scaffold with one command. Contributors improve the CLI, templates, and docs in the open.
One philosophy. Any language.
The composition-first scaffolding approach spans ecosystems. Start with V today — explore vsl, vtl, and rxv growth templates as they land.
Ready when you are
One command to scaffold. Browse templates when you want inspiration.