Air Framework
Build beautiful, modern web applications with Python.
Product Features
- Type-safe HTML generation with Python
- Built on FastAPI and Starlette
- Perfect for HTMX and modern web apps
- Excellent IDE support with full type hints
- Pydantic-powered forms
Product Schema
This page includes Product schema data for e-commerce. Search engines can use this to show price and availability in search results.
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Air Framework - Python Web Development Made Easy",
"description": "Build beautiful, modern web applications with Python. Perfect for developers who want the power of FastAPI with intuitive HTML generation.",
"image": "https://picsum.photos/seed/air-product/1200/630",
"brand": {
"@type": "Brand",
"name": "Kentro Tech"
},
"offers": {
"@type": "Offer",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://airheads-production.up.railway.app/product"
}
}