NewLaunch Week — Vector, Cron and AI Gateway, GA

Build in a weekend. Scale intelligently.

Novaabase is the open source backend platform for the AI era. Postgres, auth, storage, realtime, edge functions, and built-in AI — every API you need to ship.

app.ts
import { createClient } from '@novaabase/novaabase-js'

const novaabase = createClient(NOVAABASE_URL, NOVAABASE_KEY)

// Auth, realtime, storage, vector & AI — one client
const { data: users } = await novaabase
  .from('users')
  .select('id, name, embedding')
  .order('created_at', { ascending: false })
  .limit(20)

const ai = await novaabase.ai.complete({
  model: 'nova-1',
  prompt: `Summarize ${users.length} new signups`,
})

Trusted by fast-growing companies worldwide

GitHubMozillaPwCPebblely1PasswordHumataMaergo

Products

Stay productive and under budget

A complete, AI-native backend. Use one tool to build your entire app — no juggling six vendors and a stack of YAML.

Database

Every project is a full Postgres database, the world's most trusted relational database.

  • 100% portable
  • Built-in auth with RLS
  • Easy to extend

Authentication

Add users, social logins, magic links, MFA and SSO with a few lines of code.

  • Email & social logins
  • MFA & SSO
  • Row Level Security

Storage

Store, organize, transform and serve large files — fully integrated with Postgres.

  • S3-compatible
  • Image transformations
  • Resumable uploads

Edge Functions

Globally distributed TypeScript functions to execute custom business logic, fast.

  • Run close to users
  • Zero cold start
  • TypeScript first

Realtime

Build multiplayer apps with broadcast, presence, and Postgres change streams.

  • Broadcast & presence
  • Postgres changes
  • Scales to millions

AI & Vectors

Build AI-native apps with embeddings, pgvector, and the Novaabase AI Gateway.

  • pgvector & HNSW
  • Hosted models
  • OpenAI compatible

Why Novaabase

Everything Supabase does. Plus AI, natively.

Novaabase is a drop-in alternative — same Postgres, same APIs, same dx — with first-class AI primitives baked into the platform.

Feature
Novaabase
Others
Open source
AI Gateway built-in
Vector search (pgvector)
Edge functions
Free tier — 2 projects
Self-host in one command
Honest, transparent pricing
2.1M+
Databases managed
72.4k
GitHub stars
180+
Countries served
99.99%
Uptime SLA

Pricing

Predictable pricing. No surprises.

Start free, upgrade when you ship. Self-host any time.

Free

For hobby & side projects.

$0/mo
  • 2 projects
  • 500 MB database
  • 1 GB file storage
  • Community support
Start free
Most popular

Pro

For growing teams shipping production apps.

$25/mo
  • Unlimited projects
  • 8 GB database
  • 100 GB storage
  • Daily backups
  • Email support
Start Pro

Enterprise

For mission-critical workloads.

Custom
  • SOC 2 & HIPAA
  • Dedicated support
  • Custom SLA
  • On-prem & VPC
  • SSO/SAML
Contact sales

Build. Scale. Intelligently.

Join thousands of developers building the next generation of AI-native apps on Novaabase.