TerraScale

Scale your data,
effortlessly.

Typed database, auth, queue, and payment infrastructure for teams building on the TerraScale API.

  • Typed API
  • SFO · FRA · GRU
  • SDK-backed
Developer SDK

Query your data
in the language you love

First-class C# and TypeScript SDKs target the same public HTTP routes used by the dashboard, with generated OpenAPI models underneath.

  • Generated OpenAPI contract catalog
  • Typed C# and TypeScript clients
  • Dashboard uses the public SDK boundary
  • Launch-region inputs for sfo, fra, gru
~/app/queries.cs
using Microsoft.Extensions.Options;
using TerraScale.Client;
using TerraScale.Client.Databases;

using var http = new HttpClient
{
    BaseAddress = new Uri("https://api.terrascale.tech")
};
http.DefaultRequestHeaders.Add(
    "X-TerraScale-Api-Key",
    Environment.GetEnvironmentVariable("TERRASCALE_API_KEY"));

var client = new TerraScaleClient(
    http,
    Options.Create(new TerraScaleClientOptions
    {
        DefaultRegion = TerraScaleRegions.Frankfurt
    }));

var database = await client.Databases.CreateAsync(
    new CreateDatabaseRequest("prod"));

var plans = await client.Payments.ListPlansAsync();
Platform

Built for scale, designed for developers

The implemented surface spans data, auth, queues, payments, SDKs, and dashboard workflows.

Typed Data API

Create databases, collections, schemas, entities, and SQL queries through one public API.

Schema plans SQL explain SDK queries

Auth And Access

Account, session, passkey, MFA, organization, invitation, and scoped API-key flows share the same platform surface.

Passkeys MFA Scoped keys

Launch Regions

Use the product launch regions San Francisco, Frankfurt, and Guarulhos through dashboard and SDK flows.

sfo fra gru

Queue And Payments

Queue workflows run on JetStream, and payment provider flows sit behind TerraScale Payments.

NATS JetStream Polar Stripe
Pricing

Simple pricing that scales with you

Start free, scale on demand. No hidden fees, no surprises.

Save 20%
Hobby

Great for personal projects and prototypes

$4.99
/month
  • 3 databases
  • 1M operations
  • 10 GB storage
  • 15 GB egress
  • Priority Discord
Start Free Trial
Enterprise

For mission-critical applications

Custom
starts at $499/mo + usage
  • Unlimited databases
  • Custom SLAs
  • Dedicated support
  • Advanced security
  • Custom integrations
Contact Sales

Try TerraScale free for 30 days.

Set up in minutes. Every Hobby and Pro feature, unlocked — nothing billed until you decide to keep it.

  • Full feature access
  • Cancel anytime
  • No lock-in