01
Install and start fast
Get a working project running in minutes with the official runtime and starter packs.
- wevoa --version
- wevoa create dashboard app
- cd app
- wevoa start
Documentation
Start with the official commands, understand how Wevoa pages are built, then move into the deeper language and architecture references when you need them.
01
Get a working project running in minutes with the official runtime and starter packs.
02
Routes, templates, and helpers stay readable because the framework is built around server-rendered HTML first.
03
Wevoa supports both static-site output and full runtime hosting, depending on what the app actually needs.
Core references
Deployment models
Static
Use `wevoa build --static` when the site is mostly pages, docs, marketing, or download content. The output is plain HTML, CSS, assets, and files ready for static hosting.
Runtime
Use `wevoa serve` when the app needs live route execution, sessions, database access, form handling, or request-time API calls.