Managed PostgreSQL with auto-generated REST APIs, realtime subscriptions, authentication, file storage, and edge functions. The complete backend platform built for developers.
import { createClient } from '@aned/db'
const db = createClient(
'https://your-project.aneddb.com',
'your-anon-key'
)
// Fetch active users with type-safe queries
const { data, error } = await db
.from('users')
.select('id, name, email')
.eq('active', true)
.order('created_at', { ascending: false })
.limit(20)Built for developers who ship fast
Platform
A complete backend platform so you can focus on building your product, not managing infrastructure.
Dedicated PostgreSQL 16 database per project. Automatic backups, point-in-time recovery, read replicas, and connection pooling via PgBouncer.
Instant CRUD endpoints for every table. Filtering, sorting, pagination, nested joins, and bulk operations — all auto-generated from your schema.
Subscribe to row changes over WebSockets powered by PostgreSQL WAL. INSERT, UPDATE, DELETE events with filtered conditions and presence tracking.
Built-in ANED Auth integration. Define RLS policies from the dashboard — security enforced at the database level with JWT verification middleware.
S3-compatible file storage with access policies. Public and private buckets, file size limits, mime type restrictions, and image transformations.
Deploy serverless TypeScript functions triggered by database events or HTTP requests. Isolated V8 sandboxes with environment variables and secrets.
Create and manage tables, columns, types, constraints, and relationships from a spreadsheet-like UI. No SQL knowledge required.
Full SQL editor with autocomplete, syntax highlighting, query history, and instant results. Execute anything against your database.
Vector embeddings built in. Store, index, and query embeddings for semantic search, RAG pipelines, and AI-powered applications.
Getting Started
From zero to production-ready backend in under a minute.
Sign up and create a project in seconds. You get a dedicated PostgreSQL database, auto-generated API keys, and a connection string instantly.
Use the visual table editor or raw SQL to design your database. REST API endpoints, realtime channels, and OpenAPI docs are generated automatically.
Install the SDK, pass your project URL and anon key, and start querying. JavaScript, Python, Go, and Dart SDKs available with full TypeScript support.
Dashboard
Manage your entire backend from a single, beautiful interface. No terminal required.
A spreadsheet-like interface for creating tables, defining columns, setting constraints, and managing relationships. Edit rows directly in the browser.
Write and execute SQL with intelligent autocomplete, syntax highlighting, saved queries, and exportable results. Full access to your PostgreSQL instance.
Browse auto-generated API endpoints, test requests, inspect responses, and copy code snippets in your preferred language. Interactive OpenAPI documentation.
Real-time database logs, API request logs, and edge function logs. Monitor performance, debug issues, and set up alerts from one unified view.
Built for production workloads at scale. Reliable, secure, and backed by a team that understands what it takes to keep mission-critical applications running.
Enterprise security controls with SOC 2 Type II certification on the roadmap. Your data is protected by industry-standard practices.
Production-grade reliability backed by a service-level agreement. Redundant infrastructure ensures your backend is always available.
A dedicated engineering team maintains, monitors, and evolves the platform around the clock. You build — we handle the infrastructure.
Part of the ANED ecosystem of enterprise products. Stable funding, long-term vision, and deep integration across the entire ANED suite.
Deploy close to your users with data centers across Africa, Europe, and North America. Low latency for local and international applications.
TLS everywhere, encrypted backups, and row-level security enforced at the database layer. Your data is secure in transit and at rest.
Pricing
Start free. Scale as you grow. No surprises.
Perfect for hobby projects and experiments.
For production applications and growing teams.
For organizations with advanced requirements.
Create your free account and launch your first project in under a minute. No credit card required.
Free tier includes 2 projects, 500 MB database, and 50K API requests/month