A quite recurring task in web projects is being able to go and verify the content of the database, whether it's for editorial or technical purposes. Many tools exist, but in our opinion, they are either too heavy for our use cases, or too specific. We chose to create our own solution based on Prisma and make it open source! š
It is why we created Next Admin. Our goal is not to build a database manager, but rather an interface designed for administrators, sometimes non-technical ones, seamlessly integrated with our project's routes.
The currently available features include:
- š Management of creation, modification, and deletion forms
- š List management with pagination, sorting, and searching
- š Dashboard customization
- š½ Configuration options management for each model
In order for this solution to be flexible and suitable for different database structures, we relied on the Prisma schema to generate the administrative interfaces.
We use Next Admin with our Next.js projects. Naturally, our goal is to make the library compatible with other frameworks. If you'd like to contribute, please don't hesitate to open an issue or a pull request on the Github repository.
Playgrounds - Basketball