Build Modern Docs with
Pure Python Power
Lightweight, fast, and component-driven framework. Create interactive documentation websites directly from Python code with zero complex JS build tools.
Powering Modern Systems
⚡ Quick Setup
uv add metupy
# or
pip install metupy
from metupy.page import Page
from metupy.components_blueprint import Hero, Button
page = Page(title="My Project")
page += Hero(badge="v1.0", title="Hello", highlight="World", desc="Metupy Docs")
page += Button(text="Click Me", href="#")
Why Choose Metupy?
Designed from the ground up for Python developers who love clean architecture.
Interactive Component Preview
Metupy integrates Alpine.js directly into UI blueprints.
Alpine.js Powered Modal
Metupy component blueprints wrap client-side interactivity natively so you don't have to write custom JS state management!