The Complete Backend-as-a-Service Platform

Build backends in minutes,
not months

Managed PostgreSQL with auto-generated REST APIs, realtime subscriptions, authentication, file storage, and edge functions. The complete backend platform built for developers.

app.ts
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

10K+
Databases Created
1M+
API Requests Daily
99.9%
Uptime SLA
5
Global Regions

Platform

Everything you need to ship

A complete backend platform so you can focus on building your product, not managing infrastructure.

Managed PostgreSQL

Dedicated PostgreSQL 16 database per project. Automatic backups, point-in-time recovery, read replicas, and connection pooling via PgBouncer.

Auto-Generated REST API

Instant CRUD endpoints for every table. Filtering, sorting, pagination, nested joins, and bulk operations — all auto-generated from your schema.

Realtime Subscriptions

Subscribe to row changes over WebSockets powered by PostgreSQL WAL. INSERT, UPDATE, DELETE events with filtered conditions and presence tracking.

Auth & Row Level Security

Built-in ANED Auth integration. Define RLS policies from the dashboard — security enforced at the database level with JWT verification middleware.

File Storage

S3-compatible file storage with access policies. Public and private buckets, file size limits, mime type restrictions, and image transformations.

Edge Functions

Deploy serverless TypeScript functions triggered by database events or HTTP requests. Isolated V8 sandboxes with environment variables and secrets.

Visual Table Editor

Create and manage tables, columns, types, constraints, and relationships from a spreadsheet-like UI. No SQL knowledge required.

SQL Editor

Full SQL editor with autocomplete, syntax highlighting, query history, and instant results. Execute anything against your database.

pgvector for AI

Vector embeddings built in. Store, index, and query embeddings for semantic search, RAG pipelines, and AI-powered applications.

Getting Started

Up and running in 3 steps

From zero to production-ready backend in under a minute.

1

Create a project

Sign up and create a project in seconds. You get a dedicated PostgreSQL database, auto-generated API keys, and a connection string instantly.

2

Build your schema

Use the visual table editor or raw SQL to design your database. REST API endpoints, realtime channels, and OpenAPI docs are generated automatically.

3

Connect your app

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

A powerful dashboard built for you

Manage your entire backend from a single, beautiful interface. No terminal required.

dashboard.aneddb.com

Table Editor

A spreadsheet-like interface for creating tables, defining columns, setting constraints, and managing relationships. Edit rows directly in the browser.

SQL Editor

Write and execute SQL with intelligent autocomplete, syntax highlighting, saved queries, and exportable results. Full access to your PostgreSQL instance.

API Explorer

Browse auto-generated API endpoints, test requests, inspect responses, and copy code snippets in your preferred language. Interactive OpenAPI documentation.

Logs & Monitoring

Real-time database logs, API request logs, and edge function logs. Monitor performance, debug issues, and set up alerts from one unified view.

Enterprise-grade infrastructure

Built for production workloads at scale. Reliable, secure, and backed by a team that understands what it takes to keep mission-critical applications running.

SOC 2 Compliance

Enterprise security controls with SOC 2 Type II certification on the roadmap. Your data is protected by industry-standard practices.

99.9% Uptime SLA

Production-grade reliability backed by a service-level agreement. Redundant infrastructure ensures your backend is always available.

Managed by ANED Development Center

A dedicated engineering team maintains, monitors, and evolves the platform around the clock. You build — we handle the infrastructure.

Backed by The ANED Group

Part of the ANED ecosystem of enterprise products. Stable funding, long-term vision, and deep integration across the entire ANED suite.

Data Centers in Africa + Global Regions

Deploy close to your users with data centers across Africa, Europe, and North America. Low latency for local and international applications.

End-to-End Encryption

TLS everywhere, encrypted backups, and row-level security enforced at the database layer. Your data is secure in transit and at rest.

Pricing

Simple, transparent pricing

Start free. Scale as you grow. No surprises.

Free

$0forever

Perfect for hobby projects and experiments.

  • 2 projects
  • 500 MB database
  • 50,000 API requests/month
  • 1 GB file storage
  • Shared compute
  • Community support
  • 7-day log retention
Start Free
Most Popular

Pro

$25/project/month

For production applications and growing teams.

  • Unlimited projects
  • 8 GB database
  • Unlimited API requests
  • 100 GB file storage
  • Dedicated compute
  • Daily backups & PITR
  • Custom domains
  • Priority support
  • 90-day log retention
Start Free Trial

Enterprise

Custom

For organizations with advanced requirements.

  • Unlimited everything
  • Dedicated infrastructure
  • On-premise deployment
  • SLA guarantee (99.99%)
  • 24/7 premium support
  • SSO & audit logs
  • VPC peering
  • Compliance (SOC 2, HIPAA)
  • Designated account manager
Contact Sales

Ready to build?

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