Client Portal Wireframes
Status
Low-fidelity planning artifact — not an implemented interface.
The interactive wireframe gallery is the visual source of truth for the client portal feature roadmap. It uses fictional data and has no backend, authentication, persistence, provider connection, or production behavior.
Roadmap coverage
The gallery explicitly maps its screens to the ordered phases in
feature-roadmap.md:
- Implemented local foundations: authenticated entry, tenant workspace, and staff invitation management.
- Phase 1: public inquiry, neutral acknowledgment, consultant review queue, private AI briefing, qualification, workspace preparation, and deliberate invitation.
- Phase 2: engagement conversation, activity timeline, empty state, and non-disclosing access failure.
- Phase 3: immutable proposal version review.
- Phase 4: agreement approval and external signing handoff.
- Phase 5: deposit observation and Slack delivery handoff.
- Phase 6: one private, human-gated AI proposal draft.
Each screen identifies its role, state, implementation status, authorization boundary, and intentionally deferred scope.
Using the gallery
Open gallery.html in a browser. Filter by role, roadmap phase, or interface
state, and switch between desktop and mobile simulations. The controls change
only the planning view; they do not simulate application data or permissions.
Recommended review order:
- Compare implemented foundations with proposed screens.
- Review all Phase 1 states before planning the next feature.
- Inspect client and staff perspectives separately.
- Use mobile mode to discuss information hierarchy, not finished responsive design.
- Follow the guided narrative in the storyboard presentation.
Source files
gallery.htmlprovides gallery structure and filters.screens.jscontains the shared wireframe registry used by both the gallery and storyboard.styles.csscontains the reusable low-fidelity visual system.gallery.jsrenders filters and viewport controls.
Maintenance
Update screens.js first when a shared wireframe changes. Keep phase names and
sequence aligned with feature-roadmap.md. Do not add working authentication,
API calls, production data, tracking, or provider credentials to this
planning artifact.