nowfound

Dev tools · alternatives · 2026

24 alternatives to 20+ Free Admin Dashboards

Tested Flask and Django starters - LIVE support via Discord.

Below are 24 products that do a similar job, ranked by how close each is in meaning and then by launch-day votes. 20+ Free Admin Dashboards launched in 2020; newer entries below may have overtaken it.

  1. 1RW

    Hi everyone, I've been "funemployed" for a few months and with all that free time and idle hands I wrote a full web framework (think Rails, not Flask) for Rust. It's boring old MVC, has its own ORM, templates, background jobs, auth, websockets, migrations and more. If you're keen but don't feel like rewriting your app in a different language, Rwf has a WSGI server to run Django (or Flask) inside Rust [1], letting you migrate to Rust at your own pace without disrupting your website. I think Rust makes a great prototyping and deploy straight to production language. Now it has yet another…

    2024 · github.com · its alternatives →

  2. 2

    Run a production ready django server with a single script

    2024 · its alternatives →

  3. 3

    Hi HN! I built Oxyde because I was tired of duplicating my models. If you use FastAPI, you know the drill. You define Pydantic models for your API, then define separate ORM models for your database, then write converters between them. SQLModel tries to fix this but it's still SQLAlchemy underneath. Tortoise gives you a nice Django-style API but its own model system. Django ORM is great but welded to the framework. I wanted something simple: your Pydantic model IS your database model. One class, full validation on input and output, native type hints, zero duplication. The query API is…

    Mar 2026 · github.com · its alternatives →

  4. 4

    Next.js and Django SaaS Boilerplate

    2024 · its alternatives →

  5. 5RS

    Hi HN! I've been building ReadyKit, an open-source SaaS boilerplate that handles all the hard parts: multi-tenant workspaces, Stripe billing, OAuth + MFA authentication, and a production-ready stack. Built with Python/Flask, PostgreSQL, Redis, and Vue 3, it's designed for indie makers and teams who want to ship SaaS products fast. Clone, configure your OAuth and Stripe keys, and you're running in 5 minutes. Features include automatic query scoping for workspace isolation, audit logs, role-based access, and a modern UX kit. MIT licensed and free forever. GitHub:…

    Nov 2025 · readykit.dev · its alternatives →

  6. 6CL
  7. 7VM
  8. 8

    Save hours checking AI generated code and launch faster!

    Mar 2026 · pythonstarter.co · its alternatives →

  9. 9

    Over the past year I’ve been building a set of operational panels for Django: - Redis inspection - cache visibility - Celery task introspection - URL discovery and testing All of these tools have been built inside the Django admin. Instead of jumping between tools like Flower, redis-cli, Swagger, or external services, I wanted something that sits where I’m already working. I’ve grouped these under a single umbrella: Django Control Room. The idea is pretty simple: the Django admin already gives you authentication, permissions, and a familiar interface. It can also act as an operational layer…

    Feb 2026 · github.com · its alternatives →

  10. 10IO

    Hi HN, I'm Mohammed, a technical founder who loves shipping and giving back to the community. I'm open-sourcing the full-stack engine that powers my B2B product, apflow.co. What it is: A production B2B starter with a Go backend and Next.js frontend. Both are fully Dockerized with separate containers. No Vercel. No Supabase. Deploy the whole thing on a $6 VPS, or split frontend and backend across different providers. You own the infrastructure. The problem I was solving: Every SaaS starter I evaluated had the same issue: they locked me into someone else's platform. Vercel for hosting.…

    Dec 2025 · github.com · its alternatives →

  11. 11WO

    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 · its alternatives →

  12. 12DA
  13. 13AD

    Hey everyone. I have dedicated 4 years of my life to building a solution for easy deployment of [primarily] Python and Django apps. Think of it as an equivalent of Laravel Forge/Hatchbox but for Python apps. For those who are not familiar – Platform as a service on your cloud or on-prem servers. I have posted here 2 years ago and a lot has changed since then. What's new: - New great and easy to use dashboard - backups for databases - cronjobs - stats resources of servers and apps - tons of stability improvements.

    2023 · appliku.com · its alternatives →

  14. 14

    Gumroad for starter repos

    2023 · its alternatives →

  15. 15

    A Flask and Bulma template for web applications.

    2021 · its alternatives →

  16. 16SP

    Hey HN! Starting a new project is so hard because before you actually get to building the idea itself, you have to search for tools and figure out how to piece them together. With starter.place, you can find proven starter templates/boilerplates/stacks that use the technologies you want and get to building right away. If you’ve made a starter repo you think others would find useful, you can immediately reach a wide audience without having to make your own site/app to sell it and advertise it by posting on starter.place. Just focus on building the starter all while earning from…

    2023 · starter.place · its alternatives →

  17. 17MA
  18. 18PC
  19. 19DK

    After a decade of shipping Django to production, I got tired of solving the same setup problems on every new project. Environment-first settings. Sensible auth defaults. Structured logging. CI from day zero. Pre-commit hooks. Docker. Security hardening. Every project meant two days of boilerplate before writing business logic. So I built Django Keel: a production-ready Django starter that eliminates the yak-shaving. GitHub: https://github.com/CuriousLearner/django-keel *What you get*: - 12-factor config with environment-based secrets - Production-hardened security…

    Oct 2025 · github.com · its alternatives →

  20. 20DT

    Golang is an incredible language for web development. That being said, indie developers and small businesses will likely miss extensive resources found in other projects like Django. Although building an application from the ground up using the standard library is possible, it can be error prone and time consuming. Pocketbase has almost everything an indie developer needs, supporting database, authentication, and file storage into a single, easy-to-deploy executable. Combined with HTMX, and you can created a full stack web application without bloated front end frameworks. That being said,…

    2024 · deploysolo.com · its alternatives →

  21. 21

    Production-ready SaaS starter with Next.js & Django

    Jul 2026 · nextjs-django-admin-starter.mohsenmansourikhah.workers.dev · its alternatives →

  22. 22SK

    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 · its alternatives →

  23. 23DD
  24. 24

    Starter kit for building your next startup.

    2024 · its alternatives →

Also compare

Ranked by how close each launch is in meaning, then by votes. Prices were read from each product’s own site when checked and can change. Refine with your own description →