Guide

Guide content should help users understand the order flow and the workstation layout without becoming the main call-to-action.

How to read the Hylē shell

The shell is designed to feel like one fixed workspace instead of multiple pages stitched together.

Fixed shellLocal panel scrollResult = 3 panels visible

Start from Home

Home keeps New Order, Recent Orders, and Order Detail visible instead of splitting history into unrelated routes.

Use the 4-step wizard

Domain, Focus, Configure, and Review prepare the bridge-ready payload without implementing runtime execution in Next.js.

Review the result shell

Result keeps Summary, Data Viz, Report, and Chat stable while deeper backend composition evolves behind the unified schema.

Operational boundary

This guide should clarify product behavior without promising runtime logic that is not implemented in the frontend.

What the frontend does
Auth entry, shell navigation, order structuring, result rendering, and bridge-ready placeholders.
What the frontend does not do
Run research jobs, assemble runtime data, or execute heavy simulation work.

Quick reminders

Short guide bullets can stay close to the main order flow.

Use /app/order when you want a deep-linkable wizard entry.
Use /app/result/[orderId] when a result is already assembled.
Use the dashboard when you need history plus detail context together.
Hylē Platform