---
title: Prompt Studio
description: Turn one strong prompt into a product with clear inputs, testing, and publish flow.
source: https://www.edgaze.ai/docs/builder/prompt-studio
section: builder
---
# Prompt Studio

Prompt Studio is the fastest way to ship a prompt as a product. You write the prompt, define what the customer fills in, test the result, and publish with a clean run experience.

## When to use it

Choose Prompt Studio when a single prompt carries the product: writing helpers, analysis, rewrites, structured templates, and other lightweight tools that do not need a graph.

Choose [Workflow Studio](/docs/builder/workflow-studio) when you need multiple steps, merges, routing, or logic that should stay visible and editable block by block.

## How a prompt product works

Every prompt product has three layers: the prompt itself, the placeholders the customer completes, and the result they receive.

```text
Customer inputs -> Prompt template -> Result
```

Keep each layer obvious. The buyer should never feel like they are editing your internal wording.

## Placeholders

Placeholders are the variables in your prompt. Name them the way a customer would think, not the way a developer would.

Good names: topic, tone, audience, length, format.

Weak names: input1, field2, stuff.

Pair each placeholder with a plain question. Prefer **What should this be about?** over a bare label like **Topic**.

## Testing

Test with messy, realistic input before you publish: short answers, long answers, imperfect phrasing, and values from the audience you expect.

If the prompt only works when the input is perfectly polished, it is not ready.

## Publishing

Your title and description should promise an outcome.

The buyer should immediately understand what they get, what they need to enter, and what kind of result to expect. Describe the job the product does, not the trick you used in the prompt.

## Good habits

- One prompt, one job.
- Human placeholder names and questions.
- Realistic tests before publish.
- Simple beats clever but fragile.

## When to move to Workflow Studio

If you keep adding hidden logic on top of one prompt (multiple stages, branching, external data, heavy post-processing), it is time to graduate to a workflow graph.

## What to read next

- [Workflow Studio](/docs/builder/workflow-studio)
- [Templates](/docs/builder/templates)
- [API Vault](/docs/builder/api-vault)
- [Publish and Price](/docs/billing/publish-and-price)
