https://github.com/exograph/examples
Example applications built using Exograph
https://github.com/exograph/examples
Last synced: 4 months ago
JSON representation
Example applications built using Exograph
- Host: GitHub
- URL: https://github.com/exograph/examples
- Owner: exograph
- License: apache-2.0
- Created: 2023-08-14T23:46:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T18:27:42.000Z (6 months ago)
- Last Synced: 2025-07-28T19:13:40.253Z (6 months ago)
- Language: TypeScript
- Homepage: https://exograph.dev
- Size: 489 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example applications built using [Exograph](https://exograph.dev).
# Todo applications with Exograph
## Single-user Todo Web Application without Authentication
A simple single-user todo application that uses the following technologies:
- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend
[Source Code](todo-with-nextjs), [Blog Post](https://exograph.dev/blog/evolving-access-control)
## Multi-user Todo Web Application with Clerk Authentication
A multi-user todo application that uses the following technologies:
- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend
- [Clerk](https://clerk.com) for authentication
[Source Code](todo-with-nextjs-clerk-auth), [Blog Post](https://exograph.dev/blog/exograph-clerk)
## Multi-user Todo Web Application with Auth0 Authentication
A multi-user todo application that uses the following technologies:
- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend
- [Auth0](https://auth0.com) for authentication
[Source Code](todo-with-nextjs-auth0-auth), [Blog Post](https://exograph.dev/blog/exograph-auth0)
## Multi-user Todo Web Application with Google Authentication
A multi-user todo application that uses the following technologies:
- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend
- [Google Identity](https://developers.google.com/identity) for authentication
[Source Code](todo-with-nextjs-google-auth), [Blog Post](https://exograph.dev/blog/evolving-access-control)
## Single-user Todo Web Application with Apollo and Trusted Documents
A single-user todo application that uses the following technologies:
- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/), [Tailwind](https://tailwindcss.com/), and [Apollo](https://www.apollographql.com/docs/react/) for the frontend
[Source Code](todo-with-nextjs-apollo-trusted-documents)
## Single-user Todo Web Application with URQL and Trusted Documents
A single-user todo application that uses the following technologies:
- [Exograph](https://exograph.dev) for the backend
- [Next.js](https://nextjs.org/), [Tailwind](https://tailwindcss.com/), and [Urql](https://formidable.com/open-source/urql/) for the frontend
[Source Code](todo-with-nextjs-urql-trusted-documents)
# Concerts App from Documentation
The sample application developed in the [Exograph Application Tutorial](https://exograph.dev/docs/application-tutorial).
[Source Code](concerts-app), [Documentation](https://exograph.dev/docs/application-tutorial)
# Others
## Mercury Retrograde Access Control
A fun little exercise to illustrate Exograph's flexible access control
[Source Code](retrograde-mercury-access-control), [Blog Post](https://exograph.dev/blog/retrograde-mercury)