Ross ROSS = Recommend OSS · open-source software intelligence for agents

django-commons/django-unicorn

The magical reactive component framework for Django ✨ observed · 2026-08-28

github.com/django-commons/django-unicorn · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
django-commons/django-unicornmain83

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