NewScarlet Launch Week 8 is here

The Complete Backend.
Built on Postgres.

Scarlet provides all the backend features you need to build a product: Database, Auth, Storage, Edge Functions, and Realtime.

Trusted by

ClerkGitlab

Every tool you need.
Supercharged.

We've pre-configured the best open source tools so you can focus on building your product, not your infrastructure.

Postgres Database

Scale from zero to millions with a fully managed Postgres instance. 100% portable, no lock-in.

Explore

Authentication

Secure every row with policies. Magic links, social logins, and enterprise SSO out of the box.

Explore

Edge Storage

Store petabytes of files. S3-compatible API with global CDN caching and on-the-fly transformations.

Explore

Edge Functions

Run custom logic close to your users. Deno-compatible runtime with <100ms cold starts.

Explore

Realtime

Build multiplayer apps with a few lines of code. Presence, broadcast, and database changes.

Explore
EXPERIMENTAL
pgvector + LLMs

Build AI Apps in Minutes

Store vector embeddings alongside your relational data. Query with natural language. Build semantic search with zero extra infrastructure.

search("cute cat")0.89s
INSTANT GENERATION

Define your schema.
Get an API instantly.

Stop writing boilerplate. Scarlet introspects your database and generates high-performance REST and GraphQL APIs instantly. Fully documented. Type-safe.

Try the playground
schema.sql → api.json
-- 1. Create Table
CREATE TABLE
users
(
id uuid PRIMARY KEY,
email text UNIQUE,
name text
);
LIVE
// GET /users
[
  {
    "id": "123e4...",
    "email": "jane@doe.com",
    "name": "Jane"
  }
]

Deploy to the Edge.

Your data is replicated globally. Low latency, high availability, and instant scale.

35+ REGIONS

Build for the future.

Join thousands of developers building scalable applications with Scarlet. Free tier included, no credit card required.