The Complete AI Prompt Ecosystem

Build, share, and deploy composable AI workflows. Package management for the AI internet.

Download prompd.app - Coming Soon
View Docs Browse Registry →
prompd.app Editor - Design View

Revolutionary Composable Architecture

Visual Prompt Editor

Monaco-based code editing with syntax highlighting, autocomplete, and intelligent validation.

Package Management

npm-style @namespace/package system with inheritance and version control.

Guided Wizard

Step-by-step prompt creation with design and code views for all skill levels.

Binary Asset Extraction

Extract content from Excel, Word, PDF, and images directly in your prompts.

Multi-Provider Support

Works with OpenAI, Anthropic, custom providers, and MCP servers out of the box.

Registry Publishing

Share your prompts globally via the prompd registry at prompdhub.ai.

Three Powerful Editor Modes

Choose the editing experience that fits your workflow - from guided wizards to full code control

Wizard Mode

Guided Step-by-Step Creation

Perfect for beginners and structured workflows. Build prompts through intuitive forms with metadata, parameter definitions, and content section editors.

  • Visual forms for all prompt components
  • Base template selection from packages
  • Auto-generates valid .prmd files
prompd.app Wizard Mode - Step-by-step prompt creation
prompd.app Design View - Visual editor with split view
Design View

Split View Visual Editor

Combines metadata forms with content editors in a powerful split view. Perfect for mixed editing and quick changes with live validation.

  • Section editors for system, user, assistant, context
  • Parameter management panel
  • Live validation and file reference buttons
Code Mode

Full Monaco Editor Power

Advanced users get the complete VS Code editing experience with Monaco editor. Full control over your prompts with professional developer tools.

  • YAML + Markdown syntax highlighting
  • IntelliSense and auto-completion
  • Jump to definition for package references
prompd.app Code Mode - Monaco editor with full IDE features

Quick Start

Install via pip (Available Now)

pip install prompd

Full-featured Python CLI with MCP server support and 6-stage compilation pipeline

npm & Go CLIs - Coming Soon

npm install -g @prompd/cli  # Coming Soon
go install github.com/Prompd/prompd-cli/cli/go/cmd/prompd@latest  # Coming Soon

Create your first prompt

prompd init ./my-project
cd my-project
prompd compile example.prmd --to-markdown

Publish to registry

prompd publish my-package.pdpkg

The Operating System for AI Workflows

First composable AI prompt system with package inheritance

Multi-platform CLI (Python, Go, Node.js) + professional IDE

Binary file extraction directly in prompts

Dedicated prompt package registry for sharing components

6-stage compilation pipeline: lexical → dependency → semantic → asset → template → codegen