Use Blueprompt
with Claude CodeUse Blueprompt with Claude Code
Run Blueprompt directly from your terminal as a Claude Code slash command. Generate structured app blueprints and agent prompts without leaving your workflow.
Download instructions for offline reference.
Installation
Option 1: Install globally (available in all projects)
curl -o ~/.claude/commands/blueprompt.md https://blueprompt.app/blueprompt.mdOption 2: Install per-project
mkdir -p .claude/commands && curl -o .claude/commands/blueprompt.md https://blueprompt.app/blueprompt.mdOption 3: Manual download
Download blueprompt.md and save it to ~/.claude/commands/ or .claude/commands/
Usage
Run the slash command:
/bluepromptThen describe your app idea:
What: A habit tracking app for developers who want to build consistent coding practices
Who: Solo developers, bootcamp grads, career switchers
Goal: Help users build daily coding habits with streaks and gentle reminders
Constraints: MVP only, no backend yet
Target: v0What you get
Blueprompt generates three outputs tailored to your target builder:
- 1.Full Blueprompt — Detailed specs with core concept, user flows, screens, data model, and agent design
- 2.App-Only Prompt — Condensed, copy-paste ready prompt for v0, Lovable, or Replit
- 3.Agent-Only Prompt — Standalone system prompt for AI agent configuration
Supported targets
Specify your target builder to get optimized output:
v0— UI-focused, component-level specs for Vercel's v0lovable— Full-stack specs for Lovable.devreplit— Code-centric specs for Replit Agentgeneric— Tool-agnostic, concept-first output
