
An opinionated boilerplate that uses WPGraphQL + Gatsby + Chakra UI for headless WordPress sites.
The Gatsby Starter WordPress Base (GSWB) is a project that aims to provide a boilerplate for building WordPress websites using GatsbyJS. It incorporates various features and methods to streamline the development process, including support for the Core Gutenberg library, theme shadowing for parent/child theme development, and integration with popular plugins like Yoast SEO and WPGraphQL. This project also utilizes Chakra UI for efficient component creation and offers support for TypeScript. Overall, GSWB offers a simplified and opinionated approach for developing WordPress websites with GatsbyJS.
The Gatsby Starter WordPress Base (GSWB) is a project that provides a boilerplate for building WordPress websites using GatsbyJS. With its support for the Core Gutenberg library, theme shadowing capabilities, Chakra UI integration, and reliance on WPGraphQL and Gutenberg frameworks, GSWB offers developers a streamlined and opinionated approach for developing WordPress websites with GatsbyJS. Additionally, GSWB simplifies the configuration process, offers support for TypeScript, and handles SEO optimization through Yoast integration. By following the installation guide, developers can quickly set up the GSWB theme and begin customizing it to suit their specific website requirements.

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.