django-commons/django-unicorn
The magical reactive component framework for Django ✨ observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 83
- Release rhythm 74
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 2244
- days_rel: 179
- days_push: 103
- n_releases_24m: 8
Adoption not part of the score
2661 stars · 131 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Django Unicorn is a reactive component framework for Django that adds rich, interactive front-end functionality to Django templates using only Python and HTML. It progressively enhances server-rendered views with AJAX-driven DOM updates, avoiding the need for a separate JavaScript framework or build tooling.
Use cases
- add reactive components to django templates
- build interactive forms in django without javascript frameworks
- replace react/vue with python-only django frontend
- make django views update without full page reloads
- create todo list or live search components in django
- skip webpack and js build tools for a django app
- add partial page updates and polling to django
When to choose
- you have an existing Django app and want interactivity without a SPA rewrite
- you want to stay in Python and avoid JavaScript build pipelines
- you need SEO-friendly initial renders with progressive enhancement
- your interactivity needs are moderate (forms, lists, toggles), not a full client-side app
When to avoid
- you need a highly dynamic client-side app with complex client state
- your team already uses React/Vue and a separate API
- you need offline-first or native mobile behavior
- you want fine-grained control over the JavaScript layer
Facets
framework · maturity active
frontend-framework web-framework templating state-management form-handling web-development frontend backend python django reactive-components fullstack no-build-tools ajax livewire-style web-server
7 sources
- readme: https://github.com/django-commons/django-unicorn · fetched 2026-08-28 · f8dd9871f9c8
- homepage: https://www.django-unicorn.com · fetched 2026-08-29 · 6a69855b8eeb
- site_page: https://www.django-unicorn.com/docs · fetched 2026-08-29 · d4f15ec15a52
- site_page: https://www.django-unicorn.com/screencasts/installation · fetched 2026-08-29 · f35e4dac0aa6
- site_page: https://www.django-unicorn.com/docs/changelog · fetched 2026-08-29 · 8d5a717d2ae1
- site_page: https://www.django-unicorn.com/docs/installation · fetched 2026-08-29 · 85c583750d04
- site_page: https://www.django-unicorn.com/docs/components · fetched 2026-08-29 · 9519f1d66179
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| django-commons/django-unicorn | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="django-commons/django-unicorn")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem