Prerequisites:
- Node.js (LTS recommended)
- A Postgres connection string (Supabase, RDS, PlanetScale, or self-hosted)
Log in
Preflight your database
Connect your database
When preflight passes, create the connector:Ardent replicates your database during initial setup. You only do this once. Setup time depends on data size, write rate, and network throughput. Small sources are ready in minutes; large production databases take longer. After setup, every branch creates in under 6 seconds, regardless of data size.
The new connector is automatically selected as your active connector.
What’s next
- Feed the branch URL to Claude Code or Cursor. Test if your migration breaks, try a new index, or validate schema changes against realistic data
- Run
ardent branch infoto see the connection URL and status for your current branch - Create more branches for different tasks. They auto-suspend when idle, so don’t worry about cleanup
- Working across multiple databases or environments? Use
ardent project switchandardent connector switchto move between them
Connector docs
Provider-specific setup for Supabase, RDS, PlanetScale, and self-hosted Postgres.
CLI Reference
Commands, flags, automation output, and configuration knobs.