Skip to main content
Aurora Light

The Intelligence Layer for Data

Aurora is an open-source engine designed to bring speed and clarity to your application’s data layer. Whether you are managing complex PostgreSQL clusters or connecting to disparate external edge nodes, Aurora orchestrates your workflows with minimal latency and maximum security.

Core Capabilities

Dynamic Scaling

Automatically scale your database nodes based on real-time traffic demand.

Secure by Default

Native support for Laravel Sanctum and AES-256 data-at-rest encryption.

Edge Ready

Deploy workloads closer to your users with integrated edge node support.

Explore the Docs

Choose a path below to start building with Aurora.

Core Guides

Learn the high-level concepts, architecture, and how to set up your first instance.

API Reference

Deep dive into our endpoints, authentication, and real-time database operations.

Quick Start

Get Aurora running in your environment with a single command. We recommend using our official CLI for the best experience.
1

Install SDK

Install the core package via npm:
npm install @aurora/core
2

Authenticate

Initialize the CLI and login to your dashboard:
aurora login
3

Deploy

Spin up your first database instance:
aurora up
New to Aurora? Check out our 5-minute tutorial to see it in action.