ACE Deployment Guide
Deploy ACE in 5 minutes - PostgreSQL-only architecture for all tiers
You provide PostgreSQL: All tiers (Free, Pro, Enterprise) require a PostgreSQL database
Options: Neon (free tier recommended), local PostgreSQL, AWS RDS, Azure Database, Google Cloud SQL, Supabase
Auto-initialization: ACE creates the required schema automatically on first connection
💡 Free tier users: Use Neon's free tier (no credit card required) - perfect for getting started!
Deployment Options
Runs at http://localhost:7777
JWT authentication via ace login
PostgreSQL connection configured in ~/.ace/config.json
Perfect for solo development and testing
Quick Start:
Deploy to any cloud (AWS, GCP, Azure) or on-premises
JWT authentication required
Configure SSL/HTTPS for production
Supports team collaboration and concurrent users
Deployment Steps:
Subscription Tiers
Recommended: Neon (Free Tier)
- Visit neon.tech (no credit card required)
- Create a new project
- Copy your connection string
- Configure during
ace loginor in~/.ace/config.json
Connection string format: postgresql://user:password@host:5432/dbname
Other Options
Local PostgreSQL
Install PostgreSQL on your machine for development
AWS RDS
Managed PostgreSQL on AWS for production
Azure Database
Managed PostgreSQL on Azure
Supabase
Free tier available with generous limits