Analytica sample prototypedemo tenants and seeded commerce data. Works end-to-end as specified (governed QueryPlan), not a production workspace. Marketing site
Analytica

Semantic model

Governed vocabulary the agent may use. Arbitrary SQL from the LLM is never accepted.

Specification traces

Each major capability is traceable from requirement → contract → implementation → tests.

SDD-004 Conversational analytics

  1. Requirement → specs/requirements/SDD-004-analytics-copilot.md
  2. Contract → specs/agents/analytics-agent.md
  3. Implementation → src/server/agent/analytics-agent.ts
  4. Tests → tests/acceptance/SDD-004.test.ts
  5. Runtime → Traces page after running Copilot

SDD-005 Query governance

  1. Requirement → specs/requirements/SDD-005-query-governance.md
  2. Contract → specs/domain/query-plan.md
  3. Implementation → src/server/analytics/compiler.ts
  4. Tests → tests/integration/query-plan.test.ts
  5. Runtime → Traces page after running Copilot

SDD-007 Dashboards

  1. Requirement → specs/requirements/SDD-007-dashboard.md
  2. Contract → specs/domain/dashboard.md
  3. Implementation → src/server/dashboard/service.ts
  4. Tests → tests/acceptance/SDD-007.test.ts
  5. Runtime → Traces page after running Copilot