Air Web Framework
airwebframework.bsky.social
Air Web Framework
@airwebframework.bsky.social
The new web framework that breathes fresh air into Python web development. Built with FastAPI, Starlette, Pydantic, and HTMX.
Air has a huge number of fully tested code examples in the API reference. Our mission is to eventially have a working examples for every callable.

And we've just added code highlighting to all those examples!

feldroy.github.io/air/api/form...
Forms - AIR
feldroy.github.io
November 22, 2025 at 12:42 AM
Today we reverted the Air docs back to mkdocs-material. Zensical will be awesome, but for now we really need the mkdocstring and llms.txt support.

feldroy.github.io/air
AIR
feldroy.github.io
November 21, 2025 at 9:35 AM
Just released 0.40.0!

- Effortlessly transform @pydantic models to HTML forms
- HTML validation attributes on those HTML forms
- Added outrageous amounts of human/LLM-friendly documentation
- Too much other stuff to list here, read the changelog!

github.com/feldroy/air/...
Release v0.40.0 · feldroy/air
Contributions from new contributors feat: docs-only src_example for exceptionhandlers.py by @elliedel in #714 sample Dockerfile and README.md for containerization how-to by @hardwyrd in #722 sampl...
github.com
November 4, 2025 at 12:11 AM
Did you know that Air has over 20 tickets marked as "Good for beginners"? 😀☁️

github.com/feldroy/air/...
feldroy/air
The new Python web framework by the authors of Two Scoops of Django - feldroy/air
github.com
November 2, 2025 at 3:14 PM
We just tagged and released version 0.39.0 of Air. It has a massive number of changes by an unbelievably large number of new contributors. So many of you did so much, we're blown away into the air. Thank you all so much!

github.com/feldroy/air/...
Release v0.39.0 · feldroy/air
What's changed by new contributors feat: add .url() method to route functions by @nedpals in #706 docs: removed one slash in the link preview, and added one slash in the link url (issue #613) by @...
github.com
October 28, 2025 at 4:09 PM
So humbled that we've exceeded 600 stars: github.com/feldroy/air
GitHub - feldroy/air: The new Python web framework by the authors of Two Scoops of Django
The new Python web framework by the authors of Two Scoops of Django - feldroy/air
github.com
October 28, 2025 at 3:25 PM
Release 0.37.0:
- Adds the first draft of the Air Book by @audrey.feldroy.com
- Vastly improved llms.txt files
- Bugfix for Jinja rendering of non-AirTag data
- Two new first time contributors!

github.com/feldroy/air/...
Release v0.37.0 · feldroy/air
What's Changed BOOK: The Air Book by @audreyfeldroy in #504 BUG: Constrain renderers to only stringify items inheriting from BaseTag by @bluerosej and @pydanny in #561 DOCS: book example uses the...
github.com
October 15, 2025 at 10:16 PM
I am now 0.36.0 releases old! A few of my changes include:
- Adding a .htmx object to every request
- Dropping support for 3.12 (We already support Python 3.14)
- More documentation!

github.com/feldroy/air/...
Release v0.36.0 · feldroy/air
What's Changed Implement .htmx object on air.Request by @pydanny in #524 Drop Python 3.12 support! by @tallerasaf in #538 Add forms quickstart by @pydanny in #536 abd #539 Restore llms.txt for LLM...
github.com
October 10, 2025 at 3:41 PM
In the past 8 hours our GitHub stars jumped by almost 10%!
September 25, 2025 at 11:46 PM
Air 0.32.0 is out! Features:
- Vast improvements to auth and sql extensions
- Addition of developer convenience methods Tag.pretty_render and Tag.pretty_print
- Many documentation improvements
- Lots more!

Next up is a full-fledged tutorial!

github.com/feldroy/air/...
Release v0.32.0 · feldroy/air
What's Changed FEAT: Add changelog link to pyproject.toml by @alaminopu in #480 FEAT: Make the default status_code of air.RedirectResponse be 303 by @alaminopu in #481 Merge cookbook into learn se...
github.com
September 24, 2025 at 7:18 AM
Coming in Air 0.32, released hopefully tomorrow!

To make reading HTML output easier, we will have features for converting dense HTML to pretty printed HTML!

All credit goes to github.com/tallerasaf for the PR and
@willmcgugan.bsky.social for the rich library its built on.
September 23, 2025 at 9:46 AM
Check out the new SQL learn page!

feldroy.github.io/air/learn/sql/
SQL - AIR
feldroy.github.io
September 23, 2025 at 2:40 AM
We just released 0.31.0, which:

- Adds a Django-inspired get_object_or_404 to air.ext.sql
- Adds an async sql lifespan function to air.ext.sql
- Drops support for Python 3.10 and 3.11
- Vastly increases our type coverage

Read the entire release here: github.com/feldroy/air/...
Release v0.31.0 · feldroy/air
What's Changed Add latest-changes GitHub Action workflow (Issue #163) by @prodigisoftwares in #437 Issue #60-Document-is_htmx_request - Add documentation and add a coup… by @prodigisoftwares in #4...
github.com
September 21, 2025 at 6:21 AM
Reposted by Air Web Framework
I documented how I created a 74-second promo video draft for a new framework, air, in 30 minutes

How to stay in control of AI:

✅ Injecting human taste
✅ Correcting AI errors
✅ Improving code examples
✅ Syncing animations to music, and more.

elite-ai-assisted-coding.dev/p/from-zero...
From Zero to Promo Video in 30 Minutes with AI
How to retain creative control and direction over AI when you aren't writing much of the code
elite-ai-assisted-coding.dev
September 18, 2025 at 4:02 PM
Air 0.30.0 is out and it's huge. High lights of the release:

- Tag improvements that print better in the shell, and also have a pretty printing option
- First official authentication connector!
- An Air Tag/Jinja component loader for third party packages

github.com/feldroy/air/...
Release v0.30.0 · feldroy/air
What's Changed New contributor submissions BUG: resolve type-check errors pyrefly in docs by adding path by @datnq26 in #415 DOCS: add two uv steps by @modasserbillah in #416 DOCS: Import Field fr...
github.com
September 17, 2025 at 1:05 PM
Our docs are now served here: feldroy.github.io/air/

Building AirDocs is fun but it is hard to build it while also building AIR and various products. When AIR is more feature complete we'll return to working on the AirDoc system.
AIR
feldroy.github.io
September 14, 2025 at 2:04 PM
We just got pretty argument tables in our API reference docs. Needs some cleanup, but we're really happy with where this is going!
August 20, 2025 at 1:00 AM
The new reference doc system has been deployed! This first pass took just an hour of effort by the core team. Just imagine the improvements when we get another hour into this effort!

airdocs.fastapicloud.dev/reference
Air Docs
airdocs.fastapicloud.dev
August 16, 2025 at 3:36 PM
Release 0.23.0 includes vastly improved SVG support. Also introduces the Wall of Badges.

github.com/feldroy/air/...
Release v0.23.0 · feldroy/air
Summary For users, the function signatures on Air SVG tags by @dfundako will make building SVGs much easier for both humans and LLMs. @tallerasaf vastly improves our code coverage build and turns A...
github.com
August 15, 2025 at 5:39 AM
We love and are inspired by all the other Python web frameworks. However one thing we have over all of them is badges.
August 15, 2025 at 4:01 AM
Reposted by Air Web Framework
I've figured that @airwebframework.bsky.social works with React in production, for anyone needing to use it that way 🚀

In my AIR app, I created a Jinja template that works with any arbitrary 1-file React app
August 10, 2025 at 10:34 PM