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.

Heroku

Built for developers, by developers.

Whether you're building a simple prototype or a business-critical product, Heroku's fully-managed platform gives you the simplest path to delivering apps quickly — using the tools and languages you already love!

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay