https://github.com/10up/headstartwp
Build a headless website fast with WordPress, the world’s most popular CMS, and Next.js, the most popular React framework. A free and open source solution by the experts at 10up.
https://github.com/10up/headstartwp
Last synced: 5 months ago
JSON representation
Build a headless website fast with WordPress, the world’s most popular CMS, and Next.js, the most popular React framework. A free and open source solution by the experts at 10up.
- Host: GitHub
- URL: https://github.com/10up/headstartwp
- Owner: 10up
- Created: 2021-09-23T19:33:01.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-29T13:00:42.000Z (5 months ago)
- Last Synced: 2025-07-29T13:40:01.325Z (5 months ago)
- Language: TypeScript
- Homepage: https://headstartwp.10up.com
- Size: 79.8 MB
- Stars: 190
- Watchers: 44
- Forks: 22
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HeadstartWP
> A modern headless WordPress solution.
[](#support-level) [](https://github.com/10up/headstartwp/actions/workflows/eslint.yml) [](https://github.com/10up/headstartwp/actions/workflows/phpcs.yml) [](https://github.com/10up/headstartwp/actions/workflows/unit-tests.yml)
[](https://github.com/10up/headstartwp/blob/develop/packages/core/LICENSE.md) [](https://github.com/10up/headstartwp/blob/develop/packages/hooks/LICENSE.md) [](https://github.com/10up/headstartwp/blob/develop/packages/next/LICENSE.md)
[](https://github.com/10up/headstartwp/blob/develop/projects/wp-multisite-i18n-nextjs/LICENSE.md) [](https://github.com/10up/headstartwp/blob/develop/projects/wp-multisite-nextjs/LICENSE.md) [](https://github.com/10up/headstartwp/blob/develop/projects/wp-nextjs/LICENSE.md)
[](https://github.com/10up/headstartwp/blob/develop/wp/tenup-headless-wp/LICENSE.md)
## Documentation
See our [Getting Started](https://headstartwp.10up.com/docs/learn/getting-started/quick-setup/) guide.
Visit [headstartwp.10up.com/docs](https://headstartwp.10up.com/docs) for the full documentation.
### Running docs site locally
The docs site lives in the `docs` directory. It is currently not part of the monorepo/workspace setup so `npm install` must be executed in the `docs` dir. To run the docs site locally run the following commands:
```bash
cd docs
npm install
npm run start
```
## Support Level
**Active:** 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
## Changelog
A complete listing of all notable changes to 10up's Headless Framework are documented in CHANGELOG.md files within the [core](https://github.com/10up/headstartwp/blob/develop/packages/core/CHANGELOG.md), [hooks](https://github.com/10up/headstartwp/blob/develop/packages/hooks/CHANGELOG.md), and [next](https://github.com/10up/headstartwp/blob/develop/packages/next/CHANGELOG.md) packages.
## Repository Structure and Engineering Guidelines
Visit the [CONTRIBUTING](/CONTRIBUTING.md) page for initial contribution and engineering guidance.
This repository is a monorepo, under the `packages` there are all the tools that are published to npm. The `projects` directory is a collection of test projects linked to the tools in `packages` and is used for testing purposes.
## Like what you see?
