promtai converts any public GitHub repository, live website URL, or screenshot into complete, verified AI system prompts, multi-agent instruction packs (
.cursorrules,CLAUDE.md,AGENTS.md,copilot-instructions.md), TypeScript domain schemas, Zod validation models, and architectural flowcharts.
- 🛡️ Clean-Room Architecture Protocol: Reverse-engineer design systems and component graphs without copying source code, delivering 100% copyright-safe boilerplate.
- ⚡ Multi-Agent Rule Pack Synthesis: Generate unified instructions for Cursor (
.cursorrules), Claude 3.5 (CLAUDE.md), GitHub Copilot (copilot-instructions.md), and Autonomous Agents (AGENTS.md). - 📦 TypeScript & Zod Contract Synthesis: Automatically extract strictly typed domain interfaces and validation schemas.
- 🎚️ Token Density Optimizer: 4 verbosity tiers saving up to 65% on LLM context windows while preserving architectural precision.
- 🔒 100% Client-Side & Offline Ready: Runs in the browser via Web Workers. Zero telemetry, zero server storage, with PWA support.
- ⚡ 1-Click Launch on Bolt.new: Test and run generated architectures directly in WebContainers with a 20% discount.
Install the open-source CLI globally via npm:
npm install -g promtai-cliInside any project directory, generate promtai-blueprint.md locally in 1 second:
promtai .Or run without installation using npx:
npx promtai-cli .- Open https://promtai.com
- Enter any GitHub repository URL (e.g.,
https://github.com/shadcn-ui/ui) or website URL. - Click Deconstruct & Generate Prompt.
- Copy the synthesized prompt, download agent rule packs, or launch directly in Bolt.new.
- Website: https://promtai.com
- Sitemap:
https://promtai.com/sitemap.xml - LLM Grounding Guide:
https://promtai.com/llms.txt - Developer Guidelines & 20 FAQs:
https://promtai.com/#guide
MIT License. 100% Open Source and Free.