feat(home): expand template examples with 83 categorized templates#3592
feat(home): expand template examples with 83 categorized templates#3592waleedlatif1 merged 4 commits intostagingfrom
Conversation
- Extract template data into consts.ts with rich categorization (category, modules, tags) - Expand from 6 to 83 templates across 7 categories: sales, support, engineering, marketing, productivity, operations - Add show more/collapse UI with category groupings for non-featured templates - Add connector-powered knowledge search templates (Gmail, Slack, Notion, Jira, Linear, Salesforce, etc.) - Add platform-native templates (document summarizer, bulk data classifier, knowledge assistant, etc.) - Optimize prompts for mothership execution with explicit resource creation and integration names - Add tags field for future cross-cutting filtering by persona, pattern, and domain - React 19.2.1 → 19.2.4 upgrade
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Extracts template definitions into Bumps Written by Cursor Bugbot for commit 5ba6f9d. Configure here. |
Greptile SummaryThis PR expands the home page template gallery from 6 to 83 templates across 7 categories, extracts all template data into a dedicated Key changes:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[TemplatePrompts renders] --> B[Featured Grid\n6 templates with featured:true]
A --> C[Expand/Collapse Button\naria-expanded state]
C -->|expanded = false| D[Show 'More examples ▾']
C -->|expanded = true| E[Show 'Show less ▴']
A -->|expanded = true| F[Categorized Extras Section]
F --> G[getGroupedExtras\nIterates CATEGORY_META order]
G -->|skip 'popular'| H[Sales & CRM group]
G --> I[Productivity group]
G --> J[Engineering group]
G --> K[Support group]
G --> L[Marketing & Content group]
G --> M[Operations group]
H & I & J & K & L & M --> N[Category heading + 3-col grid\nTemplateCard per template]
N -->|click| O[onSelect prompt string\npassed to parent]
style B fill:#e8f4f8
style F fill:#f0f8e8
style O fill:#fff3cd
Last reviewed commit: 5ba6f9d |
apps/sim/app/workspace/[workspaceId]/home/components/template-prompts/template-prompts.tsx
Show resolved
Hide resolved
apps/sim/app/workspace/[workspaceId]/home/components/template-prompts/consts.ts
Show resolved
Hide resolved
|
@greptile |
|
@cursor review |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Summary
consts.tswith rich categorization:category,modules,tags,featuredType of Change
Testing
Tested manually
Checklist