Share your vibe coding journey.
Record how you build products with AI. Anyone can reproduce it.
npm i -g pmpt-cli 30 sec install, start immediately See it in action
Terminal
$ pmpt plan
┌ pmpt — Let's plan your product!
│
◆ What should we call your project?
│ my-budget-app
│
◆ What would you like to build with AI?
│ A personal budget tracking app for freelancers
│
◆ Any additional context AI should know?
│ Simple UI, mobile-friendly, works offline
│
◆ Key features to include?
│ Expense tracking; Monthly reports; Export to CSV
│
◆ Preferred tech stack?
│ React, Node.js
│
└ Done! AI prompt copied to clipboard.
→ Open Claude / ChatGPT / Cursor → Ctrl+V → Start building!
Why pmpt?
Planning
✕ Stare at blank screen, write vague prompts
✓ Answer 5 questions, get a structured AI prompt
Building
✕ Trial and error with prompts
✓ Structured prompt, just Ctrl+V and go
Sharing
✕ Share finished code only
✓ Share the entire journey — anyone can reproduce it
See what others built
Browse AI-built projects and clone anything you like. Make it yours.
$ pmpt browse # Discover community projects
$ pmpt clone <project-name> # Clone any project you like
Get started
$ npm i -g pmpt-cli # Install (30 sec)
$ pmpt plan # 5 questions → AI prompt
$ pmpt publish # Share with the world