📖 Step 2: Design - UI/UX Basics#33 / 291

Prototype

Prototype

📖One-line summary

A clickable interactive mock, often built in Figma.

💡Easy explanation

A mock that looks like it actually works. If a wireframe is a blueprint, a prototype is a model house. Clicks take you to the next screen.

Example

1
2
3
🏠 Home

Click to navigate between screens

Vibe coding prompt examples

>_

Build an interactive prototype that flows from signup to onboarding to the main screen. Add screen transition animations too.

>_

Build a prototype in React for a kanban board with drag-and-drop. Allow moving cards between columns.

>_

Build a page transition prototype with Framer Motion. I need an animation where a card expands when navigating from list to detail page.

Try these prompts in your AI coding assistant!