A visual wireframing tool for rapid prototyping and user journey mapping. Built with Next.js and shadcn/ui, Mockingbird helps designers and developers create layouts and generate AI-ready prompts for code generation.
Wireframe editor with drag-and-drop components
User journey mapping with visual flow connections
Preview your layout before exporting
Generate AI-ready prompts from your wireframes
Visual Wireframing
Journey Mapping
AI-Powered Export
Persistence
git clone https://github.com/yourusername/mockingbird.git
cd mockingbird
npm install
# or
yarn install
# or
pnpm install
npm run dev
# or
yarn dev
# or
pnpm dev
Creating a Wireframe
Mapping User Journeys
Exporting Your Design
mockingbird/
├── src/
│ ├── app/ # Next.js app router
│ ├── components/ # React components
│ │ ├── ui/ # shadcn/ui components
│ │ ├── WireframeGrid.tsx
│ │ ├── ComponentSidebar.tsx
│ │ ├── JourneyCanvas.tsx
│ │ └── ExportModal.tsx
│ ├── lib/ # Utilities
│ └── hooks/ # Custom React hooks
└── public/ # Static assets
This project is open source and available under the MIT License.