The Prompd Ecosystem
Four products, one composable platform. Write structured AI prompts, build visual workflows, and ship them anywhere -- from local dev to production.
Prompd Desktop
Visual IDE for AI workflows. Write and edit .prmd files with a WYSIWYG editor, design multi-step pipelines on a drag-and-drop workflow canvas with 30+ node types, and debug executions step-by-step with the built-in engine.
@prompd/cli
Command-line toolkit for compiling, running, and publishing prompt packages. Automate workflows in CI/CD pipelines, manage dependencies, and interact with the registry.
@prompd/react
React components and hooks for embedding Prompd prompts in your applications. Render compiled prompts, manage providers, and build interactive AI-powered UIs.
PrompdHub
The package registry for composable AI workflows. Publish, discover, and install prompt packages under your own namespace — a unique scope (like @yourteam) that groups and identifies your packages.
Why Composable AI?
AI prompts are code. They deserve the same versioning, testing, and reuse infrastructure that software has had for decades.
Inheritance
Prompts can extend other prompts. Build on community packages instead of starting from scratch.
Packages
Bundle prompts, context files, and configuration into versioned packages installable with one command.
Compilation
A 6-stage pipeline resolves inheritance, injects context, substitutes parameters, and outputs provider-ready JSON.
Discovery
Browse the registry by keyword, namespace, or type. Find production-tested workflows built by the community.
Get started in minutes
Install the CLI, download the desktop app, or browse existing packages.