-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(emails): broadcast v0.5 added #2905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,287 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>What's New at Sim</title> | ||
| </head> | ||
| <body style="margin:0;padding:0;background-color:#ffffff;"> | ||
| <table width="100%" cellspacing="0" cellpadding="0" border="0" role="presentation" style="background-color:#ffffff;"> | ||
| <tr> | ||
| <td align="center" style="padding:0 16px;"> | ||
| <table width="600" cellspacing="0" cellpadding="0" border="0" role="presentation" style="max-width:600px;width:100%;"> | ||
|
|
||
| <!-- Logo --> | ||
| <tr> | ||
| <td align="center" style="padding-top:32px;padding-bottom:16px;"> | ||
| <a href="https://sim.ai" style="color:#000;text-decoration:none;" target="_blank"> | ||
| <img src="https://sim.ai/email/broadcast/v0.5/logo.png" width="79" alt="Sim Logo" style="display:block;width:79px;" border="0"> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Intro Paragraph --> | ||
| <tr> | ||
| <td align="left" style="color:#404040;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:16px;line-height:24px;word-break:break-word;padding-bottom:20px;padding-top:8px;text-align:left;"> | ||
| <p style="margin:0;">We're excited to introduce <strong>Sim v0.5</strong>, the next evolution of our agent workflow platform—built for teams who need <strong>context-aware AI assistance</strong>, <strong>seamless tool deployment</strong>, and <strong>full execution observability</strong> in production.</p> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- CTA Button --> | ||
| <tr> | ||
| <td align="center" style="padding-bottom:25px;padding-top:5px;"> | ||
| <table cellspacing="0" cellpadding="0" border="0" role="presentation"> | ||
| <tr> | ||
| <td align="center" style="background-color:#32bd7e;border-radius:5px;"> | ||
| <a href="https://sim.ai" style="display:inline-block;font-weight:500;font-size:14px;padding:7px 16px;text-decoration:none;color:#ffffff;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;" target="_blank">Try Sim</a> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Header Text --> | ||
| <tr> | ||
| <td align="left" valign="top" style="color:#2d2d2d;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;word-break:break-word;padding-top:10px;padding-bottom:8px;text-align:left;"> | ||
| <h2 style="margin:0;color:#2d2d2d;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:28px;font-weight:600;word-break:break-word;">Get things done <em>faster</em></h2> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="left" style="color:#404040;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:16px;line-height:24px;word-break:break-word;padding-bottom:30px;text-align:left;"> | ||
| <p style="margin:0;">You're focused on the most critical tasks, let agents handle the rest.</p> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- FEATURE 1: Copilot --> | ||
| <tr> | ||
| <td align="left" style="color:#2d2d2d;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:18px;word-break:break-word;padding-top:10px;padding-bottom:12px;text-align:left;"> | ||
| <strong>Copilot</strong> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="center" style="border-radius:8px;font-size:0;line-height:0;"> | ||
| <a href="https://sim.ai" style="color:#000;text-decoration:none;" target="_blank"> | ||
| <img src="https://sim.ai/email/broadcast/v0.5/copilot.jpg" width="570" alt="Sim Copilot" style="display:block;width:100%;border-radius:8px;" border="0"> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="left" style="color:#404040;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:16px;line-height:24px;word-break:break-word;padding-bottom:25px;padding-top:12px;text-align:left;"> | ||
| <p style="margin:0;">Copilot is a context-aware assistant embedded directly into the Sim editor. It has first-class access to your workflows, blocks, execution logs, and documentation—helping you build, debug, and optimize without leaving the canvas. Ask it to explain a workflow, propose changes, or execute actions. All writes are gated behind explicit approval, so you stay in control.</p> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- FEATURE 2: MCP Deployment --> | ||
| <tr> | ||
| <td align="left" style="color:#2d2d2d;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:18px;word-break:break-word;padding-top:20px;padding-bottom:12px;text-align:left;"> | ||
| <strong>MCP Deployment</strong> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="center"> | ||
| <a href="https://sim.ai" style="text-decoration:none;display:block;" target="_blank"> | ||
| <table cellspacing="0" cellpadding="0" border="0" role="presentation" width="100%" style="background-color:#181C1E;border-radius:8px;"> | ||
| <tr> | ||
| <td align="center" style="padding:40px 30px;"> | ||
| <table cellspacing="0" cellpadding="0" border="0" role="presentation"> | ||
| <tr> | ||
| <td align="center" style="padding-bottom:16px;"> | ||
| <img src="https://sim.ai/email/broadcast/v0.5/mcp.png" width="48" height="48" alt="MCP" style="display:block;" border="0"> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td align="center"> | ||
| <p style="margin:0;color:#ffffff;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:20px;font-weight:500;">Expose workflows as tools for any agent</p> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="left" style="color:#404040;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:16px;line-height:24px;word-break:break-word;padding-bottom:25px;padding-top:12px;text-align:left;"> | ||
| <p style="margin:0;">Deploy any workflow as an MCP tool and expose it to any MCP-compatible agent—Claude Desktop, Cursor, or your own applications. Define custom tool names, descriptions, and parameter schemas. Your workflows become reusable building blocks that other agents can invoke, turning Sim into the backend for your agentic systems.</p> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- FEATURE 3: Logs & Dashboard --> | ||
| <tr> | ||
| <td align="left" style="color:#2d2d2d;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:18px;word-break:break-word;padding-top:20px;padding-bottom:12px;text-align:left;"> | ||
| <strong>Logs & Dashboard</strong> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="center" style="border-radius:8px;font-size:0;line-height:0;"> | ||
| <a href="https://sim.ai" style="color:#000;text-decoration:none;" target="_blank"> | ||
| <img src="https://sim.ai/email/broadcast/v0.5/dashboard.jpg" width="570" alt="Logs & Dashboard" style="display:block;width:100%;border-radius:8px;" border="0"> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="left" style="color:#404040;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:16px;line-height:24px;word-break:break-word;padding-bottom:25px;padding-top:12px;text-align:left;"> | ||
| <p style="margin:0;">Full observability for every execution. Trace spans show you exactly what happened at each step—durations, token usage, cost breakdowns by model, and error details when things go wrong. Filter by time range, trigger type, or workflow. Live mode auto-refreshes every 5 seconds. Restore any previous workflow state with execution snapshots.</p> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- FEATURE 4: Collaboration --> | ||
| <tr> | ||
| <td align="left" style="color:#2d2d2d;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:18px;word-break:break-word;padding-top:20px;padding-bottom:12px;text-align:left;"> | ||
| <strong>Realtime Collaboration</strong> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="center" style="border-radius:8px;font-size:0;line-height:0;"> | ||
| <a href="https://sim.ai" style="color:#000;text-decoration:none;" target="_blank"> | ||
| <img src="https://sim.ai/email/broadcast/v0.5/collaboration.jpg" width="570" alt="Realtime Collaboration" style="display:block;width:100%;border-radius:8px;" border="0"> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="left" style="color:#404040;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:16px;line-height:24px;word-break:break-word;padding-bottom:25px;padding-top:12px;text-align:left;"> | ||
| <p style="margin:0;">Invite teammates to your workspace and build workflows together in realtime—like Figma for AI agents. See cursors move, blocks added, and configurations updated as they happen. The operation queue ensures reliability even under poor network conditions. Undo/redo works per-user, so your changes stay separate from your collaborators'.</p> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Divider --> | ||
| <tr> | ||
| <td align="center" style="padding-bottom:10px;padding-top:10px;"> | ||
| <table width="100%" cellspacing="0" cellpadding="0" border="0" role="presentation" height="1" style="border-top:1px solid #ededed;"> | ||
| <tr> | ||
| <td height="0" style="font-size:0;line-height:0;">­</td> | ||
| </tr> | ||
| </table> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Final CTA --> | ||
| <tr> | ||
| <td align="left" style="color:#404040;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;font-size:16px;line-height:24px;word-break:break-word;padding-bottom:15px;padding-top:15px;text-align:left;"> | ||
| <p style="margin:0;">Ready to build? These features are available now in Sim.</p> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <tr> | ||
| <td align="center" style="padding-bottom:30px;padding-top:15px;"> | ||
| <table cellspacing="0" cellpadding="0" border="0" role="presentation"> | ||
| <tr> | ||
| <td align="center" style="background-color:#32bd7e;border-radius:5px;"> | ||
| <a href="https://sim.ai" style="display:inline-block;font-weight:500;font-size:14px;padding:7px 16px;text-decoration:none;color:#ffffff;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;" target="_blank">Get Started</a> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Footer Divider --> | ||
| <tr> | ||
| <td align="center" style="padding-top:20px;padding-bottom:20px;"> | ||
| <table width="100%" cellspacing="0" cellpadding="0" border="0" role="presentation" height="1" style="border-top:1px solid #ededed;"> | ||
| <tr> | ||
| <td height="0" style="font-size:0;line-height:0;">­</td> | ||
| </tr> | ||
| </table> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Social links row --> | ||
| <tr> | ||
| <td align="center"> | ||
| <table cellspacing="0" cellpadding="0" border="0" role="presentation"> | ||
| <tbody> | ||
| <tr> | ||
| <td align="center" style="padding:0 8px 0 0;"> | ||
| <a href="https://sim.ai/x" rel="noopener noreferrer" target="_blank"> | ||
| <img src="https://sim.ai/static/x-icon.png" width="20" height="20" alt="X" style="display:block;" border="0"> | ||
| </a> | ||
| </td> | ||
| <td align="center" style="padding:0 8px;"> | ||
| <a href="https://sim.ai/discord" rel="noopener noreferrer" target="_blank"> | ||
| <img src="https://sim.ai/static/discord-icon.png" width="20" height="20" alt="Discord" style="display:block;" border="0"> | ||
| </a> | ||
| </td> | ||
| <td align="center" style="padding:0 8px;"> | ||
| <a href="https://sim.ai/github" rel="noopener noreferrer" target="_blank"> | ||
| <img src="https://sim.ai/static/github-icon.png" width="20" height="20" alt="GitHub" style="display:block;" border="0"> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Spacer --> | ||
| <tr> | ||
| <td height="16" style="font-size:1px;line-height:1px;"> </td> | ||
| </tr> | ||
|
|
||
| <!-- Address row --> | ||
| <tr> | ||
| <td align="center" style="font-size:12px;line-height:20px;color:#737373;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;margin:0;"> | ||
| Sim, 80 Langton St, San Francisco, CA 94103, USA | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Spacer --> | ||
| <tr> | ||
| <td height="8" style="font-size:1px;line-height:1px;"> </td> | ||
| </tr> | ||
|
|
||
| <!-- Contact row --> | ||
| <tr> | ||
| <td align="center" style="font-size:12px;line-height:20px;color:#737373;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;margin:0;"> | ||
| Questions? <a href="mailto:support@sim.ai" style="color:#737373;text-decoration:underline;font-weight:normal;">support@sim.ai</a> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Spacer --> | ||
| <tr> | ||
| <td height="8" style="font-size:1px;line-height:1px;"> </td> | ||
| </tr> | ||
|
|
||
| <!-- Links row --> | ||
| <tr> | ||
| <td align="center" style="font-size:12px;line-height:20px;color:#737373;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;margin:0;"> | ||
| <a href="https://sim.ai/privacy" style="color:#737373;text-decoration:underline;font-weight:normal;" rel="noopener noreferrer" target="_blank">Privacy Policy</a> | ||
| • | ||
| <a href="https://sim.ai/terms" style="color:#737373;text-decoration:underline;font-weight:normal;" rel="noopener noreferrer" target="_blank">Terms of Service</a> | ||
| • | ||
| <a href="{{{RESEND_UNSUBSCRIBE_URL}}}" style="color:#737373;text-decoration:underline;font-weight:normal;" rel="noopener noreferrer" target="_blank">Unsubscribe</a> | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Spacer --> | ||
| <tr> | ||
| <td height="16" style="font-size:1px;line-height:1px;"> </td> | ||
| </tr> | ||
|
|
||
| <!-- Copyright row --> | ||
| <tr> | ||
| <td align="center" style="font-size:12px;line-height:20px;color:#737373;font-family:-apple-system,'SF Pro Display','SF Pro Text','Helvetica',sans-serif;margin:0;"> | ||
| © 2026 Sim, All Rights Reserved | ||
| </td> | ||
| </tr> | ||
|
|
||
| <!-- Bottom spacer --> | ||
| <tr> | ||
| <td height="32" style="font-size:1px;line-height:1px;"> </td> | ||
| </tr> | ||
|
|
||
| </table> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
| </body> | ||
| </html> | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: missing
mcp.pngimage at/apps/sim/public/email/broadcast/v0.5/mcp.png- this will break the email templatePrompt To Fix With AI