Skip to content

feat(blog): add five blogs#5268

Open
waleedlatif1 wants to merge 3 commits into
stagingfrom
blog/ai-agent-content-batch
Open

feat(blog): add five blogs#5268
waleedlatif1 wants to merge 3 commits into
stagingfrom
blog/ai-agent-content-batch

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

  • Add five AI-agent blog posts under apps/sim/content/blog/, dated June 23–27 2026:
    • how-to-create-an-ai-agent — How to Build AI Agents With Sim (author: waleed)
    • ai-agent-vs-chatbot — AI Agent vs Chatbot (author: emir)
    • ai-agents-vs-rpa — AI Agents vs RPA (author: emir)
    • ai-agent-ideas — 10 AI Agent Ideas (author: emir)
    • best-zapier-alternatives — 10 Best Zapier Alternatives (author: emir)
  • Each post is a standalone index.mdx with schema-valid frontmatter (slug, title, description, date, author, tags, ogImage, canonical) and GFM tables/FAQ/blockquote formatting.

Type of Change

  • New content (blog posts)

Testing

Validated all five against the real gray-matter + Zod BlogFrontmatterSchema; authors resolve, dates parse, no stray markers or duplicate H1s.

Notes (follow-up cleanup)

  • OG images use placeholder cover.png paths per slug — cover art still needs to be added.
  • Brand terms ("Mothership"/"Copilot") kept as-is pending a copy/constitution pass.

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)

Add how-to-create-an-ai-agent, ai-agent-vs-chatbot, ai-agents-vs-rpa, ai-agent-ideas, and best-zapier-alternatives posts.
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Jun 29, 2026 9:14pm

Request Review

@cursor

cursor Bot commented Jun 29, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Content-only additions with no runtime, auth, or data-path changes; main follow-up risk is missing OG images or copy inconsistencies called out in the PR notes.

Overview
Adds five new marketing blog posts under apps/sim/content/blog/, each as a standalone index.mdx with standard frontmatter (slug, SEO fields, authors, ogImage, canonical URLs) and long-form MDX (tables, FAQs, blockquotes). No application or registry code changes—the existing blog scanner picks up new slug directories automatically.

New posts (June 23–27, 2026): how-to-create-an-ai-agent (Sim build tutorial, waleed); ai-agent-vs-chatbot and ai-agents-vs-rpa (comparison/decision content, emir); ai-agent-ideas (10 use cases, emir); best-zapier-alternatives (roundup with pricing tables, emir).

Follow-up: Frontmatter references cover.png per slug; actual OG/cover assets are not in this diff.

Reviewed by Cursor Bugbot for commit dc8e27e. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit dc8e27e. Configure here.

- emir
readingTime: 14
tags: [AI Agents, Use Cases, Automation, Sim]
ogImage: /blog/ai-agent-ideas/cover.png

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing blog cover image assets

Medium Severity

Each new post sets ogImage to /blog/<slug>/cover.png, but no matching files exist under apps/sim/public/blog/ for these slugs. With draft: false, published pages, listings, related posts, and Open Graph metadata will request images that 404.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dc8e27e. Configure here.


- **Workato:** Enterprise-grade integration with strong governance, audit logging, and support SLAs. Priced accordingly, starting around $1,000/month.

- **Activepieces:** Open-source with an MIT license and a cleaner, more approachable UI than n8n. Growing integration library (280+) with a free self-hosted tier.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TL;DR lists six not ten

Low Severity

The heading promises ten Zapier alternatives at a glance, but the bullet list stops at six entries. The full review section later includes ten tools, so the summary contradicts the article title and omits four alternatives readers would expect in the TL;DR.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dc8e27e. Configure here.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 03336a1 — added the four missing tools (Power Automate, Pipedream, Relay.app, Integrately) so the TL;DR now matches the 10 reviewed in the body.

@waleedlatif1 waleedlatif1 changed the title feat(blog): add five AI agent articles feat(blog): add five blogs Jun 29, 2026
@greptile-apps

greptile-apps Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds five new AI agent blog posts to apps/sim/content/blog/, covering agent ideas, agent-vs-chatbot, agents-vs-RPA, Zapier alternatives, and a how-to guide. All posts use valid schema-compliant frontmatter and both author IDs (waleed, emir) resolve correctly in the authors registry.

  • The five MDX articles are dated June 23–27 2026, pass BlogFrontmatterSchema Zod validation, and follow the same frontmatter shape as existing posts (openai-vs-n8n-vs-sim, etc.).
  • OG cover images referenced in every post (/blog/{slug}/cover.png) are placeholder paths — the actual image assets are not yet committed, which means social-sharing previews will be broken until the images land.
  • A minor copy issue in best-zapier-alternatives (TL;DR lists only 6 of the 10 tools) and a pronoun error in ai-agent-ideas are the only substantive findings.

Confidence Score: 4/5

Safe to merge as a draft/staging publish, but the five missing cover images should land before any post is promoted or indexed — broken OG images affect every social share.

All five posts pass schema validation and both author IDs resolve correctly from the registry. The only substantive gap is that the cover.png assets referenced in every frontmatter ogImage field are not committed, so social-sharing metadata will be broken in production until those images ship. Two minor copy errors (a TL;DR that omits four tools in best-zapier-alternatives, and the 'everyone' pronoun in ai-agent-ideas) are cosmetic but visible to readers.

All five posts reference missing OG image assets; best-zapier-alternatives/index.mdx has a TL;DR that is incomplete relative to its own title.

Important Files Changed

Filename Overview
apps/sim/content/blog/how-to-create-an-ai-agent/index.mdx New tutorial post on building AI agents with Sim; valid frontmatter, author waleed resolves correctly, content is complete and structurally sound.
apps/sim/content/blog/ai-agent-vs-chatbot/index.mdx AI agent vs chatbot comparison post; valid schema, author emir resolves, GFM tables render correctly. No issues found.
apps/sim/content/blog/ai-agents-vs-rpa/index.mdx AI agents vs RPA post; valid frontmatter and schema, author emir resolves, content is well structured. No issues found.
apps/sim/content/blog/ai-agent-ideas/index.mdx 10 AI agent ideas post; valid schema, but intro paragraph uses "everyone" (referring to people) where "every idea" is the intended antecedent — a minor copy error visible to readers.
apps/sim/content/blog/best-zapier-alternatives/index.mdx 10 best Zapier alternatives post; valid schema, but the TL;DR summary section lists only 6 of the 10 alternatives covered in the body (Microsoft Power Automate, Pipedream, Relay.app, and Integrately are absent).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Blog Content PR] --> B[5 New MDX Posts]
    B --> C[how-to-create-an-ai-agent waleed Jun 23]
    B --> D[ai-agent-vs-chatbot emir Jun 24]
    B --> E[ai-agents-vs-rpa emir Jun 25]
    B --> F[ai-agent-ideas emir Jun 26]
    B --> G[best-zapier-alternatives emir Jun 27]
    C --> H[BlogFrontmatterSchema Zod validation]
    D --> H
    E --> H
    F --> H
    G --> H
    H --> I{Author IDs resolve}
    I --> J[waleed.json OK]
    I --> K[emir.json OK]
    H --> L{ogImage paths}
    L --> M[cover.png assets not yet committed]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[Blog Content PR] --> B[5 New MDX Posts]
    B --> C[how-to-create-an-ai-agent waleed Jun 23]
    B --> D[ai-agent-vs-chatbot emir Jun 24]
    B --> E[ai-agents-vs-rpa emir Jun 25]
    B --> F[ai-agent-ideas emir Jun 26]
    B --> G[best-zapier-alternatives emir Jun 27]
    C --> H[BlogFrontmatterSchema Zod validation]
    D --> H
    E --> H
    F --> H
    G --> H
    H --> I{Author IDs resolve}
    I --> J[waleed.json OK]
    I --> K[emir.json OK]
    H --> L{ogImage paths}
    L --> M[cover.png assets not yet committed]
