Ask HN: Why aren't Django Admin style dashboards popular in other frameworks?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. payload

    Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ActiveAdmin

    The administration framework for Ruby on Rails applications.

    Can you clarify what's the "tremendous value" you're getting out of the Django admin?

    At Heii On-Call https://heiioncall.com/ we are using Active Admin https://activeadmin.info/ for Ruby on Rails, which seems quite similar to the Django admin. In my experience, it's mostly useful as a fairly basic read-only view of what's in the database. In Rails, it's so easy to whip together a custom view that we tend to do that, and the Active Admin is nice to have but I wouldn't say "tremendous value".

  4. kaffy

    Powerfully simple admin package for phoenix applications

    Phoenix has Kaffy: https://github.com/aesmail/kaffy

    Super-simple to set up and it's been perfectly adequate for my app's needs so far.

    To answer OP's original question: Django Admin isn't a killer feature because the same kind of thing is available for most other Django-like frameworks, with the only difference being that it's usually a third party library rather than something built into the framework itself.

  5. django-unfold

    Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience - without compromising functionality.

    It is not just a UI just for CRUD. You can easily add custom actions (calls to web services, export/imports, heavy background tasks that operate on a row or collections of rows), filters, related tables with custom behavior, display custom derived/calculated values, etc. Additionally, you can skin it easily - and in some cases, even create dashboards in a very simple manner. Check out out Django Unfold for an example https://github.com/unfoldadmin/django-unfold

  6. RailsAdmin

    RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data

  7. core-admin

    Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • MoonShine v3: Key Changes and New Features in the Open-Source Admin Panel for Laravel

    4 projects | dev.to | 9 Mar 2025
  • Why & How to install MoonShine v3

    1 project | dev.to | 26 Feb 2025
  • 100+ React Dashboard Components to Use in 2024

    1 project | dev.to | 19 Sep 2024
  • Top 23+ Free Vue Templates & Themes

    21 projects | dev.to | 18 Jul 2024
  • Looking for feedback and ideas for open source admin tool

    1 project | news.ycombinator.com | 19 May 2024

Did you know that Ruby is
the 12th most popular programming language
based on number of references?