Skip to content

MVP current status

Snapshot date: 2026-03-25

Refresh workflow: run npm run refresh-status in ciq-mvp2-docs when both repos are available locally.

Method: headline completion percentages are based on the tracked MVP items below. Documentation completion counts items marked complete. Implementation completion counts items marked implemented. Items marked in-progress stay visible in the tables and delivery counts, but they do not count as complete.

MetricValue
Program statusActive delivery
MVP start date2026-03-03
Days since MVP start22
Release windowTBD
Documentation completion96% (22/23 tracked items)
Implementation completion48% (11/23 tracked items)
Docs-to-implementation gap48 percentage points
Implementation in progress8 tracked items
Implementation not started4 tracked items

Documentation is ahead of implementation. Core account flows are present, while several advanced or secondary surfaces are still partial or planned.

SignalValue
Combined commits since MVP start53
Total commits across both repos53
Commits in last 7 days19
Commits in last 14 days37
Average commits per day since MVP start2.4
Docs pages in repo133
Route docs (non-index)53
Component docs (non-index)11
Implemented app pages24
Daily token usageNot instrumented yet
RepoFirst commitTotal commitsCommits since MVP startLast 7 daysLast 14 days
ciq-mvp2-app2026-03-032828919
ciq-mvp2-docs2026-03-0325251018
ItemDocsImplementationEvidence
Get Started onboardingcompleteimplementedsrc/app/get-started/page.tsx
Dashboardcompleteimplementedsrc/app/account/dashboard/page.tsx
Workspaces listcompleteimplementedsrc/app/account/workspaces/page.tsx
Workspace detail and node viewscompletein progresssrc/app/account/workspaces/[workspaceId]/page.tsx
Knowledge bases list and detailcompleteimplementedsrc/app/account/knowledge-bases/page.tsx
Channels managementcompleteimplementedsrc/app/account/channels/page.tsx
Agentscompletein progresssrc/app/account/agents/page.tsx
Settings and admin surfacescompletein progresssrc/app/account/settings/page.tsx
Profile, billing, and activitycompletein progresssrc/app/account/my-profile/page.tsx
Comments moderation queuescompletein progresssrc/app/account/comments/page.tsx
Reviews managementcompletein progresssrc/app/account/reviews/page.tsx
Chatti Live surfacescompletenot startedDocumented as part of the broader platform shape, but not yet represented as a dedicated app surface in this repo.
Private documentation hubcompleteimplementedDocs website is now live and accessible through Cloudflare Pages.
ItemDocsImplementationEvidence
Shared connect-channel flowscompleteimplementedsrc/components/onboarding/shared-connection-flows.tsx
Workspace and knowledge-base filterscompletein progressFilter controls exist, but not every documented behavior is fully realized across surfaces.
Page list toolbars and table patternscompleteimplementedsrc/components/page-list-toolbar.tsx
Knowledge-base mapping and configurationcompletein progressCore settings UI exists, while the full documented mapping story is still broader than the current shipped UI.
Daily token usage analyticspartialnot startedUseful for BA reporting, but no repo-backed instrumentation is currently available.
ItemDocsImplementationEvidence
Channel cardcompleteimplementedsrc/components/channel-card/channel-card.tsx
Knowledge-base cardcompleteimplementedRepresented within current page implementations and supporting docs.
Knowledge-base settings accordioncompleteimplementedsrc/components/kb/kb-settings-accordion.tsx
Workspace cardcompletenot startedThe reusable contract is documented, but a dedicated code component is not present yet.
Agent configuration componentcompletenot startedDocumented as part of the target platform model, but not yet implemented as a reusable UI contract.
LayoutStatusNotes
DesktopimplementedPrimary working form factor for the current MVP.
Tabletin progressSome responsive behavior exists, but tablet-specific polish is not yet fully tracked or completed.
Mobilenot startedNot currently a committed MVP-quality layout target.
  • /account/agents -> src/app/account/agents/page.tsx
  • /account/channels -> src/app/account/channels/page.tsx
  • /account/comments -> src/app/account/comments/page.tsx
  • /account/components -> src/app/account/components/page.tsx
  • /account/conversations -> src/app/account/conversations/page.tsx
  • /account/dashboard -> src/app/account/dashboard/page.tsx
  • /account/knowledge-bases/[kbId] -> src/app/account/knowledge-bases/[kbId]/page.tsx
  • /account/knowledge-bases -> src/app/account/knowledge-bases/page.tsx
  • /account/my-profile/activity-log -> src/app/account/my-profile/activity-log/page.tsx
  • /account/my-profile/billing -> src/app/account/my-profile/billing/page.tsx
  • /account/my-profile -> src/app/account/my-profile/page.tsx
  • /account -> src/app/account/page.tsx
  • /account/reviews -> src/app/account/reviews/page.tsx
  • /account/settings -> src/app/account/settings/page.tsx
  • /account/workspaces/[workspaceId] -> src/app/account/workspaces/[workspaceId]/page.tsx
  • /account/workspaces -> src/app/account/workspaces/page.tsx
  • /get-started -> src/app/get-started/page.tsx
  • / -> src/app/page.tsx
  • /profile/activity-log -> src/app/profile/activity-log/page.tsx
  • /profile/billing -> src/app/profile/billing/page.tsx
  • /profile -> src/app/profile/page.tsx
  • /sign-in -> src/app/sign-in/page.tsx
  • /sign-up -> src/app/sign-up/page.tsx
  • /verify -> src/app/verify/page.tsx
