instreamlyWordpress

Website Migration from WordPress to Next.js

inStreamlyJune 2022

Link to the project

The Challenge

As part of inStreamly’s rebranding, I was tasked with building a new website while retaining the existing backend on WordPress.

Since WordPress already hosted several dozen posts, switching to an entirely new CMS would have been too time-consuming and costly.

The solution turned out to be applying the Headless CMS methodology: WordPress provided data via API and GraphQL, while Next.js took over the frontend role, rendering individual pages with content fetched from the API.

My Role

Technology

What I Learned

Other projects