TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Django Admin for React – NextJS admin UI that works directly with ORM

1 点作者 nvegater3 个月前
I&#x27;m considering building a Django Admin-like interface for Next.js using React Server Components and some ORM (Maybe Kysely or Prisma). While I found tools like React Admin and Refine, they all work on top of REST&#x2F;GraphQL APIs rather than directly with relational models.<p>The idea is to provide the same &quot;batteries included&quot; experience as Django Admin - automatic CRUD interfaces from your schema definitions, relationship handling, and built-in authentication - but for the React&#x2F;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&#x27;m the only one in need for this.

1 comment

percyalto3 个月前
I&#x27;ve been looking for something that solves this exact problem, but I wasn&#x27;t able to find anything, so I&#x27;ve resorted to building my own.<p>Now I am considering using react-admin because the cost seems worth it.