Documentation

Welcome to the prompd documentation. Learn how to build, share, and deploy composable AI workflows.

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

  1. Lexical Analysis - Parse .prmd files
  2. Dependency Resolution - Resolve package references
  3. Semantic Analysis - Validate parameters
  4. Asset Extraction - Extract from Excel, Word, PDF, Images
  5. Template Processing - Process inheritance
  6. 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.

Ready to get started?

Jump right in with our installation guide.

Get Started →