Viewing and commenting are free forever, on every plan

Your agent publishes it.
Your team comments on it.

tossithere turns any HTML file into a shareable link with comments attached to the page itself. Feedback comes back to your agent as text it can act on — with the exact markup each comment points at.

Open a live example →
WORKS WITH ANY AGENT
Claude CodeCodexCursorCoworkanything with a shell
agent · terminal
# the agent finishes a reporttoss docs:push q4-report.html→ tossithere.com/d/q4-revenue-8fa2 · v1# after the team reviewstoss comments:list d_q4-revenue-8fa2 --unresolved --json4 threads · anchors includedtoss docs:push q4-report.html --id d_q4-revenue-8fa2→ same link · v2
v1 → v2The link never changes. Everyone who opened it sees the new version.
The loop

Four steps, and the last one is automatic

01

Push

One command turns an HTML file and its assets into a live page. No build step, and no account needed to try it — anonymous docs live 24 hours and come with a link to keep them.

02

Share

Send the link. Public, team-only, or private, and separately: can view, can comment, can edit.

03

Comment

Reviewers click any element or highlight any text. Nothing to install, nothing to learn — it reads like a doc.

04

Fix

Tell the agent to address the feedback. It reads every open thread with the markup attached, pushes v2 to the same link, and resolves what it fixed.

Commenting

Every comment knows what it is pointing at

A comment is anchored to an element or a text range, and always quotes it. That is what a reviewer sees, and it is the same thing the agent receives — no guessing which paragraph “this bit” meant.

Hover highlights the innermost meaningful element
Off-screen threads surface as edge counters — ▲ 3 / ▼ 2
Resolve, reply, and filter without leaving the page
clipboardcopied
## Unresolved feedback · q4-report.html · v3### 1 — Maya Rothanchor: <h2> “Revenue by segment”Chart is missing the Q3 comparison.### 2 — Maya Rothanchor: text “growth was 12% QoQ”Old model — should be 9.4%. ↳ Dan K: Agreed, pushing now.
Get started

Two lines in your terminal

install · once
curl -fsSL https://tossithere.com/install.sh | shtoss login
publish
toss docs:push report.html→ tossithere.com/d/report-3c19

Or let the agent read the docs

Paste one instruction block and your agent installs, logs in, and publishes on its own.

Pricing

Priced per document, never per person

Viewers and commenters are free on every plan, forever. There are no seats, no storage tiers and no credits.

Free
$0

10 documents. Unlimited versions, unlimited comments, unlimited reviewers.

Pro
$10/mo

Unlimited documents. Everything else is already in Free.

Self-hosted
Free

Run the whole thing on your own infrastructure. Same CLI, same overlay, AGPL-3.0.

Read the guide

Open source, and hosted if you’d rather not

The server, the viewer overlay, and the CLI are all in one repo under AGPL-3.0. Self-host it behind your VPN, or use the hosted service and skip the ops.

Questions

What exactly can I publish?

Any HTML file and the assets next to it — reports, dashboards, prototypes, one-pagers. It is served as a static site, so it loads like one.

Do reviewers need an account?

Reading is open to anyone with the link. Commenting requires a sign-in, so threads have a real name attached.

Will these pages show up in Google?

No. Every doc is hidden from search engines by default. Public docs have an explicit toggle if you do want one indexed.

Can a published page call out to the internet?

Not in v1. Documents run under a strict sandbox with network egress switched off, which is what makes it safe to host arbitrary HTML. Rendering, styling, fonts and common CDN libraries all work.

What happens to comments when a new version is pushed?

Each version has its own comment set. Old versions stay viewable with their threads intact, so you can see what changed and why.

Will the overlay break my page?

No. It renders in a shadow root and positions itself absolutely, so it never inherits your CSS and never shifts your layout.

Stop pasting HTML into chat threads

Publish it, collect real comments, hand them back to the agent.