DEV Community

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

Posted on

4 2

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay