holler

Figma-style comments for your app prototypes.
Once configured, one line to install. CLI for AI agents.

$ npx @holler-vibe/cli click to copy

Uses Supabase (free) for storage + auth · Quick start →

01 Team feedback
Your App
🐼
Jake
Nav feels cramped on mobile
🦊
Sarah
Agreed — let's stack it below 640px
02 Agent action
Your App
1
Sarah
This button should be way bigger
Claude Code
Done. Bumped size + contrast.
The problem

Your ideas start as code now,
not designs.

Teams used to design and then build. Now they go straight to code with Cursor, Claude Code, or Loveable. That's faster... but we lost the ability to click anywhere and leave a comment. The ability to collaborate easily.

Holler brings it back. Your team comments in the browser. Your AI agent can read and acts on feedback from the terminal. Same thread, same prototype.

Setup

Three steps to comments.

01

Supabase project

Create a free project at supabase.com. Run npx @holler-vibe/cli to set up the database. Done in 2 minutes.

02

One script tag

Add <script src="holler.umd.js"> to your page. A comment overlay appears. Click anywhere to leave feedback.

03

Agent CLI

Your AI agent reads, posts, and resolves comments via the holler CLI. No browser needed.

CLI

Your agent's interface.

Cursor, Claude Code, or any coding agent can list, post, and resolve comments without opening a browser. Each comment includes the CSS selector and text of what was clicked, so your agent knows exactly what to fix.

terminal
$ holler list-comments --status unresolved --json
 #1 Sarah: "This button should be way bigger"
   → main > button.cta-primary "Get Started"
$ holler comment --parent-id "#1" --body "Bumped size + contrast" --author "Claude"
 ✓ Reply posted
$ holler resolve --comment-id "#1"
 ✓ Resolved