Skip to main content

Quick Start

Choose your deployment method:

Self-Hosted

Recommended for production. This is the only deployment method that supports all features including custom agents, Docker sandboxes, and the AI coding assistant.
SSH into any Linux VPS (4GB+ RAM) and run:
That’s it. The script installs Docker, generates credentials, sets up HTTPS, and starts everything. Open https://<your-ip> → create account → add API keys in Settings. See the full Self-Hosting Guide for step-by-step instructions with Google Cloud, VPS provider recommendations, and management commands.

Railway

Deploy on Railway One-click deploy. Railway auto-provisions PostgreSQL and wires all services.
  1. Click the button → Deploy
  2. Wait for all services to go green (~3-5 min)
  3. Open the frontend URL → sign up → add API keys in Settings
Custom agents (code editor, Docker containers, AI coding assistant) are not supported on Railway. Use Self-Hosted for full features.

Local Development

For development and contributing. Requires Docker Desktop installed and running. No .env files needed — all defaults are hardcoded for local dev.

1. Clone

2. Start infrastructure

This starts PostgreSQL (port 5434) and MinIO (port 9002). The nenyax database is created automatically.

3. Start services

4. Configure API keys

Open http://localhost:3000, create an account, then go to Settings → API Keys and add:
  1. LiveKit — URL, API Key, API Secret (LiveKit Cloud)
  2. Google AI — API Key for Gemini (Google AI Studio)
  3. Resemble AI — API Key for TTS (Resemble AI)
  4. STT — AssemblyAI or Deepgram API key

5. Build custom agent base image (optional)

Only needed if you want to use custom agents locally:

Useful commands

You can also run all 5 services in Docker with docker compose up -d --build. This uses ports 4200 (frontend) and 4201 (backend) instead. See Docker Configuration.
For more details on local development, see the Local Development Guide.

Next Steps

Self-Hosting Guide

Full deployment guide with Google Cloud walkthrough.

Agent Configuration

Create and configure your first voice agent.

Custom Agents

Build custom agents with the code editor and AI assistant.

LiveKit Setup

Get your LiveKit Cloud credentials.