Skip to main content

Advanced Topics

🏗️ Production Guide

Advanced Topics

Go beyond the defaults: scale, debug, and develop HridaAI for production and contribution.

HridaAI works out of the box for personal use, but real-world deployments need more: production databases, horizontal scaling, structured logging, observability. This section covers everything between "it runs on my laptop" and "it serves my entire organization."

💡 Why Advanced Topics?
🚀
Scale beyond a single container

The default SQLite database and single-worker setup top out at small-team usage. Learn how to swap in PostgreSQL, add Redis for shared state, run multiple replicas behind a load balancer, and choose an external vector database, all without re-architecting your deployment.

🔍
Debug with confidence

When something goes wrong at scale, the first question is always "what do the logs say?" Configure log levels, enable structured JSON output for log aggregators, and connect OpenTelemetry for end-to-end traces across your entire stack.

🛠️
Contribute to the project

Set up a local development environment with hot-reloading frontend and backend, understand the contribution workflow, and start shipping pull requests.

📚 What's Covered
This content is for informational purposes only and does not constitute a warranty, guarantee, or contractual commitment. Hrida AI is proprietary software owned by Zlabs Innovation, provided "as is." See your license for applicable terms. © 2026 Zlabs Innovation. All rights reserved.