Air Web Framework's Avatar

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.

25 Followers  |  3 Following  |  22 Posts  |  Joined: 10.08.2025  |  1.717

Latest posts by airwebframework.bsky.social on Bluesky

Preview
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
Preview
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
Preview
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
Preview
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

So humbled that we've exceeded 600 stars: github.com/feldroy/air

28.10.2025 15:25 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
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...

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/...

15.10.2025 22:16 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
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...

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/...

10.10.2025 15:41 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

In the past 8 hours our GitHub stars jumped by almost 10%!

25.09.2025 23:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
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 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.

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
Preview
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
Preview
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
Preview
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
TIL: Using SQLModel Asynchronously with FastAPI (and Air) with PostgreSQL SQLModel is a really useful library for working with SQL databases in Python, built on top of SQLAlchemy and Pydantic. However, AFAIK there's no documentation supporting asynchronous operations for Po...

daniel.feldroy.com/posts/til-20...

29.08.2025 06:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v0.25.0 ยท feldroy/air What's Changed FEAT: Add SessionMiddleware class by @pydanny in #334 BUG: attribute_set_to_true=True converts underscores to dashes by @WatanabeChika in #327 DOC: Rearrange MVPCSS docs by @pydanny...

New release adds SessionMiddleware as part of core Air

github.com/feldroy/air/...

22.08.2025 01:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Should itsdangerous be isolated into a package group? ยท feldroy air ยท Discussion #335 For adding of SessionMiddleware, necessary for any kind of session management, we need the itsdangerous library as a dependency. That brings us up to four dependencies in core Air. We can isolate i...

Should we include itsdangerous as a core package dependency?

github.com/feldroy/air/...

22.08.2025 01:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v0.24.2 ยท feldroy/air What's Changed BUG: AirForm.validate method returns boolean instead of None by @pydanny in #317 TOOL: New CI overview by @tallerasaf in #304 DOC: Docstring improvements by @pydanny in #322 DOC: Fi...

Bugfix and docs release github.com/feldroy/air/...

21.08.2025 15:16 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Image of the keyword argument table in airdocs, the documentation site for Air.

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
Preview
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...

Release 0.23.0 includes vastly improved SVG support. Also introduces the Wall of Badges.

github.com/feldroy/air/...

15.08.2025 05:39 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Wall of badges owned by Air

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

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

@airwebframework is following 3 prominent accounts