DraupnerData
banner
draupnerdata.bsky.social
DraupnerData
@draupnerdata.bsky.social
CodeEquilibrist with a Linux twist.
Dabbles in AI, fastHTML and SAAS.
https://draupnerdata.kit.com/
Pinned
Latest updates from FastHTML,
October -25.

youtu.be/AA0jbiVdfo4?...
What’s Happening With FastHTML in October 2025?
YouTube video by Draupner Data
youtu.be
Tired of drafts disappearing?

Add hx-preserve and an id.
November 14, 2025 at 4:01 PM
Move data without clutter. hx-values attaches a small dictionary to the request, ideal for list indices, resource IDs, or filters. Your routes are simpler, and your HTML reads naturally.
November 14, 2025 at 12:10 PM
FastHTML with HTMX 2.0 is a pragmatic path to modern web apps. Unlike heavy front ends, it keeps you in Python while delivering snappy partial updates and preserved state where it matters.
November 13, 2025 at 10:30 AM
Stop the jarring refresh, keep user context with hx-preserve.
November 12, 2025 at 5:19 PM
If your input
keeps resetting
during polling,
you do not need a rewrite.

Add hx-preserve
and an id.

HTMX 2.0 will keep
the DOM node’s state
while allowing
content swaps
around it.
November 12, 2025 at 10:45 AM
Send dictionary-like payloads from any element using hx-values.
November 11, 2025 at 5:14 PM
FastHTML’s philosophy is clarity. Use HTML, energize it with HTMX, and write your logic in Python. With HTMX 2.0, hx-preserve and hx-values remove friction so you can ship faster.
November 11, 2025 at 10:31 AM
Keep users typing while content updates in place.
November 10, 2025 at 6:27 PM
Build smarter buttons
with hx-values.

Trigger a post,
pass an index
or ID directly,
and swap
the result back in.

Fewer lines,
fewer forms,
and workflows
that read like intent
rather than ceremony.
November 10, 2025 at 10:50 AM
No more hidden input gymnastics: hx-values has you covered.
November 9, 2025 at 4:17 PM
Latest updates from FastHTML,
October -25.

youtu.be/AA0jbiVdfo4?...
What’s Happening With FastHTML in October 2025?
YouTube video by Draupner Data
youtu.be
November 8, 2025 at 12:03 PM
In fastHTML’s Oct ’25 release,
HTMX 2.0 upgrades
make your components resilient.

Preserve user state
during refreshes and
streamline your request data
without reshaping your markup.
November 8, 2025 at 11:59 AM
Pass list indexes directly from buttons using hx-values.
November 7, 2025 at 4:05 PM
hx-preserve
shines wherever state matters:
textareas,
sliders,
video playback positions.

Give the element an id
and let HTMX 2.0
keep user state steady
through partial renders.
November 7, 2025 at 10:49 AM
Partial updates that respect user state are now easy.
November 6, 2025 at 4:01 PM
Want SPA-like responsiveness without React or Vue? fastHTML with HTMX 2.0 delivers dynamic swaps, forms that feel instant, and simpler code. hx-preserve and hx-values make it even smoother.
November 6, 2025 at 12:18 PM
Preserve the exact DOM node state by adding an id and hx-preserve.
November 5, 2025 at 5:29 PM
Stop sprinkling
hidden inputs everywhere.
With hx-values,
send extra data on
any request right from a button.
Cleaner HTML,
fewer form wrappers,
and clearer intent
in your fastHTML code.
November 5, 2025 at 10:31 AM
Readable HTML,
tidy payloads,
and smooth swaps in one stack.
November 4, 2025 at 6:43 PM
Ever lost text in a form
after an auto-refresh?

hx-preserve fixes that
by keeping input state
across HTMX swaps.

Your users keep typing,
your UI keeps updating,
and you keep your sanity.
November 4, 2025 at 10:50 AM
Make dynamic apps
the simple way:

fastHTML,
HTMX 2.0, and
two attributes.
November 3, 2025 at 4:08 PM
Tired of frameworks that overpromise and underdeliver?

FastHTML keeps leveling up. The Oct ’25 release
brings HTMX 2.0 with hx-preserve and hx-values, letting Python devs
build snappy,
dynamic apps
with less code.
November 3, 2025 at 12:25 PM
Want to connect with people interested in:

🐍 Python
🚀 Startups
💼 Solopreneurship
🦾 AI/LLM
📊 SaaS
🕸️ Web Development
💻 Software Engineering
November 2, 2025 at 3:44 PM
Fixed an HTMX swap bug by moving a misplaced ID and the UI finally feels PRO.
October 31, 2025 at 5:38 PM
That welcome page needed love. I added a background image with simple inline styling. It shines on desktop, not perfect on mobile yet. Ship, learn, improve, repeat. Progress beats perfection every time.
#fasthtm
October 31, 2025 at 10:39 AM