feat(emails): add aug-13 what's new broadcast - #6663
Conversation
Adds the August 13 broadcast alongside july-1, covering realtime collaboration in tables/files/workflows and the redesigned workflow editor. Assets live in public/email/broadcast/aug-13/ so the broadcast is self-contained: the two feature GIFs plus its own copies of the shared logo and pre-footer, matching the per-broadcast asset layout july-1 established.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview The email announces realtime collaboration in tables and files and the workflow UI redesign, with CTAs to Sim and docs, feature GIFs and static art from Reviewed by Cursor Bugbot for commit dc67979. Configure here. |
Greptile SummaryThe PR adds the August 13 “What’s new” broadcast announcing realtime collaboration and the redesigned workflow editor.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| apps/sim/emails/broadcasts/aug-13.html | Adds the complete broadcast template with campaign content, responsive email markup, matching asset references, and the established unsubscribe footer. |
| apps/sim/public/email/broadcast/aug-13/feature-realtime.gif | Adds the realtime collaboration demonstration referenced by the broadcast. |
| apps/sim/public/email/broadcast/aug-13/feature-workflow.gif | Adds the workflow editor demonstration referenced by the broadcast. |
| apps/sim/public/email/broadcast/aug-13/logo.png | Adds the campaign-local logo at the path used by the template. |
| apps/sim/public/email/broadcast/aug-13/pre-footer.png | Adds the campaign-local pre-footer image at the path used by the template. |
Reviews (2): Last reviewed commit: "improvement(emails): update aug-13 broad..." | Re-trigger Greptile
Copy revision from the marketing draft, plus asset compression: - feature-realtime.gif: lossless gifsicle -O3, 77KB -> 55KB, pixels unchanged - feature-workflow.gif: 1888px -> 1200px (still 2x the 600px render width) and a 64-color palette, 1.15MB -> 764KB. Verified frame-identical at render size and at 2x crop; frame count and timing preserved.
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
1 issue from previous review remains unresolved.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit dc67979. Configure here.

Summary
apps/sim/emails/broadcasts/aug-13.html, the next What's new broadcast alongsidejuly-1apps/sim/public/email/broadcast/aug-13/, plus that folder's own copies of the shared logo and pre-footer so the broadcast is self-contained (same per-broadcast asset layout asjuly-1)feature-realtime.giflosslessly (77KB → 55KB, pixels unchanged),feature-workflow.gifby downscaling 1888px → 1200px (still 2x the 600px render width) with a 64-color palette (1.15MB → 764KB)Type of Change
Testing
Tested manually — rendered locally with the asset paths pointed at the checked-in files; all four images resolve and the table markup parses with no unclosed or mismatched tags. Compared the compressed workflow GIF against the original frame-by-frame at render size and at a 2x crop (indistinguishable), and confirmed frame count and timing are preserved.
Checklist