Skip to content

feat(blog): add v0.6 blog post and email broadcast#3636

Open
waleedlatif1 wants to merge 1 commit intostagingfrom
waleedlatif1/v06-blog-post
Open

feat(blog): add v0.6 blog post and email broadcast#3636
waleedlatif1 wants to merge 1 commit intostagingfrom
waleedlatif1/v06-blog-post

Conversation

@waleedlatif1
Copy link
Collaborator

Summary

  • Add v0.6 blog post scaffolding covering Mothership, Tables, Files, KB Connectors, Scheduled Tasks, new integrations, and multi-credentials
  • Add v0.6 email broadcast HTML template with 5 feature sections
  • Blog post is draft: true, ready for copy and screenshots

Type of Change

  • New content

Testing

Tested manually

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@cursor
Copy link

cursor bot commented Mar 17, 2026

You have used all Bugbot PR reviews included in your free trial for your GitHub account on this workspace.

To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard.

@vercel
Copy link

vercel bot commented Mar 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Mar 17, 2026 8:46pm

Request Review

@waleedlatif1 waleedlatif1 changed the title chore(blog): add v0.6 blog post and email broadcast scaffolding chore(blog): add v0.6 blog post and email broadcast Mar 17, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 17, 2026

Greptile Summary

This PR adds scaffolding for the Sim v0.6 release blog post and its corresponding email broadcast template. The blog post (index.mdx) is marked draft: true and consists almost entirely of TODO comments acting as copy briefs for each feature section (Mothership, Tables, Files, KB Connectors, Scheduled Tasks, New Integrations, Multi-Credentials). The email template (v0.6.html) follows the same table-based structure established in v0.5.html, with matching CAN-SPAM compliance elements (physical address, unsubscribe link via {{{RESEND_UNSUBSCRIBE_URL}}}, and contact info).

Key observations:

  • The blog post is safely gated behind draft: true and will not be published until that flag is removed.
  • All feature images in both files are placeholder TODO references — actual screenshots and assets must be added before publishing/sending.
  • The email template has a minor comment-numbering inconsistency: FEATURE 3 is used for both "Tables & Files" and "KB Connectors", causing "Scheduled Tasks" to also be mislabeled as FEATURE 4 instead of FEATURE 5. This only affects HTML comments and has no user-facing impact.
  • No functional code was changed; this is purely a content addition.

Confidence Score: 5/5

  • Safe to merge — content-only scaffolding with the blog post gated behind draft: true and the email template not yet sent.
  • Both files are static content (MDX and HTML) with no functional code changes. The blog post is draft-gated, and the email template mirrors the proven v0.5 structure. The only issue found is a minor HTML comment numbering error that has no user-visible impact.
  • No files require special attention — all changes are content scaffolding.

Important Files Changed

Filename Overview
apps/sim/content/blog/v0-6/index.mdx New draft blog post scaffold for Sim v0.6, marked draft: true. All content sections are placeholder TODO comments; no functional issues. Frontmatter is consistent with the existing v0.5 post pattern.
apps/sim/emails/broadcasts/v0.6.html New v0.6 email broadcast HTML template. Structure and CAN-SPAM compliance elements are consistent with v0.5. Minor issue: the HTML comment label "FEATURE 3" is duplicated (used for both Tables & Files and KB Connectors), causing the Scheduled Tasks section to be mislabeled as FEATURE 4 instead of FEATURE 5.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR Merged to staging] --> B{Blog Post\ndraft: true?}
    B -- Yes --> C[Not published\nwaiting for copy & screenshots]
    B -- No --> D[Published at sim.ai/blog/v0-6]

    A --> E[Email broadcast v0.6.html\nscaffolded]
    E --> F[Fill TODO image placeholders\nmothership.jpg, tables.jpg,\nscheduled-tasks.jpg, etc.]
    F --> G[Write final copy\nfor each feature section]
    G --> H[Send via Resend broadcast]

    C --> I[Add screenshots\ncover.png, mothership.png,\ntables.png, connectors.png, etc.]
    I --> J[Fill TODO copy sections\nMotherShip, Tables, Files,\nKB Connectors, Integrations]
    J --> K[Set draft: false]
    K --> D
Loading

Comments Outside Diff (1)

  1. apps/sim/emails/broadcasts/v0.6.html, line 362 (link)

    P2 Duplicate feature comment numbering

    The HTML comment here labels KB Connectors as FEATURE 3, but FEATURE 3 was already used for "Tables & Files" at line 339. This makes Scheduled Tasks' label of FEATURE 4 off-by-one as well. The intended sequence appears to be:

    • FEATURE 3: Tables & Files
    • FEATURE 4: KB Connectors
    • FEATURE 5: Scheduled Tasks

Last reviewed commit: 2461a93

@waleedlatif1 waleedlatif1 changed the title chore(blog): add v0.6 blog post and email broadcast feat(blog): add v0.6 blog post and email broadcast Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant