Get started in minutes
Build API-based B2B applications using modern React and Material
Design.
Your first admin only needs
13 lines of code
import React from 'react';
import { Admin, Resource, ListGuesser } from 'react-admin';
import simpleRestProvider from 'ra-data-simple-rest';
const dataProvider = simpleRestProvider('https://domain.tld/api');
const App = () => (
<Admin dataProvider={dataProvider}>
<Resource name="users" list={ListGuesser} />
</Admin>
);
export default App;
Full-featured
Relationships support
Full-featured datagrid
Undo
Rich text editor
Filter as you type
Internationalization
Accessible
Optimistic rendering
Data validation
Customizable by design
Choose among many variants, or replace any component by your own.
Theming
UI framework
Custom fields
Custom layout
Authentication plugins
Custom routes
Read what people say about it...
Built on top of state-of-the-art Tech
React Admin is licensed under the MIT License
Sponsored and supported by Marmelab since 2016

Community Edition
- Code and Documentation
- Community support from Stack Overflow
Forever. This is open-source