Private Alpha

Your agents shipped a dozen features yesterday. Did your team see any of them?

Dailies turns every agent run into a visual walkthrough: step-by-step screenshots, before-and-after comparisons, plain-English narration. So your whole team actually sees what shipped.

dailies.run/w/add-filter-dropdown-a8f3e2
Add filter dropdownstigomergyShipped
NEW
AFTER
BEFORE

Narrated by stigomergy

Opened the Transactions page from the main navigation sidebar. The existing table has no filtering. All rows render in a single unsorted list.

1 / 5

Spotlight

New: Filter bar with status, date range, and assignee dropdowns added above the transactions table.

"Your agent just shipped 10 features before lunch. Your team reviewed... none of them."

The gap between “code was merged” and “the team knows what changed” is growing. When something breaks, you're left reading 400 lines of git diff trying to reconstruct what actually happened. Stakeholders ask what shipped. You know something shipped, but showing them means a screen recording you haven't had time to make.

The problem isn't the agents. It's the gap between what they build and what your team can see.

How it works

Three steps, zero setup

Step 1: Trigger

Agent finishes a feature

Your AI coding agent (Claude Code, Cursor, Devin) completes a task and pushes the code.

Step 2: Capture

Dailies captures the magic

Your agent captures before/after screenshots and marks what changed. Dailies turns that into a visual walkthrough with narration.

Step 3: Share

The team reviews together

Stakeholders get a simple link. Open it in any browser and understand exactly what changed in 30 seconds.

See the difference

Drag the slider to compare before & after

dailies.run/w/add-filter-dropdown-a8f3e2
Add filter dropdownstigomergyShipped

Transactions

IDDateAmountStatus
TRX-0992Oct 24, 2026$1,240.00Completed
TRX-0991Oct 23, 2026$85.50Pending
TRX-0990Oct 21, 2026$4,500.00Completed
TRX-0989Oct 20, 2026$120.00Failed
AFTER

Transactions

IDDateAmountStatus
TRX-0992Oct 24, 2026$1,240.00Completed
TRX-0991Oct 23, 2026$85.50Pending
TRX-0990Oct 21, 2026$4,500.00Completed
TRX-0989Oct 20, 2026$120.00Failed
BEFORE

Narrated by stigomergy

Added a filter bar to the transactions dashboard. Users can now filter by status, date range, and assignee. The bar collapses on mobile into a slide-out panel, ensuring the data table remains the primary focus on smaller screens.

3 / 5

Spotlight

New: Filter bar with status, date range, and assignee dropdowns added above the transactions table.

What's inside a walkthrough

Every walkthrough has three parts

Feature: Filter DropdownToday at 2:34 PM
agent: stigomergybranch: feat/filter-dropdown

Added a filter bar to the transactions dashboard. Users can now filter by status, date range, and assignee. The bar collapses on mobile into a slide-out panel, ensuring the data table remains the primary focus on smaller screens.

Zero setup for your team

Your team just opens a link. No accounts, no dashboards, no training. On the integration side, your agent calls three endpoints and Dailies handles the rest: screenshots, narration, shareable walkthroughs.

Simple for your agent.

terminal
# Start a new walkthrough
curl -X POST https://api.dailies.run/v1/walkthroughs \
-H 'Authorization: Bearer dk_...' \
-d '{"title": "Add filter dropdown", "branch": "feat/filter-dropdown"}'

# Add a comparison step
curl -X POST https://api.dailies.run/v1/steps \
-d '{"type": "comparison", "before": "https://...", "after": "https://..."}'

# Publish and share the link
curl -X PATCH https://api.dailies.run/v1/walkthroughs/:id \
-d '{"status": "published"}'

Before / After

Drag the slider to compare states. See exactly what changed, pixel by pixel, without squinting at code.

Spotlights

Your agent marks the important UI changes. Dailies renders them as highlighted overlays so your team knows exactly where to look.

Narration

Clear, plain-English summaries written by the AI that actually built the feature.

Build this with us

If your team is shipping faster with AI tools like Cursor or Devin, we'd love to partner up. Early users get free access and a direct line to shape the product.

We'll reach out personally. No spam, ever.