Caddi
Sign inSign up

Pinpoints

A one-line embed that lets you (or your client) click any element on a deployed site, type a request, and file it. The reverse path lands in /requests.

What it is

Pinpoints is the “tap-and-comment on the actual page” surface Caddi ships. It’s a tiny script. It captures:

  • The URL of the page being commented on.
  • The CSS selector of the element clicked.
  • A high-res screenshot, anonymized for visible PII.
  • The text you typed, plus any uploaded images.

The request lands in your /requests inbox tied to the project and the environment that produced it.

Why it matters

Clients and stakeholders aren’t going to file a JIRA ticket. They will paste a screenshot in Slack. Pinpoints lives where the work is — on the actual staging deploy — and produces a payload your agent can act on (or you, with full context).

In this section

End-to-end loop

caddi.loop
client opens     meridian-staging.preview.northstar.dev
  Cmd+Shift+P
  clicks the footer email
  types "should be hello@, not hi@"
  hits send

caddi inbox:
  #112  open   "should be hello@, not hi@"   meridian   30s ago

caddi auto:
  picks up #112
  opens PR on dev with the change
  posts back "PR opened: ..."

you:
  caddi promote dev staging
  caddi promote staging production

Next

Install →