Sample apps and boilerplates
Check out the sample apps below to get a taste of how realtime GraphQL and Auth work with Hasura. We also have boilerplates to help you get started quickly with your favourite framework.
Sample Apps
Group Chat app
A React app with a realtime chat inbox, typing indicator and a list of online users.
Web push notifications demo
A demo app that uses event triggers on Hasura & FCM to send browser push notifications.
GraphQL Engine Boilerplates
auth-webhooks
This is a compilation of code samples that can be used to implement custom auth web hooks for the Hasura GraphQL engine.
graphql-server-boilerplates
Merge schemas from remote GraphQL servers into GraphQL Engine and expose them at a single endpoint. Find boilerplates for different frameworks & languages.
gatsby-postgres-graphql
Boilerplate to get started with Gatsby, Hasura GraphQL engine as CMS and Postgres as database using the plugin 'gatsby-source-graphql'.
nextjs-postgres-graphql
Boilerplate to get started with Nextjs, Hasura GraphQL engine as CMS and Postgres as database using the library 'withData'.
event-triggers
This repository contains boilerplate functions for various use-cases and for different serverless or cloud function platforms.