Skip to content

Frontend ↔ Backend Flow Explorer

This explorer gives you a complete route-to-endpoint map in one place. You can start from any frontend route and immediately see the page component, API wrapper function, backend endpoint, and mapping quality.

No-brain way to use it

  1. Pick a Workflow mode:
    • Onboarding Walkthrough to learn product areas quickly.
    • Needs Review Only to focus only on missing flow links.
    • API Audit (GET first) to inspect read paths before write paths.
  2. Select a Section so you only see one product domain at a time.
  3. Open Route Drilldown to see the exact chain: route -> page component -> API function -> backend endpoint
  4. Use Backend Status = Needs Review to close missing mappings first.
  5. Watch Coverage cards and Priority Review Sections to decide where to improve next.

Why this matters for onboarding

New developers can understand system behavior without jumping across many files or guessing hidden links. This page is designed so that one filtered view gives enough context to understand how a user action travels through frontend and backend.

No-Brain Workflow

Pick a mode, select a section, then select a route. You will immediately see what page loads, which API function runs, and whether backend endpoint mapping is complete.

1. Choose mode2. Filter section3. Open route drilldown4. Resolve Needs Review
Routes
0
Flow Rows
0
Matched
0
Needs Review
0
Coverage
0%

Showing 0 rows with current filters.

SectionRoutePageAPI FunctionMethodEndpointStatus

This section deconstructs every left panel section and item from frontend/src/components/layout/Sidebar.tsx, including route-level flow links.

Unified product and engineering documentation.