Skip to main content

UI workflow map

The bundled web app lives in okto-pulse/frontend/src. It is a board-first operational UI, not a marketing shell: a selected board owns the main tabs, while global overlays expose analytics, KG, agents, settings, and help. This page maps the visible workflows to frontend components and backend route families so an operator can find the right docs without reading the React source.

Main board tabs

Source: frontend/src/App.tsx.

Header overlays

Source: frontend/src/components/layout/Header.tsx.

Ideation modal

Source: frontend/src/components/ideations/IdeationModal.tsx.

Refinement modal

Source: frontend/src/components/refinements/RefinementModal.tsx.

Spec modal

Source: frontend/src/components/specs/SpecModal.tsx.

Sprint modal

Source: frontend/src/components/sprints/SprintModal.tsx.

Card modal

Source: frontend/src/components/kanban/CardModal.tsx.

KG page surfaces

Source: frontend/src/components/knowledge/KnowledgeGraphPage.tsx.

Onboarding and terms

Source: frontend/src/components/onboarding/* and frontend/src/components/onboarding/TermsAcceptanceModal.tsx. Related references: Entities and states, REST route catalog, MCP tools, and KG operations.
Last modified on May 8, 2026