Make great prompts easy to build, manage and share
An open‑source design standard for prompts. Compose with blocks, version with confidence, and export anywhere.
The problem
Prompts live in docs, chats, and repos. They’re hard to version, review, and reuse. Small tweaks get lost; knowledge doesn’t travel.
- Missing structure across teams
- No single source of truth
- Difficult to test, compare, and ship
The solution
A design standard for prompts: clear primitives, portable formats, and predictable structure.
role, goal, context, instructions, variables, examples
export JSON / XML, no lock‑in
How it works
Compose, validate, and share—like code.
- 1. Compose from building blocks
- 2. Validate and document with front‑matter
- 3. Export and version alongside code
Go beyond plain text
Code snippets
Native highlighting for examples and tests.
Toggles
Collapse verbose rationale, keep docs scannable.
Images & media
Embed diagrams and walkthroughs alongside text.
Table of contents
Auto‑generated anchors for longer specs.
Metrics
Track prompt quality over time.
…and more
A growing set of blocks and templates.
Compose with blocks
The editor mirrors the mental model: add blocks, reorder, and preview exports. Icons use a bold shade with a lighter background—clear visual anchors, just like in the editor.
clean typography, sensible defaults
schema‑checked front‑matter
commit, diff, review like code
role: "Senior Prompt Engineer" blocks: [role, goal, context, instructions, examples, variables]
Recipe highlights
Explore community‑ready prompts and preview their block structure.
Recipe Collection
Discover proven prompt recipes that deliver consistent results
Block Structure:
Expert Coding Assistant
You are an expert software engineer with deep knowledge across multiple programming languages, frame...
Help the user with their coding tasks by providing high-quality solutions, explanations, and guidanc...
Always consider security, performance, and maintainability. Provide code that follows industry best ...
Block Structure:
Document Analysis Expert
You are a document analysis expert skilled at extracting key information, identifying patterns, and ...
Analyze the provided document and extract meaningful insights in a structured format.
{"steps":["Document type and purpose identification","Key themes and topics extraction","Important f...
Block Structure:
Creative Storytelling Assistant
You are a master storyteller and creative writing coach with expertise in narrative structure, chara...
Help create compelling stories, develop characters, or improve narrative elements based on the user'...
Focus on showing rather than telling. Develop multi-dimensional characters. Create engaging conflict...
Block Structure:
React Component Builder
You are an expert React developer specializing in creating reusable, accessible, and performant comp...
{"name":"component_name","type":"string","required":true,"description":"Name of the React component ...
{"name":"styling_approach","type":"select","options":["css-modules","styled-components","tailwind","...
Every team’s prompts, in one place
Organize by patterns, not paste‑bins
Use the sidebar to navigate blocks and templates. Keep a single source of truth and evolve prompts with the same rigor as code.
“We finally treat prompts like real artefacts. The block system and exports let us iterate faster and share improvements across teams.”