Kaizen AI supports flexible deployment for a variety of environments, from local development to enterprise-grade cloud infrastructure.
Clone the official repository from GitHub
Install dependencies using Yarn or NPM
Configure environment variables (.env) for key integrations (RPC endpoints, API keys)
.env
Compatible with Node.js 18+, Docker (optional for containerization)
Configuration is managed via .env and centralized config files under /config
/config
Supports dynamic environment injection for CI/CD pipelines
Services are containerized and deployed via Docker Compose or Kubernetes
Deployable modules: Frontend App, Agent Server, Scoring Engine, Database Cluster
Support for cloud platforms: AWS, GCP, Azure, and Vercel (for frontend)
Integrated Prometheus metrics and Grafana dashboards
Endpoint health ping logs
Telegram & Discord webhook alerts for critical failures
Liveness and readiness probes on all microservices
Internal /status endpoints for external monitoring tools
/status
Last updated 7 months ago