OnlookAI is designed to be self-hosted. The ingest layer, scoring engine, and dashboard are all open source and can run on any Linux server or container platform.Documentation Index
Fetch the complete documentation index at: https://onlook.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Node.js 20+
- PostgreSQL 15+ (or any compatible database)
- 512MB RAM minimum
Clone and run
localhost:4000 and the dashboard at localhost:4001.
Configuration
Create a.env file at the repo root:
Docker
docker-compose.yml at the repo root starts Postgres, the ingest service, and the dashboard in one command.