{"id":22012985,"url":"https://github.com/exograph/examples","last_synced_at":"2025-09-14T03:23:01.985Z","repository":{"id":188362203,"uuid":"678598850","full_name":"exograph/examples","owner":"exograph","description":"Example applications built using Exograph","archived":false,"fork":false,"pushed_at":"2025-07-28T18:27:42.000Z","size":501,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-28T19:13:40.253Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://exograph.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exograph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-14T23:46:08.000Z","updated_at":"2025-07-28T17:14:29.000Z","dependencies_parsed_at":"2023-09-27T00:20:06.628Z","dependency_job_id":"cd08f765-7b8d-4fd5-a9ed-7f2b6b1c6836","html_url":"https://github.com/exograph/examples","commit_stats":null,"previous_names":["exograph/examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/exograph/examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exograph%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exograph%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exograph%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exograph%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exograph","download_url":"https://codeload.github.com/exograph/examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exograph%2Fexamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275056248,"owners_count":25397812,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-30T03:15:52.573Z","updated_at":"2025-09-14T03:23:01.940Z","avatar_url":"https://github.com/exograph.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"Example applications built using [Exograph](https://exograph.dev).\n\n# Todo applications with Exograph\n\n## Single-user Todo Web Application without Authentication\n\nA simple single-user todo application that uses the following technologies:\n\n- [Exograph](https://exograph.dev) for the backend\n- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend\n\n[Source Code](todo-with-nextjs), [Blog Post](https://exograph.dev/blog/evolving-access-control)\n\n## Multi-user Todo Web Application with Clerk Authentication\n\nA multi-user todo application that uses the following technologies:\n\n- [Exograph](https://exograph.dev) for the backend\n- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend\n- [Clerk](https://clerk.com) for authentication\n\n[Source Code](todo-with-nextjs-clerk-auth), [Blog Post](https://exograph.dev/blog/exograph-clerk)\n\n## Multi-user Todo Web Application with Auth0 Authentication\n\nA multi-user todo application that uses the following technologies:\n\n- [Exograph](https://exograph.dev) for the backend\n- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend\n- [Auth0](https://auth0.com) for authentication\n\n[Source Code](todo-with-nextjs-auth0-auth), [Blog Post](https://exograph.dev/blog/exograph-auth0)\n\n## Multi-user Todo Web Application with Google Authentication\n\nA multi-user todo application that uses the following technologies:\n\n- [Exograph](https://exograph.dev) for the backend\n- [Next.js](https://nextjs.org/) and [Tailwind](https://tailwindcss.com/) for the frontend\n- [Google Identity](https://developers.google.com/identity) for authentication\n\n[Source Code](todo-with-nextjs-google-auth), [Blog Post](https://exograph.dev/blog/evolving-access-control)\n\n## Single-user Todo Web Application with Apollo and Trusted Documents\n\nA single-user todo application that uses the following technologies:\n\n- [Exograph](https://exograph.dev) for the backend\n- [Next.js](https://nextjs.org/), [Tailwind](https://tailwindcss.com/), and [Apollo](https://www.apollographql.com/docs/react/) for the frontend\n\n[Source Code](todo-with-nextjs-apollo-trusted-documents)\n\n## Single-user Todo Web Application with URQL and Trusted Documents\n\nA single-user todo application that uses the following technologies:\n\n- [Exograph](https://exograph.dev) for the backend\n- [Next.js](https://nextjs.org/), [Tailwind](https://tailwindcss.com/), and [Urql](https://formidable.com/open-source/urql/) for the frontend\n\n[Source Code](todo-with-nextjs-urql-trusted-documents)\n\n# Concerts App from Documentation\n\nThe sample application developed in the [Exograph Application Tutorial](https://exograph.dev/docs/application-tutorial).\n\n[Source Code](concerts-app), [Documentation](https://exograph.dev/docs/application-tutorial)\n\n# Others\n\n## Mercury Retrograde Access Control\n\nA fun little exercise to illustrate Exograph's flexible access control\n\n[Source Code](retrograde-mercury-access-control), [Blog Post](https://exograph.dev/blog/retrograde-mercury)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexograph%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexograph%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexograph%2Fexamples/lists"}