Showreel Studio Help

Make a prototype

Capture your app's screens, turn them into a clickable site, and have Claude add the new feature.

Video A concept film0:46

A prototype is the starting point for a concept film. This takes you from a brief to a clickable prototype with the new feature in it.

Before you start

In the app

  1. Open Prototypes and press New prototype.
  2. Fill in the dialog:
    • Name: lower-case letters, numbers and dashes, such as team-review.
    • Title: the feature's name.
    • Start from: your app's screens, or a new product in a kit's look.
    • Brief: what the feature does, for whom, and what they see, in two or three sentences.
    • Screens of the app it starts from: for each screen, an id, a title and a path. Use the text of the link or tab that reaches the screen as the title, because the prototype uses titles to make the app's navigation work.
  3. Press Create the prototype. Its page opens.
  4. Press the capture button, such as Capture 3 screens, to save each screen. Each gets a score: faithful at 0.98 or above, check below it. Look at any marked check before you build on it.
  5. Press Make the site to turn the captures into one clickable site. Open the prototype shows it.
  6. Under Add the feature, with Claude, press Copy and paste the prompt into Claude Code in your project's folder.
  7. When Claude has finished, press Take stills of every screen to check the work.

The prototype also shows live and clickable on its page.

In the terminal

showreel prototype new team-review --title "Team review" --brief "Reviewers leave comments pinned to a moment in the film." --screens "overview|Overview|goto:https://app.example.com/, wait:main h1"
showreel prototype capture team-review
showreel prototype scaffold team-review

Then ask Claude Code to "Use the showreel-prototype skill to add this feature to prototypes/team-review", and check the result:

showreel prototype shots team-review

Add --profile to capture for an app you sign in to. Use --kit <kit> with new to start from a kit instead of an app.

What next