{"id":18328097,"url":"https://github.com/wpengine/faust-scaffold","last_synced_at":"2025-06-14T21:04:19.394Z","repository":{"id":79319644,"uuid":"563465346","full_name":"wpengine/faust-scaffold","owner":"wpengine","description":"Lightweight scaffolding for your next headless WordPress app!","archived":false,"fork":false,"pushed_at":"2025-06-03T09:24:39.000Z","size":4303,"stargazers_count":20,"open_issues_count":0,"forks_count":6,"subscribers_count":41,"default_branch":"main","last_synced_at":"2025-06-03T20:28:10.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wpeng.in/faust-scaffold","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-08T17:08:25.000Z","updated_at":"2025-06-03T09:24:43.000Z","dependencies_parsed_at":"2024-09-11T23:43:15.252Z","dependency_job_id":"cd7abc3a-76b8-4c1a-bfa5-34fa2385b2b1","html_url":"https://github.com/wpengine/faust-scaffold","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/wpengine/faust-scaffold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Ffaust-scaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Ffaust-scaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Ffaust-scaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Ffaust-scaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpengine","download_url":"https://codeload.github.com/wpengine/faust-scaffold/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpengine%2Ffaust-scaffold/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259884419,"owners_count":22926441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T19:13:07.798Z","updated_at":"2025-06-14T21:04:19.387Z","avatar_url":"https://github.com/wpengine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Faust.js Logo](./.github/assets/faustjs-logo.svg) Faust.js Starter Kit\n\nThis repository contains a starter kit to get you up and running quickly on [WP Engine's Headless Platform](https://wpengine.com/headless-wordpress/) with a WordPress site skeleton for more advanced developers.\n\n## Getting Started 🚀\n\nTo get started on WP Engine's Platform please follow the docs here [https://developers.wpengine.com/docs/atlas/getting-started/create-app/](https://developers.wpengine.com/docs/atlas/getting-started/create-app/)\n\n## Project Structure\n\n```bash\n├── components/\n├── fragments/\n├── pages/\n├── queries/\n├── styles/\n├── wp-templates/\n│   ├── archive.js          # For your category/archive templates\n│   ├── front-page.js       # Front page\n│   ├── index.js            # Mapping for available templates\n│   ├── page.js             # Single page\n│   └── single.js           # Single post or singular\n├── DEVELOPMENT.md\n├── faust.config.js\n├── next.config.js\n├── package.json\n├── possibleTypes.json\n└── README.md\n└── screenshots\n```\n\n## Available Commands\n\n| Command       | Script                        | Description                      |\n| ------------- | ----------------------------- | -------------------------------- |\n| `dev`         | `faust dev`                   | Start the development server     |\n| `build`       | `faust build`                 | Build the project for production |\n| `generate`    | `faust generatePossibleTypes` | Generate GraphQL possible types  |\n| `start`       | `faust start`                 | Start the production server      |\n| `format`      | `prettier . --write`          | Format code with Prettier        |\n| `test:format` | `prettier . --check`          | Check code formatting            |\n\n## Screenshots\n\n\u003cdetails\u003e\n    \u003csummary\u003eView Screenshots\u003c/summary\u003e\n\n![Front Page](screenshots/front-page.png)\n\n![Category Page](screenshots/category-page.png)\n\n![Single Page](screenshots/single-page.png)\n\n![Single Post](screenshots/single-post.png)\n\n\u003c/details\u003e\n\n## Our Community 🩵\n\nAt WP Engine, we have a strong community built around headless WordPress to support you with your journey.\n\n- [Discord Headless Community Channel](https://faustjs.org/discord)\n- [Fortnightly Headless Community Call](https://discord.gg/headless-wordpress-836253505944813629?event=1371472220592930857)\n- [WP Engine's Headless Platform developer community](https://wpengine.com/builders/headless)\n- [WP Engine`s Builders YouTube Channel](https://www.youtube.com/@WPEngineBuilders)\n- [WP Engine's Headless Platform](https://wpengine.com/headless-wordpress/)\n- [WP Engines Headless Platform Docs](https://developers.wpengine.com/docs/atlas/overview/)\n\n## Plugin Ecosystem 🪄\n\n- [Faust.js](https://faustjs.org)\n- [WPGraphQL](https://www.wpgraphql.com)\n- [WPGraphQL Content Blocks](https://github.com/wpengine/wp-graphql-content-blocks)\n- [WPGraphQL IDE](https://github.com/wp-graphql/wpgraphql-ide)\n- [HWP Toolkit](https://github.com/wpengine/hwptoolkit)\n\n## Documentation 🔎\n\n\u003e [!NOTE]\n\u003e We are continuously adding new docs for [Faustjs.org](https://faustjs.org/docs)\n\n- [Faust.js Documentation](https://faustjs.org/docs/)\n- [Headless Platform Documentation](https://wpengine.com/headless-wordpress/)\n- [WPGraphQL Documentation](https://developers.wpengine.com/docs/atlas/overview/)\n\n\n## Contributions\n\n## Contributor License Agreement\n\nAll 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.\n\n1. [Submit your name and email](https://wpeng.in/cla/)\n2. 📝 Sign the CLA emailed to you\n3. 📥 Receive copy of signed CLA\n\n❤️ Thank you for helping us fulfill our legal obligations in order to continue empowering builders through headless WordPress.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpengine%2Ffaust-scaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpengine%2Ffaust-scaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpengine%2Ffaust-scaffold/lists"}