DEV Community

Cover image for Admin-panel testing
Max Bantsevich for dev.family

Posted on

Admin-panel testing

Our team is engaged in outsourcing development. Over the years of our work, we have come across the fact that almost every project needed an admin panel. Yes, of course, there are enough solutions for Laravel, but they have 2 major disadvantages for us:

— ugly interface
— difficult to customize

Therefore, we set out to create our own admin panel so that we don't have to develop it from scratch every time. It should be easy, and customizable. We also didn't want to get attached to any particular backend language.

We created our CRUD as we intended, beautiful and functional. The table has sorting, pagination, filters, set of components, select, multi-select, etc. Customization is possible – choose any theme, and it will not break after updates.

Image description

Our admin panel has other advantages:

— the speed of working with the admin panel (it is possible to create a basic CRUD in 10 minutes and 10 lines of code)
— the speed of the admin panel itself (in comparison with competitors)
— lightweight and fast deployment
— the ability to customize (fields, themes, etc.)
— there is no binding to any language
— high-quality UX / UI (in comparison with competitors, in particular - with Chinese)

Despite the fact that the available functionality is not as wide as in React Admin or Nova our product is more lightweight and with a fast entry threshold.

Very soon we will finish the first stage of work and arrange a closed test. Do you want to be the first who will see and try our product? Fill out the form and we will send you access as soon as we complete the work.

Top comments (0)