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...
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/...
04.11.2025 00:11 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
feldroy/air
The new Python web framework by the authors of Two Scoops of Django - feldroy/air
Did you know that Air has over 20 tickets marked as "Good for beginners"? ๐โ๏ธ
github.com/feldroy/air/...
02.11.2025 15:14 โ ๐ 4 ๐ 1 ๐ฌ 0 ๐ 0
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 @...
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/...
28.10.2025 16:09 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
In the past 8 hours our GitHub stars jumped by almost 10%!
25.09.2025 23:46 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 1
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...
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/...
24.09.2025 07:18 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
What browsers see from Air, which is HTML with unnecessary whitespace stripped.
What developers using Air can see locally if they so chose, which is carefully formatted, indented, and code highlighted output.
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.
23.09.2025 09:46 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 1
SQL - AIR
Check out the new SQL learn page!
feldroy.github.io/air/learn/sql/
23.09.2025 02:40 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
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...
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/...
21.09.2025 06:21 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
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
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...
18.09.2025 16:02 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
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...
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/...
17.09.2025 13:04 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
AIR
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.
14.09.2025 14:04 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Image of the keyword argument table in airdocs, the documentation site for Air.
We just got pretty argument tables in our API reference docs. Needs some cleanup, but we're really happy with where this is going!
20.08.2025 01:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Air Docs
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
16.08.2025 15:36 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
Wall of badges owned by Air
We love and are inspired by all the other Python web frameworks. However one thing we have over all of them is badges.
15.08.2025 04:01 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 1
How I load a Jinja template that serves as a shell for any dynamic single-file React app: I check if the app needs React, then return a rendered Jinja template containing what the app needs
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
10.08.2025 22:34 โ ๐ 2 ๐ 2 ๐ฌ 1 ๐ 0
Hi, this is Air, the new web framework that breathes fresh air into Python web development
10.08.2025 22:10 โ ๐ 1 ๐ 2 ๐ฌ 1 ๐ 0