Installation
Fluidify Regen is a self-hosted application. It runs as a single Docker container alongside PostgreSQL and Redis. No cloud account required.Prerequisites
- Docker and Docker Compose
- A server or local machine with at least 1 GB RAM
- Ports 8080 (or your chosen
PORT) accessible
Quick start
What make start does
make start runs docker-compose up --build -d. It:
- Builds the production Docker image (React frontend embedded in the Go binary)
- Starts PostgreSQL and Redis
- Runs all database migrations automatically
- Seeds the AI agents and sample data
- Starts the application on port 8080
Useful commands
Verifying the install
Next steps
- Configure environment variables — required before connecting integrations
- Connect Slack — receive alerts and manage incidents from Slack
- Connect a monitoring source — start sending alerts
