feat(partners): add Vercel and Render as Gold partners - #1204
feat(partners): add Vercel and Render as Gold partners#1204tannerlinsley wants to merge 10 commits into
Conversation
- Reactivate Vercel as Gold tier partner (was inactive Previous Partner) - Add Render as new Gold tier partner - Add Render logo SVGs (render-black.svg, render-white.svg) - Both partners have hosting unique constraint - UTMs: utm_source=tanstack&utm_medium=referral&utm_campaign=gold-launch
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthroughThe partner catalog activates Vercel, adds Render as an active gold-tier hosting partner, removes partner scores, applies placement-specific URLs across partner surfaces, and updates the seven-partner starter grid layout. ChangesPartner links and catalog
Estimated code review effort: 3 (Moderate) | ~25 minutes Merge Risk: ⚪ Minimal · up to This change adds Vercel and Render as Gold partners and updates partner ranking types and placement links; no actionable merge-blocking risk remains after normal checks and review. Sequence Diagram(s)sequenceDiagram
participant PartnerSurface
participant getPartnerHref
participant PartnerURL
PartnerSurface->>getPartnerHref: partner and placement
getPartnerHref->>PartnerURL: add Render UTM content when supported
getPartnerHref-->>PartnerSurface: resolved href
PartnerSurface->>PartnerURL: parse resolved host for click tracking
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Title checkExplanation The title clearly identifies the main change: adding Render and reactivating Vercel as Gold partners. It is concise and specific, although “add Vercel” is slightly imprecise because Vercel is being reactivated. ✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Remove score from PartnerBase, RailPartner, PartnerForPlacement, DocsPartner types - Remove score from all partner objects in partners.tsx - Update compareLegacyPartnerPriority to use identity/name comparison - Update useDeploymentProviderPlacement to remove score mapping Tier remains as the ranking mechanism.
- Replace 110x21 scrapes with official wordmarks (viewBox 0 0 2909 1200) - 7 path elements: logomark + RENDER letters - Black fill for render-black.svg, white fill for render-white.svg
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tanstack-com | 049b9d9 | Commit Preview URL Branch Preview URL |
Aug 31 2026, 10:00 PM |
Remove ~400px whitespace padding from official Brand Kit SVGs. viewBox 400 400 2106.6 400 crops to actual path content bbox.
Add utm_content parameter for Render partner on approved surfaces: - home_grid - library_grid - docs_rail - docs_strip Other placements and partners use their default href unchanged. Implemented via getPartnerHref helper that checks partner id and placement.
Summary
Adds Vercel and Render as Gold tier partners for the Sep 1, 2026 partnership go-live.
Changes
Vercel (reactivated)
inactive(Previous Partner: May 2024 – Oct 2024) toactiveGold tierlastReviewedAt,canonicalHref,resources,brandColor,taglineapplicationStarterIconfor builder integrationutm_source=tanstack&utm_medium=referral&utm_campaign=gold-launchRender (new)
hostingunique constraintcanonicalHref,resources,brandColor,tagline,llmDescriptionhome_grid→utm_content=home_gridlibrary_grid→utm_content=library_griddocs_rail→utm_content=docs_raildocs_strip→utm_content=docs_stripScore field removal
scorefield fromPartnerBase,RailPartner,PartnerForPlacement,DocsPartnertypesscorefrom all partner objectscompareLegacyPartnerPriorityto use identity/name sort instead of scoretierremains as the ranking mechanismPreview URLs
Once deployed to Cloudflare Workers preview:
/partners— both Vercel and Render appear in Gold tier section/partners/vercel— shows as "Current Partner" with Gold badge (not Previous Partner)/partners/render— returns 200 with Gold badge (not 404)Pattern:
https://cursor-vercel-render-gold-partners-1f48-tanstack-com.thetanstack.workers.dev/partnersTesting
Notes
partners.$partner.tsxpage handles both partners (no dedicated pages needed for preview)Summary by CodeRabbit