Getting Started • Documentation • Examples
Exograph is a declarative way to create flexible, secure, and performant backends that provide GraphQL query and mutation APIs. Exograph lets you focus on your domain model and business logic, freeing you to pursue more creative work on your application.
Get started by following the Getting Started guide.
For more information, see the Exograph documentation.
Check out the Exograph examples repository for sample projects to explore how Exograph fits into technologies such as Next.js, Apollo, Urql, Auth0, Clerk, Tailwind, and more.
If you would like to build Exograph locally, please see DEVELOPMENT.md.
Before submitting a pull request, run the pre-PR validation script to catch issues locally:
npm run prepare:prThis runs all the same checks that GitHub Actions will run, including formatting, linting, and tests. See PR_CHECKLIST.md for details.