Skip to content

Commit 8299370

Browse files
committed
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
1 parent 952915a commit 8299370

File tree

7 files changed

+1047
-95
lines changed

7 files changed

+1047
-95
lines changed

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"next": "16.1.6",
3030
"next-themes": "^0.4.6",
3131
"postgres": "^3.4.5",
32-
"react": "19.2.1",
33-
"react-dom": "19.2.1",
32+
"react": "19.2.4",
33+
"react-dom": "19.2.4",
3434
"shiki": "4.0.0",
3535
"tailwind-merge": "^3.0.2"
3636
},

0 commit comments

Comments
 (0)