Getting Started
Learn how to create your own prototypes
- 1Open Composer Agent (ā-I)
- 2Type: "Create a prototype for me"
- 3Describe the key features you need
- 4Share any design preferences
- šEach prototype lives in its own folder in
app/prototypes/ - šØUse CSS modules for styling (
styles.module.css) - šAdd your prototype to the homepage array in
app/page.tsx - āØKeep the visual style consistent across prototypes
"Create a timer prototype with start, pause, and reset buttons"
"Make a color palette generator that creates random color schemes"
"Build a simple todo list with add and delete functionality"