awesome-wordpress-gatsby

WordPress site builder

A resource collection for building high-performance headless WordPress sites with Gatsby

An awesome list of resources about WordPress as a headless CMS with Gatsby

GitHub

264 stars
14 watching
33 forks
last commit: over 3 years ago
Linked from 2 awesome lists

awesomeawesome-listgatsbyjsgraphwordpresswpgraphql

Communities

Slack Chat
Spectrum Chat
Twitter
Discord Chat
Reddit
Stack Overflow

Articles and Talks

Announcing Gatsby’s New WordPress Integration 2021.02:
Jason Bahl of WPGraphQL's role in the operating system for the web 2021.02:
Torque News Drop: Jason Bahl and WPGraphQL 2021.02:
Gatsby Launches New WordPress Integration, Expanding Support for Headless Architecture 2021.02:
Announcing WPGraphQL v1.0 2020.11:
My Long Journey to a Decoupled WordPress Gatsby Site 2020.07:
Modern Web Development on the JAMstack 2019.06: - A report from Netlify about Modern Web Development on the JAMStack, published by O'REILLY

Plugins / WordPress

WPGraphQL 3,667 6 days ago - WPGraphQL brings the power of GraphQL to your WordPress site
WPGatsby This plugin configures your WordPress site to be an optimized source for Gatsby
WPGraphQL Cors 113 about 1 year ago This FREE plugin from @kidunot89 and @byfunkhaus claims to enable authentication with WPGraphQL to “just work” by allowing you to set CORS headers that GraphQL will accept, which means WordPress default auth cookies can be accepted
Total Counts for WPGraphQL 18 about 2 years ago This FREE plugin from @builtbycactus exposes total counts to connections in the WPGraphQL Schema
WPGraphQL Gutenberg 301 3 months ago Exposes Gutenberg blocks to the WPGraphQL API
WPGraphQL JWT Authentication 340 28 days ago Extends the WPGraphQL plugin to provide authentication using JWT (JSON Web Tokens)
WPGraphQL Lock 24 over 3 years ago Enables query locking for WPGraphQL by implementing persisted GraphQL queries
WPGraphQL Meta 19 over 3 years ago This FREE plugin from @robertorourke exposes meta registered via the WordPress register_meta API to WPGraphQL
WPGraphQL Meta Query 53 5 months ago Adds Meta_Query support to the WPGraphQL Plugin for postObject query args
WPGraphQL Persisted Queries 17 about 5 years ago This FREE plugin from @qz adds the ability to use Persisted Queries with WPGraphQL
WPGraphQL Offset Pagination 15 almost 5 years ago This FREE plugin from @enshrined adds basic offset pagination as opposed to the standard Cursor based pagination that ships with WPGraphQL
WPGraphQL Send Email 21 over 1 year ago This FREE plugin from @Ash_Hitchcock allows you to send emails via a simple mutation. Includes the abilitty to restrict sending to trusted origins
QL Search 13 almost 4 years ago An extension that integrates SearchWP into WPGraphQL
WPGraphQL Content Blocks 76 almost 3 years ago This FREE plugin from the folks at QZ.com exposes a way to query HTML content from WordPress Posts and Pages as “Blocks” (not related to Gutenberg) to bring more structure to your queried content
WPGraphQL Enable All Post Types (DalkMania) 13 over 1 year ago This FREE plugin from @DalkMania automatically adds ALL registered post types to the WPGraphQL Schema
WPGraphQL Enable All Post Types (TylerBarnes) 6 over 4 years ago This FREE plugin from @tylbar automatically adds ALL registered post types to the WPGraphQL Schema
WPGraphQL Google Schema 5 almost 5 years ago This FREE plugin from @izzygld261 adds Google Schema support to WPGraphQL
WPGraphQL Gutenberg ACF 62 over 1 year ago Exposes ACF blocks through GraphQL
WPGraphQL MB (MetaBox) 9 over 2 years ago This FREE plugin from @DalkMania adds all registered metaboxes using to the WPGraphQL Schema
WPGraphQL MetaBox Relationships 9 over 4 years ago This FREE plugin from @hsimah adds support for the Relationships field to WPGraphQL (when also using his wp-graphql-metabox plugin)
WPGraphQL Polls 3 about 5 years ago This FREE plugin from @andrenosouza allows you to interact with data from the WP-Polls plugin via GraphQL Queries and Mutations
WPGraphQL Polylang Extension 129 5 months ago Extends WPGraphQL schema with language data from the Polylang plugin
WPGraphQL Tax Query 47 about 2 years ago Adds Tax_Query support to the WPGraphQL Plugin for postObject query args (WP_Query)
WPGraphQL WPML 48 over 1 year ago This FREE plugin from @rburgst extends the WPGraphQL schema with language data from the WPML plugin. In addition it turns off WPML default filters in order to be able to iterate over all posts regardless of language
WPGraphQL for Advanced Custom Fields 627 4 months ago Exposes Advanced Custom Fields to the WPGraphQL Schema
WPGraphQL for BuddyPress 36 7 months ago This FREE plugin from @RenatoNascAlves exposes BuddyPress data to WPGraphQL
WPGraphQL for Carbon Fields 23 9 months ago This FREE plugin from @matepaiva exposes fields registered using Carbon Fields to the WPGraphQL Schema
WPGraphQL for Custom Post Type UI 82 over 3 years ago This FREE plugin adds settings to Custom Post Type UI allowing you to set which Post Types and Taxonomies registered by CPTUI should display in the WPGraphQL Schema
WPGraphQL for FacetWP 34 5 months ago This FREE plugin from @hsimah exposes filters on WPGraphQL queries to allow for faceted search with FacetWP
WPGraphQL for Gravity Forms 164 4 months ago This FREE plugin from @KellenMace of @harness_up exposes @gravityforms data to WPGraphQL, allowing you to query for forms, fields, entries, and more
WPGraphQL for Metabox 24 over 1 year ago This FREE plugin from @hsimah exposes fields registered using the popular to the WPGraphQL Schema
WPGraphQL for Ninja Forms 10 about 3 years ago This free plugin exposes forms created by the Ninja Forms plugin to the WPGraphQL Schema and allows for the forms to be submitted via GraphQL Mutations
WPGraphQL for Posts 2 Posts 8 over 1 year ago This FREE plugin from @KellenMace of @harness_up automatically creates GraphQL connections for all of your Posts 2 Posts connections
WPGraphQL for SEOPress 224 6 months ago This FREE plugin from @moon_meister exposes data managed by SEOPress to the WPGraphQL Schema, allowing for SEO data to be used in your headless applications
WPGraphQL for WooCommerce 647 9 days ago This FREE plugin exposes WooCommerce data to WPGraphQL allowing you to interact with your store’s data via GraphQL Queries and mutations
WPGraphQl Yoast SEO Plugin 224 6 months ago Exposes Yoast SEO data to the WPGraphQL Plugin
Advanced Custom Fields -
Headless Mode Headless mode sets up a redirect for all users trying to access the site. The only requests that are granted admission are ones that are either trying to access the REST API, the WP GraphQL API, or any logged-in user looking to access the headless install to edit or create posts
Polylang
WP JAMstack Deployments 253 about 3 years ago WordPress plugin for JAMstack deployments on Netlify (and other platforms)

