Documentation
Welcome to the prompd documentation. Learn how to build, share, and deploy composable AI workflows.
Getting Started
Install prompd CLI and create your first prompt in minutes.
prompd.app Editor
Comprehensive guide to the Electron IDE with visual workflow builders.
CLI Reference
Complete command-line reference for all prompd CLI implementations.
Examples
Real-world examples and code samples to get you started quickly.
What is prompd?
prompd is a revolutionary composable AI prompt ecosystem that brings package management to the AI internet. It provides:
- Multi-platform CLI implementations (Python, Go, Node.js)
- Professional Electron-based IDE (prompd.app)
- Package registry for sharing AI components
- 6-stage compilation pipeline with package inheritance
- Binary file extraction (Excel, Word, PDF, PowerPoint, Images)
Key Features
Composable Package System
Prompts can inherit from other packages using inherits: "@namespace/package@version".
Build reusable components and share them via the registry.
6-Stage Compilation Pipeline
- Lexical Analysis - Parse .prmd files
- Dependency Resolution - Resolve package references
- Semantic Analysis - Validate parameters
- Asset Extraction - Extract from Excel, Word, PDF, Images
- Template Processing - Process inheritance
- Code Generation - Output markdown/JSON
Universal Interface Layer
Every component compiles to 3 operations: API calls, LLM calls, MCP calls. Multi-format output includes Markdown, OpenAI JSON, and Anthropic JSON.