Loading

Reviews (1): Last reviewed commit: "feat(blog): add five AI agent articles" | Re-trigger Greptile


That's what this article delivers: 10 specific AI agent ideas, each one mapped to a real workflow, connected to tools your team already uses, and buildable without a dedicated ML team. These aren't hypothetical. They're the kind of agents that generate measurable output from day one. We've organized them by use case area (sales, ops, content, engineering, support) and for each one, we cover what the agent does, what it connects to, and how to get started with Sim.

The selection filter is simple. Every idea on this list handles a high-frequency, repetitive task. Everyone connects to systems you probably already pay for. And everyone produces results that are easy to observe, measure, and improve.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 The pronoun "everyone" refers to people, but the antecedent here is "every idea." Two consecutive sentences share this error, which reads awkwardly to any reader paying attention.

Suggested change
The selection filter is simple. Every idea on this list handles a high-frequency, repetitive task. Everyone connects to systems you probably already pay for. And everyone produces results that are easy to observe, measure, and improve.
The selection filter is simple. Every idea on this list handles a high-frequency, repetitive task. Every idea connects to systems you probably already pay for. And every idea produces results that are easy to observe, measure, and improve.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 03336a1 — changed "Everyone connects... everyone produces" to "Every idea connects... every idea produces."

Comment on lines +22 to +35
## TL;DR: The 10 Best Zapier Alternatives at a Glance

- **Sim:** The pick for teams building AI agent workflows that reason and act, not just move data between apps. Open source, self-hostable, SOC2/HIPAA compliant.

- **Make:** Visual scenario builder with operations-based pricing that can cost 2 - 5x less than Zapier at equivalent volume. Best for power users who need branching and loop logic.

- **n8n:** Self-host for free with no execution limits and full data control. Requires technical chops but can't be beat on cost or privacy.

- **Pabbly Connect:** Flat-rate pricing with a lifetime deal starting at $249 one-time. The budget pick for straightforward multi-step automations.

- **Workato:** Enterprise-grade integration with strong governance, audit logging, and support SLAs. Priced accordingly, starting around $1,000/month.

- **Activepieces:** Open-source with an MIT license and a cleaner, more approachable UI than n8n. Growing integration library (280+) with a free self-hosted tier.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 TL;DR lists only 6 of the 10 alternatives

The "TL;DR: The 10 Best Zapier Alternatives at a Glance" section names only six tools (Sim, Make, n8n, Pabbly Connect, Workato, Activepieces). Microsoft Power Automate, Pipedream, Relay.app, and Integrately — all covered in the body — are absent. A reader who skims the summary will miss four of the ten options, contradicting the post's own title and table of contents.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 03336a1 — the TL;DR now lists all 10. Added Microsoft Power Automate, Pipedream, Relay.app, and Integrately, summarized from each tool's existing review copy below.

- waleed
readingTime: 13
tags: [AI Agents, Tutorial, No-Code, Sim, Workflow Automation]
ogImage: /blog/how-to-create-an-ai-agent/cover.png

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Missing OG image assets across all five posts

All five new posts reference cover.png files (e.g., /blog/how-to-create-an-ai-agent/cover.png) that are not included in this PR. Until the actual image files are committed, every post will render a broken social-sharing card and an empty <meta property="og:image"> tag. The same applies to ai-agent-ideas, ai-agent-vs-chatbot, ai-agents-vs-rpa, and best-zapier-alternatives. This is flagged in the PR notes as a known follow-up — worth tracking explicitly so it ships before posts are indexed or shared.

Fix 'everyone' -> 'every idea' in ai-agent-ideas intro; add the four missing tools (Power Automate, Pipedream, Relay.app, Integrately) to the best-zapier-alternatives TL;DR so it lists all 10.
We are not HIPAA compliant; drop the claim from ai-agents-vs-rpa and best-zapier-alternatives, keeping the SOC2 claim.
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