Static Sites
Jinja2
Pure Python

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

Why ZVC?

🐍

Pure Python

No Node.js, no npm, no webpack. Just Python and the tools you already know and love.

Jinja2 Templates

Leverage the powerful templating engine you're already familiar with. No new syntax to learn.

🚀

GitHub Pages Native

Built specifically for seamless GitHub Pages deployment. One command to publish.

Quick Start

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

Perfect For

📝 Personal Blogs

Write in Markdown, render with Jinja2, deploy to GitHub Pages.

📚 Project Documentation

Generate beautiful docs alongside your Python projects.

💼 Portfolio Sites

Showcase your work with custom templates and styling.

🎯 Landing Pages

Quick, static landing pages without the JavaScript overhead.