Uh oh!
There was an error while loading. Please reload this page.
feat(home): expand template examples with 83 categorized templates - #3592
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 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
waleedlatif1
commented
Mar 15, 2026
waleedlatif1
commented
Mar 15, 2026
@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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…imstudioai#3592) * feat(home): expand template examples with 83 categorized templates - 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 * fix(home): remove WhatsApp customer notifications template * fix(home): add aria-expanded to toggle button, skip popular in expanded view * fix(home): fix category display order, add aria-label to template cards

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