Platform Capability Map
This document outlines the three architectural tiers of the VENI-AI Platform. Our ecosystem is designed for high-velocity enterprise operations, where the Shell provides foundational infrastructure and Satellites operate as autonomous, self-contained business units.
🏗️ 3-Tier Architecture
The ecosystem follows a strict 3-tier model to ensure total business autonomy and intelligent data orchestration.
🛡️ Tier 1: The Shell (The Orchestrator)
The Shell is the foundational hub that powers every application in the ecosystem. It eliminates the "Coordination Tax" by providing pre-integrated platform services.
| Capability | Description | Business Value |
|---|---|---|
| Unified SSO | Multi-provider identity gateway (Keycloak, Google, Local). | Frictionless, secure access for all users. |
| Granular RBAC | Policy-based access control powered by Casbin. | Precise, sub-millisecond security enforcement. |
| Commercial Hub | Integrated billing, subscriptions, and usage-based limits. | Automated revenue and scale management. |
| App Registry | Dynamic orchestration of micro-frontends and APIs. | Independent deployment and versioning. |
| Universal Audit | Global governance and immutable event tracking. | Full enterprise compliance and transparency. |
🛰️ Tier 2: Satellite Verticals (The Domain Owners)
Specialized business applications that plug into the Shell. Following the Self-Contained System (SCS) model, each satellite owns its own UI, Logic, and Data.
1. Drive (Content & File Management)
- Isolated Storage: Organization-scoped file systems with zero cross-tenant leakage.
- Dynamic Sharing: Secure, expiring links for internal and external collaboration.
- S3 Integration: High-performance object storage backed by MinIO/AWS S3.
2. HRM (People & Culture Operations)
- Lifecycle Automation: From digital onboarding to leave cycles and org charts.
- Reporting Autonomy: Manage reporting lines and department hierarchies independently.
- Shell Integration: Deeply integrated into the global sidebar for daily operational use.
3. Document (Enterprise Knowledge)
- Collaborative Editor: Modern rich-text workspace with structured JSON persistence.
- Workflow Control: Built-in approval paths from Draft to Published states.
- Version Integrity: Full audit history of all organizational knowledge.
🤖 Tier 3: Intelligence Layer (The Agentic Core)
The layer that transforms organizational data into automated actions and proactive insights.
- Private RAG: AI Assistants that utilize your private knowledge base (Drive & Docs) without compromising security boundaries.
- LLM Summarization: Automated reporting that synthesizes data from multiple satellites into executive summaries.
- Structured Schema: Every module is built with strict Zod-validated schemas, making the platform ready for the next generation of autonomous AI Agents.
🛠️ Technical Excellence
- Ignis v2 Framework: High-performance backend engine (Hono + Bun).
- Module Federation: Runtime UI integration with zero-dependency loading.
- Cloud-Native: Optimized for Kubernetes with automated, idempotent migrations.