Skip to content
GitHub

Prompd IDE

Professional Electron IDE for composable AI prompts with three powerful editing modes.

Choose the editing experience that fits your workflow. Switch between modes instantly.

Most popular - Split view combining visual forms with content editors.

Prompd Design View

Features:

  • Metadata forms + content editors
  • Section editors (system, user, context)
  • Parameter management panel
  • Live validation feedback

Perfect for: Quick edits, mixed visual/text editing, daily prompt development.

Advanced users - Full Monaco editor with VS Code-level features.

Prompd Code Mode

Features:

  • Full Monaco editor (VS Code engine)
  • YAML + Markdown syntax highlighting
  • IntelliSense and auto-completion
  • Jump to definition

Perfect for: Advanced users, complex logic and conditionals, fine-grained control.

The editor is organized into three main areas:

  • Header Bar - File name, mode toggle, theme switcher, save/publish buttons
  • Activity Bar - Explorer, Packages, AI Chat - quick access to all tools
  • Main Editor - Multi-tab workspace with your chosen editing mode
  • Browse workspace folders
  • Create new .prmd files
  • Drag and drop file references
  • Right-click context menus
  • Search the prompdhub.ai registry
  • Browse installed packages
  • Use packages as templates
  • View package documentation
  • Generate prompts from descriptions
  • Edit active files with AI
  • Search and discover packages
  • Context-aware suggestions
  • Test prompts with live API calls
  • Support for OpenAI, Anthropic
  • View formatted responses
  • Save execution history

Share your prompts with the community in 3 steps:

  1. Create manifest.json - Define package name, version, and files to include
  2. Click Publish button - Review selected files and package metadata
  3. Package published - Instantly available via prompd install @your/package
{
"name": "@myusername/my-package",
"version": "1.0.0",
"description": "My awesome prompt package",
"main": "main.prmd",
"files": ["main.prmd", "templates/*.prmd"]
}
ActionShortcut
Save fileCtrl/Cmd + S
Open fileCtrl/Cmd + O
New fileCtrl/Cmd + N
Close tabCtrl/Cmd + W
ActionShortcut
Command paletteCtrl/Cmd + Shift + P
Next tabCtrl + Tab
Previous tabCtrl + Shift + Tab
Toggle sidebarCtrl/Cmd + K
ActionShortcut
Execute promptCtrl/Cmd + E or F5
ActionShortcut
Open settingsCtrl/Cmd + ,
  1. Download Prompd for your platform (coming soon)
  2. Open a workspace folder (File > Open Folder)
  3. Start with Design View to create your first prompt
  4. Browse Package Panel for templates and examples
  5. Use AI Chat for help and prompt generation