Plugins / Gatsby Plugins

gatsby-image
gatsby-source-filesystem
gatsby-source-wordpress

Free Tutorials / Courses / Written Tutorials

Guide to Gatsby WordPress Starter Advanced with Previews, i18n and more 2019.11: - A tutorial series starting with the basic setup of WordPress and Gatsby with WPGraphQL and then dives into more advanced subjects like deployments, previews, i18n and a page-builder like setup with ACF flexible cotent fields
Live Previews with WordPress and Gatsby 2019.08: - Tutorial showing how to use the theme’s higher order component to facilitate previews for WordPress posts and custom post types
Gatsby with WPGraphQL, ACF and Gatbsy-Image 2019.08: - A guide, that shows how to implement gatsby-image, so it can be used for WordPress media files
Headless WordPress + Gatsby + Netlify continuous deployment 2018.08: - Guide showing how to create a WordPress + Gatsby + Netlify setup in a few simple steps

Free Tutorials / Courses / Video Tutorials

25+ Videos - Gatsby + WordPress (2019) Complete Course 2019.11: - The series focuses on how we can use WordPress as a headless CMS with a GraphQL schema to interface with. After setting up our WordPress site and theme, we'll move onto Gatsby and how we can use our new schema to generate content for our Gatsby site, programmatically generating pages, converting Gutenberg blocks to React components and finishing off the chapter with a focus on SEO in Gatsby
Gatsby + WordPress with WPGraphQL (with Jason Bahl) — Learn With Jason 2019.07: - In this stream, Jason Bahl teaches how to use WordPress with Advanced Custom Fields and WPGraphQL to create an powerful, flexible admin dashboard, then query and display that data in a Gatsby site
Crash Course: Headless WordPress with WPGraphQL, ACF, and React 2019.07: - In this video, Alex Young (WPCasts) goes over how to get a simple headless WordPress setup with WPGraphQL and React
Using WordPress with WPGraphQL 2019.06: - In this video you will learn how to use GraphQL with WordPress using an awesome plugin named WPGraphQL and some extra cool stuff like GraphQL + Advanced Custom Fields
WPGraphQL for ACF 2019.04: - Jason Bahl shows how to use WPGraphQL for Advanced Custom Fields
GraphQL with WordPress and Gutenberg - Jason Bahl - 2018 JavaScript for WordPress Conference 2018.07: - In this talk from the 2018 JavaScript for WordPress Conference, the Developer of the WP GraphQL Plugin, Jason Bahl, gives updated examples of how you can use GraphQL with WordPress and Gutenberg
Building a Headless WordPress Site with Gatsby 2021.01: - This course is a step-by-step walk through using gatsby-source-wordpress plugin to create a fully functional headless Gatsby WordPress site with posts, pages, categories, tags, post navigation and other features

Starters

Gatsby Starter - WordPress Twenty Twenty 144 almost 2 years ago A port of the WordPress Twenty Twenty theme to Gatsby using the new gatsby-source-wordpress@v4
Gatsby + WPGraphQL Blog Example 147 about 2 years ago Demo showing how to use WPGraphQL as the source for Gatsby Sites
Gatsby + Headless WordPress + Netlify Starter 215 almost 2 years ago A Gatsby + WordPress starter for continuous deployment to Netlify
Gatsby WordPress Starter Advanced 62 over 3 years ago An advanced Gatsby + WordPress starter, that is built along a tutorial series and works with ACF flexible content fields to create content blocks/layouts
Gatsby Starter Blog 7 over 1 year ago Blog starter with enough features to be production ready out of the box

Themes

Twenty Nineteen Gatsby Theme 71 almost 2 years ago A port of the Twenty Nineteen WordPress Theme over to Gatsby
Gatsby WordPress Publisher Theme 32 almost 2 years ago The Gatsby Publisher Theme allows you to create a headless (or decoupled) WordPress site. This theme will display all of your pages and posts in a static front-end built on React and Gatsby

Backlinks from these awesome lists:

More related projects: