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.
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.
"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
Agent finishes a feature
Your AI coding agent (Claude Code, Cursor, Devin) completes a task and pushes the code.
Dailies captures the magic
Your agent captures before/after screenshots and marks what changed. Dailies turns that into a visual walkthrough with narration.
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
Transactions
| ID | Date | Amount | Status |
|---|---|---|---|
| TRX-0992 | Oct 24, 2026 | $1,240.00 | Completed |
| TRX-0991 | Oct 23, 2026 | $85.50 | Pending |
| TRX-0990 | Oct 21, 2026 | $4,500.00 | Completed |
| TRX-0989 | Oct 20, 2026 | $120.00 | Failed |
Transactions
| ID | Date | Amount | Status |
|---|---|---|---|
| TRX-0992 | Oct 24, 2026 | $1,240.00 | Completed |
| TRX-0991 | Oct 23, 2026 | $85.50 | Pending |
| TRX-0990 | Oct 21, 2026 | $4,500.00 | Completed |
| TRX-0989 | Oct 20, 2026 | $120.00 | Failed |
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.
What's inside a walkthrough
Every walkthrough has three parts
Simple for your agent.
# 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.