diff --git a/website/src/data/showcase/hasura.png b/website/src/data/showcase/hasura.png new file mode 100644 index 0000000000..196e8d5cc2 Binary files /dev/null and b/website/src/data/showcase/hasura.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 5b3931008f..10bc14bce7 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -786,6 +786,15 @@ const Users: User[] = [ source: 'https://github.com/Hashnode/support', tags: ['opensource'], }, + { + title: 'Hasura', + description: + 'The fastest way to create a GraphQL API from your data with authorization, real-time subscriptions, and more for free.', + preview: require('./showcase/hasura.png'), + website: 'https://hasura.io/docs/', + source: 'https://github.com/hasura/graphql-engine/tree/master/docs', + tags: ['favorite', 'opensource', 'product', 'large'], + }, { title: 'hCaptcha', description: 'hCaptcha.com anti-bot service docs',