react-admin

A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design (by marmelab)

React-admin Alternatives

Similar projects and alternatives to react-admin

  1. Next.js

    2,316 react-admin VS Next.js

    The React Framework

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management β€” all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. React

    1,929 react-admin VS React

    The library for web and native user interfaces.

  4. Strapi

    501 react-admin VS Strapi

    πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

  5. chakra-ui

    356 react-admin VS chakra-ui

    Chakra UI is a component system for building products with speed ⚑️

  6. Material UI

    300 react-admin VS Material UI

    Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

  7. appsmith

    250 react-admin VS appsmith

    Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

  8. mantine

    247 react-admin VS mantine

    A fully featured React components library

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. styled-components

    Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress πŸ’…

  11. antd

    234 react-admin VS antd

    An enterprise-class UI design language and React UI library

  12. Refine

    224 react-admin VS Refine

    A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

  13. Directus

    223 react-admin VS Directus

    The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

  14. pocketbase

    Open Source realtime backend in 1 file

  15. material-ui-docs

    ⚠️ Please don't submit PRs here as they will be closed. To edit the docs or source code, please use the main repository: http://github.com/mui/material-ui.

  16. refine

    87 react-admin VS refine

    Discontinued Build your React-based CRUD applications, without constraints. [Moved to: https://github.com/refinedev/refine] (by pankod)

  17. lowdefy

    52 react-admin VS lowdefy

    The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.

  18. react-virtualized

    React components for efficiently rendering large lists and tabular data

  19. Avo

    50 react-admin VS Avo

    The most powerful Ruby on Rails Admin Panel Framework! (by avo-hq)

  20. @blueprintjs/core

    A React-based UI toolkit for the web

  21. pREST

    PostgreSQL βž• REST, low-code, simplify and accelerate development, ⚑ instant, realtime, high-performance on any Postgres application, existing or new

  22. AdminJS

    9 react-admin VS AdminJS

    AdminJS is an admin panel for apps written in node.js

  23. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better react-admin alternative or higher similarity.

react-admin discussion

Log in or Post with

react-admin reviews and mentions

Posts with mentions or reviews of react-admin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-03.
  • How to build a CMS with Supabase and React-admin
    4 projects | dev.to | 3 Feb 2025
    I've been working with react-admin on various projects, some of which required basic CMS features in addition to the core application. We've used headless CMS like Strapi, Directus, or Prismic for these features. However, react-admin is so powerful that it can be used to build the CMS part, too. That's why I worked on a CMS proof-of-concept using react-admin for the admin UI and Supabase (which provides a REST API) for the backend.
  • A Year of Transformation: Reflecting on 2024's Journey in Tech and Beyond
    1 project | dev.to | 1 Jan 2025
    I was learning React JS front end and in this journey of self learning, I have achieved many milestone like utilizing react-admin framework. I also implemented two-factor authentication using Authenticator tools with react-admin framework. It was a very challenging job to include two-factor alongside react-admin authentication as there is no tutorial available for it. But this is very much required in the era of AI infused cyber threats to secure your applications.
  • React Developer Resources
    4 projects | dev.to | 7 Dec 2024
    React Admin
  • Building a Complete React CRM App with Atomic CRM πŸ› οΈ
    3 projects | dev.to | 6 Sep 2024
    With a simple relational data model, developers can easily modify the system to store additional data. Its component-based architecture allows for replacing or customizing any part of the application, giving developers full control over the user experience. Built using React and react-admin, two widely supported frameworks, it comes with a rich library of pre-built components ready for use.
  • Major updates from the open source community: Release Radar Β· June 2024
    11 projects | dev.to | 5 Jul 2024
    Whenever I see the word "framework", I can't help but think of the Linebreakers' song "We're Gonna Build a Framework". That aside, React-admin has over 25,000 users around the world. It's a single-page application framework, allowing you to build web apps running on top of REST/GraphQL APIs, using TypeScript, React and Material Design. React-admin's latest update brings refined lists and forms, dependency update, and easier application initialisation.
  • Ask HN: Does Anyone Use a "Closed Core" Software Model?
    1 project | news.ycombinator.com | 16 Apr 2024
    > "Are there examples of companies adopting this model?"

    Many examples across the industry:

    - Autodesk AutoCAD (closed) + Plugins/Addons (many open)

    - MS Windows (closed) + Many 3rd party programs (open)

    - Github (closed) + Github Actions (open)

    - Npm (closed) + Npm modules (mostly open)

    > "What are the potential benefits or pitfalls?"

    Benefits:

    - Harder to replicate, the company gets to keep the "secret sauce" a secret

    - Opening up a way to "extend" the platform means 3rd party developers add value to your system

    - The core isn't open, so less effort is required to maintain compare to OpenSource

    Pitfalls:

    - Closed-source is hard to verify, company is essentially saying "trust me bro"

    - Less innovation, as user's can't contribute to the core

    > "How does it impact community engagement and software adoption?"

    There's hardcore FOSS advocates that will hate anything not fully open. But a business has to make money and protect it's IP, having a "closed core" is one way to do that and ensure a sustainable business model.

    Another approach is the opposite, open-core + closed-premium-addons. An example of this is "React Admin"

    - Open Core -> https://github.com/marmelab/react-admin

    - Premium Modules Offering -> https://react-admin-ee.marmelab.com/

  • React Component Libraries
    13 projects | dev.to | 13 Mar 2024
    Official Website: https://marmelab.com/react-admin/
  • Building an Admin Console With Minimum Code Using React-Admin, Prisma, and Zenstack
    5 projects | dev.to | 11 Mar 2024
    React-Admin is a React-based frontend framework for building admin applications that talk to a backend data API. It offers a pluggable mechanism for easily adapting to the specific API style of your backend.
  • New client-side hooks coming to React 19
    3 projects | dev.to | 23 Jan 2024
    With these features, data fetching and forms become significantly easier to implement in React. However, creating a great user experience involves integrating all these hooks, which can be complex. Alternatively, you can use a framework like react-admin where user-friendly forms with optimistic updates are built-in.
  • 33 React Libraries Every React Developer Should Have In Their Arsenal
    10 projects | dev.to | 7 Jan 2024
    31.react-admin
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 24 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more β†’

Stats

Basic react-admin repo stats
71
25,666
10.0
6 days ago

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management β€” all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?