Stori turns WordPress into a headless content platform, providing JSON and GraphQL endpoints and ACF-powered content handling
Stori is a WordPress-based headless CMS that exposes content over JSON and GraphQL. The repository contains a WordPress app with a plugin (stori-content-setup) that configures content delivery, includes helper PHP modules (JWT support, ACF integration, GraphQL handlers). It also includes a lightweight admin theme and assets (CSS/JS) for the admin UI.
- Use the provided GraphQL and JSON endpoints to fetch content for frontend apps.
- Configure ACF field groups via the WordPress admin to shape content.
- Plugin source is in
app/wp-content/plugins/stori-content-setup/. - The admin theme lives in
app/wp-content/themes/stori-admin-theme/. - The plugin includes helper modules for authentication (JWT), content registration (ACF integration), GraphQL endpoints, and response sanitization.