Backend with superpowers

Supercharge your web applications with Authentication, Database, GraphQL and serverless functions right from day zero.

React.js

import

React, { useState }

from

"react"

;

import

{

gql,

useQuery,

useMutation,

useSubscription

}

from

"

@apollo/client

";


const

SUBSCRIBE_TODOS

=

gql

`

subscription

{

todos

{

id

created_at

name

} }`;

function

App

() {

const

{

data

,

loading

} =

useSubscription

(

SUBSCRIBE_TODOS

);
}

Simplify your authentication

  1. Configure Rocketgraph js SDK using createClient

  2. Connect your Next.js/React.js app with the RApolloProvider

  3. Setup your data and permission rules in the Hasura console

  4. Subscribe to your tables/data using useSubscription

Built with technologies you love

Building authentication, authorisation and realtime functionality can be difficult and time consuming. Instead save one third of your developer time by using Rocketgraph.

A complete backend

Watch our founder speak about what Rocketgraph is and the roadmap that lay ahead.

PostgreSQL DB

PostgresSQL DB automatically deployed and configured. You can access this from the Hasura console as well.

Authentication

Authentication with Email/Password, Social, Magic Link, OTP and 2FA right out of the box integrated into PostgresDB

Hasura

Hasura console deployed and connected to the Postgres Instance. You can manage granular authorization rules here.

Postgres Logger

Write complex queries to filter your Postgres logs. See it in action below

Management

Manage your data with ease using the Rocketgraph Dashboard.

Lambda functions

Our Github bot compiles your code automatically to thin AWS Lambdas

Postgres Monitoring

Postgres monitoring built in and setup to accelerate your development process by easily debugging the state of your database. Rocketgraph instances come with pgAudit setup and configured to monitor your PostgresDB.

Feature 04
Platform as a service

Explore our developer resources

Rich collection of API documentation, blogs, customer support, video tutorials and more to get you started.

Pricing plans

Flexible plans and features

Rocketgraph comes with 1 week free trial. You don't need Credit card to try it out.

Developer
$50/mo
For teams building apps for many users.
Start Free Trial ->
  • 20GB PostgreSQL DB
  • AWS RDS
  • Hasura console
  • Email/Password authentication
  • Social authentication with Google, Facebook, Github and Metamask
  • Magic link authentication
  • OTP authentication
  • Postgres Logger
  • Serverless functions
  • AI Studio (Coming soon)
  • Marketplace (Coming soon)
  • Premium support
The security first platform

Take control of your business

Build production grade web applications in minutes. Turn your idea into an MVP in just a few days.