1
Install
pip install zvc
2
Initialize
zvc init my-awesome-site
cd my-awesome-site
3
Build & Deploy
zvc build
zvc serve # Preview locally
The static site generator for developers who speak Python.
# Install ZVC
pip install zvc
# Create your first site
zvc init my-site
cd my-site
zvc build
No Node.js, no npm, no webpack. Just Python and the tools you already know and love.
Leverage the powerful templating engine you're already familiar with. No new syntax to learn.
Built specifically for seamless GitHub Pages deployment. One command to publish.
pip install zvc
zvc init my-awesome-site
cd my-awesome-site
zvc build
zvc serve # Preview locally
Write in Markdown, render with Jinja2, deploy to GitHub Pages.
Generate beautiful docs alongside your Python projects.
Showcase your work with custom templates and styling.
Quick, static landing pages without the JavaScript overhead.