DateRepoCommitWork done
2026-03-25ciq-mvp2-app461600dRefactor UI components and enhance styling for improved user experience
2026-03-25ciq-mvp2-docs143db67Launch the private documentation hub and align the docs for publishing.
2026-03-24ciq-mvp2-docs708d39eUpdate documentation to enhance clarity and detail across various sections. Added new entries for exploration and dashboard analytics in the README, expanded the analytics-events documentation to include future dashboard enablement events, and refined the layout and functionality descriptions for the Reviews page. Improved workspace and knowledge base documentation to reflect accurate counts and filtering behavior. Enhanced the overall structure and consistency of the documentation to support better user understanding and navigation.
2026-03-24ciq-mvp2-app9b1a882Enhance scrollbar styles and improve AgentsPage query handling
2026-03-24ciq-mvp2-docsdf544e0Enhance documentation to support rebuildability and clarify AI governance. Added sections on API and persistence contracts, AI prompts, and operational recovery guidance. Updated architecture layers to reflect the role of agents and channels in the platform. Revised documentation standards to ensure all critical contracts are documented, including workflows and AI behaviors, to facilitate platform regeneration if needed.
2026-03-24ciq-mvp2-appd6a41beEnhance workspace tables with column visibility and pagination features
2026-03-23ciq-mvp2-docs82cb4a4Enhance application shell and data model documentation. Added a shared footer section for authenticated app pages, detailing its layout and functionality. Expanded connection-level fields in the data model to include SMS compliance details, brand, and campaign registration fields. Updated agents documentation to reflect changes in the agents table layout and SMS channel management, including compliance handling and wizard flow improvements.
2026-03-23ciq-mvp2-docs42c8c0eRefactor data model documentation to consolidate and clarify the structure of Workspaces, Knowledge Bases, and Agents. Updated the default workspace and knowledge base creation process to include a default agent, ensuring every workspace has both a knowledge base and an agent upon creation. Enhanced the agents tab layout and functionality, including default agent management and improved inline editing capabilities. Revised related documentation for consistency and clarity across the platform.
2026-03-23ciq-mvp2-app6c500c2Add Radix UI Accordion and Collapsible components to enhance UI
2026-03-23ciq-mvp2-docs1e10e6cRefactor AI governance documentation and update agent roles. Removed the Architecht agent documentation, replaced the Playground entry in the sitemap with Components, and enhanced the agents overview with detailed role descriptions and responsibilities. Updated decision flow and channel ownership model documentation for clarity and consistency across the AI-assisted development lifecycle.
  • Finalize Cloudflare Access and attach the final custom docs domain.
  • Expand workspace-detail implementation toward the broader documented node-view scope.
  • Continue moving documented agent and settings contracts into production-grade UI behavior.
  • Define whether tablet polish is required for MVP sign-off or can remain post-MVP.
  • Daily token-usage analytics is not instrumented yet, so BA-facing usage reporting cannot be automated from the repos.
  • Several route documents intentionally describe target-state behavior that is broader than the currently shipped UI.
  • Mobile readiness is not yet part of the clearly implemented scope, so cross-device expectations should be stated explicitly.
  • Documentation is intentionally acting as the forward-looking MVP contract, not only as a reflection of shipped UI.
  • The docs and implementation repos started on the same day, which makes combined commit and cadence reporting easier to reason about.
  • The gap between documented routes and implemented pages is useful as a planning signal for BA and delivery prioritization.