Platform Overview (ConversionIQ MVP)
What this document is
Section titled “What this document is”A high-level description of the ConversionIQ platform surfaces and how they connect, aligned to the sitemap.
Core experience (sitemap-aligned)
Section titled “Core experience (sitemap-aligned)”- Entry + Auth: ConversionIQ (app.conversioniq.ai), Sign in / Sign up
- Onboarding: Get Started (
/get-started) - Admin (Account): Account (
/account) - Comment Responder: Comment Responder (
/comment-responder) - Chatti Live: Chatti Live
- My profile (Account): Account – My profile
Architecture principles (MVP)
Section titled “Architecture principles (MVP)”- Workspace isolation first: every action is scoped to org + workspace.
- Knowledge-base governed AI: AI outputs are constrained by KB facts/tone/compliance.
- Channel normalization: inbound content is normalized to a unified internal model.
- App orchestration: page docs orchestrate flows; canonical rules live in domain docs.
Long-term evolution direction
Section titled “Long-term evolution direction”The current platform is expected to evolve toward a documentation-driven runtime orchestration model where:
- voice, text, and UI interactions normalize into a shared intent model
- runtime behavior is constrained by canonical documentation and policy contracts
- specialized runtime agents coordinate planning, execution, validation, and learning
This future runtime view is documented separately from the current entity stack and page structure:
- Runtime Orchestration Architecture
- Intent Model
- Documentation Hub as Runtime Contract System
- Learning and Optimization Loop
Where “truth” lives
Section titled “Where “truth” lives”- Business rules:
docs/domains/** - Permissions: Roles & Permissions Model
- Compliance: Security & Compliance
- Page composition:
docs/routes/**