The Product Suite.

Scarlet is a collection of open source tools, composed together to build the backend of your next big idea.

Postgres Database

Every project is a full Postgres database. Reliable, scalable, and easy to manage.

  • Point-in-time recovery
  • Vector embeddings (pgvector)
  • Realtime subscriptions
  • Instant branching

Authentication

Add user sign ups and logins without building your own backend.

  • Email & Password
  • Magic Links
  • Social Login (Google, GitHub, etc)
  • Row Level Security

Storage

Store, organize, and serve large files. Any media, including images and videos.

  • Resumable uploads
  • Image optimization
  • CDN caching
  • Private buckets

Edge Functions

Server-side TypeScript functions, distributed globally at the edge.

  • Deno runtime
  • NPM modules support
  • Scheduled cron jobs
  • Streaming responses

Realtime

Build multiplayer experiences with realtime data synchronization.

  • Presence
  • Broadcast
  • Postgres Changes
  • WebSockets

Auto-generated APIs

Instant APIs for your database. Stop writing CRUD boilerplate.

  • RESTful API
  • GraphQL API
  • OpenAPI spec
  • Type-safe client