Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpengine/headless-framework
Faust.js⢠- The Headless WordPress Framework
https://github.com/wpengine/headless-framework
composable-architecture hacktoberfest headless headless-cms headless-wordpress javascript nextjs react wordpress
Last synced: 3 months ago
JSON representation
Faust.js⢠- The Headless WordPress Framework
- Host: GitHub
- URL: https://github.com/wpengine/headless-framework
- Owner: wpengine
- License: other
- Created: 2020-11-16T20:33:30.000Z (almost 4 years ago)
- Default Branch: canary
- Last Pushed: 2024-04-18T12:50:09.000Z (7 months ago)
- Last Synced: 2024-05-01T19:30:25.568Z (6 months ago)
- Topics: composable-architecture, hacktoberfest, headless, headless-cms, headless-wordpress, javascript, nextjs, react, wordpress
- Language: TypeScript
- Homepage: https://faustjs.org
- Size: 40.6 MB
- Stars: 1,347
- Watchers: 85
- Forks: 122
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Audit: audit-ci.jsonc
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-wpgraphql - Headless WordPress Framework - WP Engine's Headless WordPress Framework (Frontend)
README
![Faust.js](https://user-images.githubusercontent.com/5306336/152221545-53087444-b3ad-477d-90a9-606785854656.jpg)
## Introduction
Faust.js is a framework for building front-end applications for headless WordPress sites. Faust.js provides tooling to reduce the pains of building a headless WordPress site (namely around data fetching, authentication, previews, and SSR/SSG) while offering a pleasant experience for both developers and publishers.
## Getting Started
Faust.js aims to be framework agnostic, so it can be used with any front-end framework. Visit one of the guides below for a starting point:
- [Getting started with Next.js](https://faustjs.org/docs/getting-started)
As we work towards our first release, we will be introducing support for other frameworks.
## System Requirements
- Node.js v16.0.0 or newer (v16.8.0 when using Next.js 13 and v18.17 when using Next.js 14).
- MacOS, Windows (including WSL), and Linux are supported.## Documentation
Visit [https://faustjs.org/docs/getting-started](https://faustjs.org/docs/getting-started) to view the full documentation.
## WordPress Plugin (FaustWP)
There are two key parts to Faust.js: the NPM packages and the WordPress plugin. To take full advantage of headless, you will need to install the plugin in addition to the npm packages.
You can download and install FaustWP from the [WordPress Plugin Directory](https://wordpress.org/plugins/faustwp/), or by using the zip linked below.
[ð¥ Download Latest Version](https://wordpress.org/plugins/faustwp/)
## Community
To chat with other Faust.js users and the headless community as a whole, you can join the [WP Engine Developers Discord](https://discord.gg/J2khkF9XYK).
Additionally, if you have questions or ideas, please share them on [GitHub Discussions](https://github.com/wpengine/faustjs/discussions).
## Contributing
There are many ways to [contribute](/CONTRIBUTING.md) to this project.
- [Discuss open issues](https://github.com/wpengine/faustjs/issues) to help define the future of the project.
- [Submit bugs](https://github.com/wpengine/faustjs/issues) and help us verify fixes as they are checked in.
- Review and discuss the [source code changes](https://github.com/wpengine/faustjs/pulls).
- [Contribute bug fixes](/CONTRIBUTING.md)### Contributor License Agreement
All external contributors to WP Engine products must have a signed Contributor License Agreement (CLA) in place before the contribution may be accepted into any WP Engine codebase.
1. [Submit your name and email](https://wpeng.in/cla/)
2. ð Sign the CLA emailed to you
3. ð¥ Receive copy of signed CLAâ€ïž Thank you for helping us fulfill our legal obligations in order to continue empowering builders through headless WordPress.