Alternatives
Products that do what Reusable components with Django and HTMX does
- 1

- 2BC
2024 · django-cotton.com
- 3ID
2013 · pythonhosted.org
- 4HC
2016 · github.com
- 5

- 6CF
2017 · djangoappschecklist.com
- 7CT
2016 · github.com
- 8MA
After 18 months of tinkering and iterating, we want to show you our Memex: An open-source browser extension to effortlessly organise your web-research. We'd love to know what you think :) Check it out at https://worldbrain.io/hn Memex features: - Instantly find websites you visited with the fuzzy memories you have about them, instead of bookmarking everything or keeping dozens of open tabs. Search for every word of every website you’ve seen, and filter by time, domain, custom tags or bookmarks. - Add your thoughts to websites via comments & annotations, directly in the browser…
2018
- 9NJ
It's very early days for the project, but I wanted to share it to see if there is interest. It is the final piece of the FastAPI server-side rendering stack I started building with FastHX and htmy (the two dependencies of this project besides FastAPI). Think of it as a more powerful and convenient alternative to tools like FastHTML, powered by FastAPI (without any modifications). I hope you'll like it.
Oct 2025 · volfpeter.github.io
- 10AJ
with affinity you can make multiple apps (components eventually) and store (ala redux) - while a store can be shared through apps. This started as a case study and as a small reusable code for creating self contained dom elements with functionality - during the time of development, ideas and inspiration came from angular, react and vuejs. suggestions and feedback is mostly welcomed. The interesting challenges were finding ways for these topics: 1. create a component lib using dom and js only, without any 3rd party . 2. producing semantic html in dom . 3. allow template micro syntax (using…
2018
- 11DC
Hi HN, I'm a self-taught developer from Malawi, and I built DJX because I was tired of writing the same Django boilerplate over and over. Django is powerful, but starting a new feature means manually creating models, views, templates, URLs, and wiring everything together. Rails solved this 20 years ago with scaffolding. Django deserves the same. DJX brings convention over configuration to Django: pip install djx-cli djx new myblog && cd myblog djx scaffold Post title:string content:text published:boolean python manage.py migrate && python manage.py runserver # →…
Mar 2026
- 12

- 13WO
We had a lot of reasons we wanted to build our own help desk, the least of which (and easiest to mention) is that a three seat license to the top tier desk systems are well over $100/mo. Plus they were slowing us down quite a bit. Right now its only dependency is Django, it supports email alert for updates, has bundled style, a permission like public/private/internal status, optional anonymous questions/responses, categories, searching, and a few more I've missed. What I'd like to do is: extend tests, class based views, parse incoming emails as questions & response (this is important for…
2012
- 14ZA
A while ago I started this side project to test if I could build a rich User Interface that would have about the same level of responsiveness than a "SPA-like" app, but using only htmx[1]... I still have plenty of stuff in my roadmap, but today it's in a playable state and I thought it could be interesting to share it - as it may be a nice demonstration of a relatively rich user interface powered by htmx :-) --> https://zakuchess.com As for the stack: it's built mostly with Django, htmx and Tailwind CSS. It uses a SQLite database, and is hosted (for free) at Fly. The characters'…
2024 · zakuchess.com
- 15IR
Hey HN, A few years ago, when I was working as a freelance web developer, there were many projects that used repetitive layouts and designs That's when I built my own collection of basic UI components like buttons and all. At that time, I was using CSS, so I styled my components using CSS. Later, I decided to open-source these components, and that’s when I created HextaUI After a few months, I found out about Tailwind CSS, so I decided to recreate all components with better design, modularity, and accessibility. This time, I also added animated components, not just base components. After…
2025 · hextaui.com
- 16AD
2012 · github.com
- 17FS
Hey HN! I think _hyperscript is an insanely cool language, and while designed for simple front-end DOM interactions, I thought it would be a cool back-end scripting language as well. So, I slapped together a TODO app with a _hyperscript bootstrapping script based on the original repository's node-hyperscript example. My repo isn't clean, just something I worked out over a weekend to prove the concept, also an excuse to play with htmx. :) Please read the README, and let me know how, if anyone's interested, I can work in some of my tweaks to the original repository. I'm kind of a noob with…
2022 · github.com
- 18HS
2015 · ivopetkov.com
- 19SK
Hey HN! Over the past decade or so, every side project and startup I've built has used more or less the same framework: - a django backend - a react spa frontend - a separate seo-optimized static marketing site (I used to use jekyll, but now I use astro) As many of you can probably relate, I've always started from scratch or grabbed code from old private repos. Half the time this resulted in burning out before I started working on the main project. I decided to take a break and build a truly solid foundation for the things I use in nearly every project. Hopefully some of you find it as…
2024 · djangoreactkit.com
- 20HG
I built a library that to generate HTML from Python. We have been using this library with Django the last couple of months instead of classic templates and find it to be productive. It is easy to debug, works great with static type checkers and it is easy to build reusable components/partials. Give it a try!
2024 · htpy.dev
- 21WT
2019 · npmjs.com
- 22RI
2015 · github.com
- 23TC
2024 · github.com
- 24HL
Kind of lit-html and other html`...` libraries, but in Python. It's a suite of: Few text processing utilities you could write in a hour Linter validating the f-expressions HTML beautifier VS Code syntax highlighter It was used to succesfully rebuild UIs of several internal CRUD-apps. Designed to replace the traditional jinja templates with something preserving type-safety and better IDE support. Keeping the models and templates in sync is much easier now. Maybe you would find it useful too.
2024 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →