Documentation

Binexia Developer Documentation

Universal Business Intelligence OS — developer documentation for building, deploying, and operating Binexia.

Binexia is a vertical SaaS platform that provides five universal intelligence capabilities to businesses across domains:

CapabilityWhat it does
Knowledge RAGUpload documents, ask questions, get grounded answers
Text-to-SQLAsk questions in plain language, get charts and tables
Behavioral ScoringAutomated churn risk and upsell opportunity detection
Document ExtractionStructured field synthesis from uploaded documents
Proactive AgentsScheduled anomaly detection, forecasting, and alerting

The same platform serves different verticals (travel, manufacturing, legal, veterinary, logistics) by changing only the semantic model configuration. The code is identical — only the data and business terms change.

Architecture at a Glance

Browser
  └─► Nuxt 3 Frontend (port 6080)
        └─► Laravel 12 API (port 6081)
              ├─► PostgreSQL 16 (5 schemas per tenant)
              ├─► Redis 7 (cache, queue, sessions)
              ├─► Agno FastAPI (port 8001) ─► LLM providers
              ├─► Dify (knowledge pipeline)
              ├─► MinIO (document storage)
              └─► Metabase (embedded BI dashboards)

Start Here