Artifacts demo

The One-Prompt Artifact Prototype

Give Claude a messy product idea and ask for a shareable interactive prototype with states, empty cases, and iteration notes.

Founders, PMs, designers, educators Beginner 10-20 minutes

"shareable apps, tools, or content"

Setup: what the audience sees

A vague idea becomes something you can click. The important move is asking Claude to expose states and tradeoffs before it writes the artifact, so the result feels designed rather than merely generated.

The setup matters because Claude demos fail when the prompt hides the goal, mixes private data into a public reveal, or asks for a finished answer without giving the model a way to expose assumptions.

  • Use Claude on web or desktop with code execution and file creation enabled.
  • Choose an idea that benefits from interaction: a calculator, rubric, comparison tool, game, or tiny dashboard.
  • Do not upload private business data for a first run; synthetic examples are enough for the reveal.

What this does not prove

This is not production software. It proves that Claude can draft a standalone interactive artifact quickly, not that the output has passed security, accessibility, or product-market validation.

Copyable prompt Plain text
<role>You are a product designer and front-end prototyper.</role>
<goal>Create a shareable Claude artifact for a tiny interactive product demo.</goal>
<idea>
I need a "meeting-cost theater" that lets a team enter meeting length, attendees,
average hourly rate, and recurring cadence. It should reveal the monthly cost,
show a dramatic stage-style breakdown, and suggest one meeting redesign.
</idea>
<requirements>
- Before coding, list the core screens, states, and edge cases.
- Build a polished single-page interactive artifact.
- Include empty, normal, and extreme-value states.
- Add a short "what to verify before sharing" checklist below the UI.
- Keep all sample data synthetic.
</requirements>

The reveal: what should happen

  • Claude should first describe a compact interaction plan rather than rushing into code.
  • The artifact should include form inputs, a calculated reveal, and a visible checklist.
  • Follow-up prompts can change tone, labels, units, or layout without starting over.

Verification steps

A demo becomes useful when the audience can inspect it. Use the steps below to turn the reveal from theater into a repeatable workflow.

  1. Change each input and confirm the displayed totals update coherently.
  2. Try a zero-attendee or very high attendee count and inspect the edge-case handling.
  3. Use the artifact version history or copy/download controls before sharing.

Guardrails

  • Replace sensitive company rates with ranges or synthetic values.
  • Treat generated calculations as draft logic; verify formulas manually.
  • If publishing, verify that every embedded domain and attachment is intentional.

Variations

  • Turn a policy into a role-play simulator.
  • Turn a spreadsheet planning model into a boardroom calculator.
  • Turn an onboarding checklist into a progress tracker.

FAQ

Can this demo work for nontechnical users?

Yes. The strongest version asks for the artifact in product language and lets Claude decide the HTML or React implementation.

Should I ask for React specifically?

Only if the interaction needs component state. For a simpler visual, ask for the best artifact format and let Claude choose.

Related demos

Primary Sources

These demos cite official Anthropic docs or help-center pages for capability claims. They do not claim identical output across accounts, plans, models, or dates.

Claude Help Center

Publish and share artifacts

Free, Pro, and Max users can publish artifacts publicly; Team and Enterprise sharing is organization-scoped.

Claude Platform Docs

Prompting best practices

Anthropic guidance emphasizes explicit instructions, output formats, tool-use direction, and model-specific prompt updates.