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.
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
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.
NovaabasePricing
Predictable pricing. No surprises.
Start free, upgrade when you ship. Self-host any time.
Free
For hobby & side projects.
- 2 projects
- 500 MB database
- 1 GB file storage
- Community support
Pro
For growing teams shipping production apps.
- Unlimited projects
- 8 GB database
- 100 GB storage
- Daily backups
- Email support
Enterprise
For mission-critical workloads.
- SOC 2 & HIPAA
- Dedicated support
- Custom SLA
- On-prem & VPC
- SSO/SAML
Build. Scale. Intelligently.
Join thousands of developers building the next generation of AI-native apps on Novaabase.