Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
42696d4
feat(partners): add Vercel and Render as Gold partners
cursoragent Aug 31, 2026
61f8f2f
Remove partner score field from types and objects
cursoragent Aug 31, 2026
b7ce5fd
Replace Render SVGs with official Brand Kit wordmarks
cursoragent Aug 31, 2026
4824a9f
Crop Render SVG viewBox to wordmark bounds
cursoragent Aug 31, 2026
c1eaa30
Wire Render per-placement UTM content URLs
cursoragent Aug 31, 2026
f56bc79
ci: apply automated fixes
autofix-ci[bot] Aug 31, 2026
8d9a405
Fix Gold partner layout in builder
tannerlinsley Aug 31, 2026
6da1d78
Update Vercel partner positioning
tannerlinsley Aug 31, 2026
33ef9b8
Keep Gold partner cells equal width
tannerlinsley Aug 31, 2026
156f3f3
fix: prevent Markdown and Highlight landing link crashes (#1202)
KevinVandy Aug 31, 2026
aaff1be
feat(ds): Dialog, Drawer and Takeover primitives — overlay audit (#1205)
Abeuty Aug 31, 2026
049b9d9
Update Vercel partner logos
tannerlinsley Aug 31, 2026
f3d96dc
feat: add Vercel and Render builder actions
tannerlinsley Aug 31, 2026
0d0f291
Update Vercel partner logos
tannerlinsley Aug 31, 2026
c474427
Merge remote-tracking branch 'origin/main' into taren/vercel-v0-builder
tannerlinsley Aug 31, 2026
f874711
fix: infer Render deployment partner
tannerlinsley Aug 31, 2026
5648543
Merge remote-tracking branch 'origin/cursor/vercel-render-gold-partne…
tannerlinsley Aug 31, 2026
36be701
fix: disambiguate Render deployment requests
tannerlinsley Aug 31, 2026
5eb86e1
chore: update TanStack Create
tannerlinsley Sep 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .agents/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ User took an action on the generated result. Single event with `action` prop cov
| `idea_used` | string | Session context |
| `action` | enum | See `BuilderAction` below |
| `surface` | enum | `result_panel` (main builder UI) or `deploy_dialog` |
| `provider` | string? | Deploy provider when applicable: `vercel`, `netlify`, `cloudflare` |
| `provider` | string? | Build or deploy provider when applicable: `cloudflare`, `lovable`, `netlify`, `railway`, `render`, `vercel` |
| `automatic` | boolean | `true` for system-driven actions (e.g., deploy_dialog auto-redirect countdown). Filter to `false` for true user click rates. |

**Important:** automatic prompt-copies that fire as a side-effect of generation do NOT emit `builder_activated`. Only user-driven actions count as activation.
Expand Down Expand Up @@ -203,6 +203,7 @@ User took an action on the generated result. Single event with `action` prop cov
| `open_codex` | Opened the result in Codex |
| `open_claude` | Opened the result in Claude |
| `open_cursor` | Opened the result in Cursor |
| `open_prompt_builder` | Opened the result in a partner's prompt-based builder |
| `download` | Downloaded the project as a zip |
| `open_advanced` | Opened the advanced builder editor |
| `netlify_start` | Started a Netlify deploy from the result |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@tanstack/ai-client": "^0.28.0",
"@tanstack/ai-openai": "^0.22.0",
"@tanstack/charts": "0.16.0",
"@tanstack/create": "^0.69.0",
"@tanstack/create": "^0.70.0",
"@tanstack/highlight": "^0.0.9",
"@tanstack/markdown": "^0.0.11",
"@tanstack/pacer": "^0.21.1",
Expand Down
Loading
Loading