Migrating Nokiantics from WordPress to Directus

Published September 16, 2026 by Jane Okafor
Cloud

We retired our WordPress backend in favour of Directus, a modern headless CMS. This gives us a clean REST and GraphQL API, granular roles, and a database-first content model.

Cleaner data model

Content is now structured into collections: posts, pages, categories, tags and authors. The Next.js App Router frontend reads these through a typed data layer.