Implement login and dashboard screens from Penpot mockup #1
Labels
No labels
area:frontend
type:user-story
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/dummy-app#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As a visitor of the dummy-app, I want to sign in through a login page and land on a dashboard that mirrors the Penpot mockup, so that we have a realistic, end-to-end demo target for the Firefox + Penpot MCP walkthrough video.
Context
This repo exists purely as a demo fixture for a video showcasing Claude Code's ability to drive the Firefox MCP and the Penpot MCP together: read a design from Penpot, implement it from scratch, then open it in Firefox to compare against the mockup.
The source mockups live on page 2 of the first file in the koinos Penpot organisation:
Acceptance criteria
Login screen
/loginrenders the layout from the Penpot login board (same structure, spacing, and hierarchy)./dashboard(dummy auth — no backend).Dashboard screen
/dashboardrenders the layout from the Penpot dashboard page (sidebar / topbar / main content regions as shown).Project plumbing
Out of scope
/loginand/dashboard.References