Skip to content
BETA

The instant backend for all your ideas.

Give your AI a real backend. You get auth, permissions, storage, presence, and streams — everything you need to ship products your users will love.

$ npx @superlayer/cli init
$ npx @superlayer/cli push schema
✓ Schema updated!

Superpowered CLI

Create apps, push your schema, and manage your backend from the terminal.

const { data } =db.useQuery({todos: {},});

Simple syntax

Query and write with a small API.

type Todo =InstaQLEntity<AppSchema,'todos'>;

Type safety

Schema-backed types help catch mistakes as you build.

users
│ one → many
└─ todos

Relational at the core

Model connections between entities and query across them directly.

Instant updates

Local changes appear immediately, before a server round trip.

You
Teammate

Real-time sync

Changes reach everyone connected to your app automatically.

● Offline
2 edits saved locally
↓ reconnect
✓ Synced

Works offline

Cached data and edits stay available, then sync on reconnect.

✓ Signed in
alex@example.com
Session active

Built-in auth

Add sign-in without wiring up a separate auth service.

Example access rules
RoleReadWrite
Owner
Guest

Permissions

Define who can read and write data alongside your schema.

files/
photo.png2 MB
report.pdf8 KB

Storage

Upload files and use them alongside the rest of your app data.

Presence

Show who is online, typing, or active in real time.

app.events● live
order.created#1
├─ Analyticsreceived
└─ Notificationsreceived

Streams

Broadcast live data to multiple listeners as it arrives.

$20

per month

  • Unlimited apps with shared usage
  • Database, auth, permissions, and storage
  • Real-time sync, offline support, presence, and streams

BETA PRICING

One plan for every app you build. This is beta pricing and may change after the beta. Request access to join.

Open source

Superlayer is built on InstantDB's open-source engine. The Instant team spent years developing it and has since joined OpenAI. Explore the code and contribute on GitHub.

Stack

  • PostgreSQL
  • Clojure
  • TypeScript
  • Next.js

InstantDB team

Brought to you byThe Interface Company of London.