Portfolio

Digital Yalo Agency

The Digital Yalo Agency project was completed while consulting with the internal team at the agency.

The Digital Yalo agency site was a rebuild of the Atlanta-based agency's own web presence, completed while consulting with the agency's internal team. The project involved developing a headless WordPress site using React, Next.js, and WP Engine's Atlas headless hosting platform.

The headless WordPress architecture decouples the content management layer from the front-end presentation layer. WordPress serves as the content back end and editorial interface, while the front end is built in React and Next.js, consuming WordPress content via the WP REST API or GraphQL. This approach gives content editors the familiar WordPress authoring experience while the front-end team retains full control over how that content is rendered — important for an agency that wants to demonstrate modern development practices in its own site.

WP Engine's Atlas product provides infrastructure specifically designed for headless WordPress deployments, handling the hosting and build pipeline for both the WordPress back end and the Node.js front end. This removes the infrastructure configuration overhead that would otherwise be required to set up a headless WordPress environment from scratch, allowing the team to focus on application development rather than server management.

Next.js was used for the React front end, providing server-side rendering and static site generation capabilities that improve performance and SEO compared to a purely client-side React application — considerations that matter for an agency site where search visibility and page load performance are part of the intended demonstration of capability.