Skip to content

CLI-first private sharing

Share agent-built previews without deploying them.

Turn local HTML and Markdown into private review links, directly from your terminal. Reviewers open the result in a browser—no repository, build setup, or AI-tool seat required.

Two commands to a review link

npm
$ npx @viewable/cli login
$ npx @viewable/cli share ./prototype.html
Private review link ready
Open a live preview

Actual output

The link opens as a document, not a deployment log.

This is a real Markdown artifact shared through Viewable. The same flow supports self-contained HTML prototypes.

A real Viewable page rendering the fictional Atlas Notes Markdown review
atlas-notes-review.md · Markdown · Private shareOpen live ↗

What to share

One local file. One clean handoff.

prototype.html

Interactive prototype

Send a self-contained interface or interaction without setting up a hosting project.

prd.md

Readable document

Turn agent-written Markdown into a clean page stakeholders can open immediately.

report.html

Generated analysis

Share a visual report while keeping local paths and project setup out of the handoff.

A handoff tool

Not another hosting platform.

Use Viewable for temporary review artifacts. Keep production applications on the deployment platform built for them.

Repository

Viewable
Not required
Deployment
Usually required

Build configuration

Viewable
None
Deployment
Often required

Recipient setup

Viewable
Open link + code
Deployment
Depends on project

Best for

Viewable
Temporary private review
Deployment
Production applications

Available now

Private by construction.

The first release stays narrow: one file, one protected review link, and a recipient who needs no account.

01

Link plus access code

Every share uses a hard-to-guess link and a four-character code for recipient access.

02

Sandboxed HTML

Self-contained HTML stays interactive inside a sandboxed browser frame.

03

Clean recipient view

Reviewers see the artifact, not your local paths, terminal history, or setup instructions.

04

Delete when finished

Remove a share from the CLI when the review is over; the old link becomes unavailable.

Ready to hand off?

Share the artifact you already have.

Two commands to a review link

npm
$ npx @viewable/cli login
$ npx @viewable/cli share ./prototype.html