v2.0 — Now with Edge Functions

Ship faster with
managed infrastructure

The backend-as-a-service platform that scales with you. Database, Auth, Storage, and Edge Functions — all in one API.

No credit card required
14-day free trial
main.ts
// Install the SDK
npm install @basestack/sdk

// Initialize your project
import { Basestack } from '@basestack/sdk'

const db = new Basestack({
  projectId: 'your-project-id',
  apikey: process.env.BASESTACK_API_KEY
})

// Create a user with one line
const user = await db.users.create({
  email: 'hello@example.com',
  metadata: { plan: 'pro' }
})

// Deploy an edge function
await db.functions.deploy('my-function', {
  handler: './handlers/api.ts',
  runtime: 'edge'
})

console.log(`🚀 User created: ${user.id}`)
Features

Everything you need to build faster

Production-ready backend services that scale automatically. Focus on your product, not infrastructure.

PostgreSQL Database

PostgreSQL Database

Fully managed PostgreSQL with automatic backups, read replicas, and point-in-time recovery.

  • 99.99% uptime SLA
  • Instant branching for development
  • Connection pooling included
Authentication

Authentication

Complete auth system with email, social logins, MFA, and role-based access control.

  • OAuth & SAML providers
  • Passwordless authentication
  • Built-in user management
File Storage

File Storage

S3-compatible object storage with CDN delivery, image transformations, and signed URLs.

  • Unlimited bandwidth
  • Automatic image optimization
  • Server-side encryption
Edge Functions

Edge Functions

Deploy TypeScript functions to the edge with global low-latency execution.

  • Global edge network
  • Sub-50ms cold starts
  • Automatic scaling
Pricing

Simple, transparent pricing

Start free, scale as you grow. No hidden fees, no surprises.

Free

Perfect for side projects

$0 /month
  • 5,000 monthly active users
  • 500MB database storage
  • 1GB file storage
  • Edge functions (limited)
Get Started
Most Popular

Pro

For growing startups

$25 /month
  • 100,000 monthly active users
  • 10GB database storage
  • 100GB file storage
  • Unlimited edge functions
  • Priority support
Start Free Trial

Enterprise

For large organizations

Custom
  • Unlimited users
  • Unlimited storage
  • Dedicated infrastructure
  • 99.999% uptime SLA
  • 24/7 dedicated support
Contact Sales

Ready to ship faster?

Join thousands of developers who trust BASESTACK for their backend infrastructure.