The idea is to provide the same "batteries included" experience as Django Admin - automatic CRUD interfaces from your schema definitions, relationship handling, and built-in authentication - but for the React/Next.js ecosystem. Working directly with the ORM through server components would avoid the need for an additional API layer. Has anyone attempted something similar? Would this be valuable for Next.js developers? Looking for feedback on whether I'm the only one in need for this.
Now I am considering using react-admin because the cost seems worth it.