Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Example sites using the Valhalla unified GraphQL API with Gatsby, Next.js, and Astro, powered by WordPress, Contentful, and Shopify.

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
Valhalla Examples is an open-source repository of runnable sample sites that demonstrate how to build Gatsby, Next.js, and Astro applications against the Valhalla unified GraphQL API, which aggregates WordPress, Contentful, and Shopify data.
Valhalla Examples is a collection of framework-specific implementations of the Valhalla API, a service that produces a unified GraphQL API from multiple content sources. The repository contains three sample sites — one each for Gatsby, Next.js, and Astro — all presenting the same "Pet Snuggles" demo content. Each folder has its own package dependencies and run command, and the README explicitly welcomes community contributions to add frameworks or improve code quality.
frameworks/ subfolder with separate package.json and run scripts.yarn in the root, then yarn in the chosen framework folder to install dependencies.To run any example locally, clone the repository and run yarn in the root to install base dependencies. Then enter the specific framework folder — for example cd frameworks/nextjs && yarn dev — and start the development server. The Gatsby example has an extra step: it requires environment variables that are internal to the Gatsby team, while the other examples work directly off the produced GraphQL API.