Radial app
Client review
Send clients a polished review link instead of a bare preview URL. The viewer carries your branding, embeds the site at real device widths, and gives the client one obvious way to say "approved" or "change this." No login for anyone.
Present to client
Open the publish menu and choose Present to client…. Add the client's name if you want the viewer to say who it's prepared for, and Radial deploys the current state of the site plus a branded review page around it, then hands you a stable link. Re-presenting later updates the same link; it never changes underneath the client.
This works even before the project has a GitHub remote. All it needs is a Vercel connection for the deploy.
What the client sees
- Your agency's name and logo, with a "Prepared for" line. No Radial branding anywhere.
- The real site, browsable page by page, with a desktop / tablet / mobile width toggle.
- Approve and Request changes buttons with a comment box.
- No account, no login. The link is unguessable, the same trust model as a Vercel preview URL.
Comments inside Radial
The Comment tool (C, or ⌘⇧C for the Comments pane) drops pins directly on elements of the live preview. Each comment stores the element it's anchored to, so it survives reloads and moves with the page.
- Pins are draggable; click one to read, reply, or resolve.
-
Comments are stored in the project (
.radial/comments.json), where terminal agents read them as context. Ask an agent to "work through the open comments" and it can see every pin, its element, and its page. - When an agent resolves a comment, Radial says so with a toast rather than letting pins vanish silently.