Frontend Page Starter
Create one useful page first.
Workflow
- Identify the page goal:
- landing page
- dashboard stub
- form page
- status page
- Reduce it to one screen.
- Build a simple structure:
- page entry
- styles
- one main interaction if needed
- Keep copy short and readable.
- Make the page runnable.
- End with the next UI improvement to make.
Rules
- Avoid broad design systems in the first pass.
- Prefer one page over multi-page scaffolds.
- Keep layout and naming obvious.
- Keep the first version visually coherent, not perfect.
- Do not add unnecessary frontend complexity.
Good first output
Produce:
- one page
- one style file or styling section
- one clear user path
- one short usage note