Parsimon UI workspace

One frontend workspace for a proxy product, an admin plane and future finance lenses.

This starter is intentionally product-first: Tailwind handles layout freedom, daisyUI is available for boring operational primitives, and SvelteKit owns routing, server boundaries and growth into multiple surfaces.

Current stack

SvelteKit + TS

UI bootstrapped

SvelteKit + TypeScript workspace under ui/

Tailwind v4 foundation with daisyUI available for operational primitives

Initial product shell ready for Product 1 and Admin split

Surface map

Frontend entry points

Product 1

Parsimon

Workspace cost visibility, virtual key governance, route transparency and token-level usage telemetry.

Admin

Control Plane

Pricing, runtime provider policy, billing operations and guardrails without exposing raw backend internals.

Future Lens

CFO / ROI

The same proxy facts reprojected into finance and outcome narratives once the backend contract is stable.

Design rule

daisyUI stays in the engine room

Use it for forms, tables, drawers, alerts and modals. Keep product identity, hero sections and signature analytics surfaces in custom Tailwind.

Next implementation step

Recommended

Split into product and admin routes inside ui/ before adding real API calls.