marmelab/react-admin — reverse-engineered prompt
Reverse engineered prompt
Build me a clean browser based admin dashboard framework like react admin. It should let someone quickly create CRUD screens for data coming from either REST or GraphQL APIs, without having to build all the boring admin UI from scratch.
I want the app to feel modern and practical. It should include list pages with tables, search and filters, create and edit forms, validation, notifications, routing, authentication support, roles or permissions, theming, and a responsive Material Design style. Make it easy to define resources like posts, users, comments, products, or customers, then automatically wire them to the API.
Please make it developer friendly too. Use React and TypeScript, keep things modular, and make it possible to swap out pieces like the data adapter, table, form fields, or layout. Include a small working demo admin, maybe a blog or shop example, so I can see lists, edits, creates, filters, and API calls in action.
Look up current docs online if you need to.
Want more depth? Deep Reverse