Skip to content

Latest commit

 

History

History
359 lines (294 loc) · 18.9 KB

Demos.md

File metadata and controls

359 lines (294 loc) · 18.9 KB
layout title
default
React-admin demos

React-admin Demos

If you want to see what react-admin is capable of, or if you want to learn from apps built by seasoned react-admin developers, check out these demos.

<style> .demos-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } @media (max-width: 600px) { .demos-list { grid-template-columns: repeat(1, 1fr); } .iframe-wrapper { max-width: 100%; } } .card { box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); transition: 0.3s; background-color: rgba(243, 246, 249, 0.4); border: 1px solid rgba(0,0,0,0.25); border-radius: 10px; margin: 0; display: flex; flex-direction: column; } .card:hover { box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2); } .card > img, .card > video { border-radius: 5px; max-width: 100%; } .mardown-section > video, .markdown-section, img { max-width: 100%; } .content-card { padding: 2px; margin-left: 1rem; margin-right: 1rem; text-decoration: none !important; } .title-card { margin-bottom: 0.4rem !important; font-size: 1.75em; color: black; } .description-card { color: rgb(100,100,100); } .card-footer { flex-grow: 1; display: flex; flex-direction: column-reverse; } .links-container { padding: 2px; margin-left: calc(1rem - 10px); margin-right: calc(1rem - 10px); display: flex; justify-content: space-between; } .link { color: rgb(0, 127, 255) !important; padding: 10px; border-radius: 5px } .link:hover { background-color: rgba(0, 127, 255, 0.07) !important; } .no-decoration, .link { text-decoration: none !important; } .iframe-wrapper { float: none; clear: both; max-width: 92.25%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; } .iframe-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style>

E-commerce

The admin of a fictional poster shop, allowing to manage sales, products, customers and reviews. Built by the core team.

<iframe src="https://www.youtube-nocookie.com/embed/bJEo1O1oT6o" title="react admin e commerce demo" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

The source shows how to implement the following features:

A modified version of this demo uses the React Admin Enterprise features.

<iframe src="https://player.vimeo.com/video/884005183?h=7f12a85dcf&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>

The source shows example implementation of the following features:

CRM

Atomic CRM is a complete CRM app allowing to manage contacts, companies, deals, notes, tasks, and tags. Built by the core team. You can use it as a template to build your own CRM.

react-admin-crm.mp4

The source shows how to implement the following features:

Help Desk

A simple help desk app allowing to manage issues, users, and tags. ZenDesk / Linear clone, built by the core team.

react-admin-help-desk-demo.mov

The source shows how to implement the following features:

Note-taking App

Writer's Delight lets you write notes, essays, and stories with an AI assistant. Built by the core team.

<iframe src="https://www.youtube-nocookie.com/embed/XytdFN1Oqg8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen style="aspect-ratio: 16 / 9;width:100%;margin-bottom:1em;"></iframe>

The source shows how to implement the following features:

Blog Admin

A simple application with posts, comments and users that we use for our e2e tests. Not designed to have a good UX, but to use most of the react-admin features. Built by the core team.

Blog demo

Music Player

Navidrome is a Spotify clone allowing to manage songs, artists, playlists, and favorites.

Navidrome

Broadcom Layer 7 API Hub

A framework built on top of react-admin for building developer portals.

<iframe src="https://www.youtube.com/embed/ecHsgNmug9E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Other Apps

Check out Issue #4027 on the react-admin GitHub for a list of apps built by other people.

Your App Here / showcase

Did you publish an app built with react-admin with open-source code? Open a PR on this page to add it to this list.

<script src="https://player.vimeo.com/api/player.js"></script>