Wordpress to Directus

Hi Everyone, I’m starting on a customer’s project and I wanted to know your opinion, we are making a wordpress like admin panel with some other features. Do you think we can make it in Directus or is it better to use Nextjs?

For example search doesn’t work properly when you search two words and we can do a workaround in Nextjs, but not in Directus I assume.

Directus is a admin panel in itself (with ApIs ect out of the box)
NextJS is a frontend framework.

If you want to make an admin dashboard for your users i would use the combination of the 2.
Regarding search, you can always use an extension to improve the search experience.