Recommended production deployment layout.
Deploy the dashboard as serverless + edge assets.
Provide backend URL env vars at build/runtime.
Deploy the API as a container or managed node service.
Enable horizontal scaling.
PostgreSQL for persistence.
Redis for caching + BullMQ.
Request timeouts for engine calls.
Circuit-breaker behavior for degraded engines.
Structured logs shipped to a central sink.
Last updated 10 hours ago