feat(partners): route every Render link to render.com/tanstack - #1286
Conversation
…tack Point every Render partner link across the site at the co-branded landing page Render provided, keeping the existing UTM parameters (including the per-placement utm_content). This covers the docs right-nav rail (docs_rail/docs_strip), the partner grid, home grid, library grid, blog rail, embed grid, and the partners directory — everything that resolves through getPartnerHref or the partner record href. The partner detail page CTAs already point here (#1281, merged). Left intentionally unchanged, as these are functional or canonical rather than referral links: - canonicalHref (schema.org sameAs and the partners API websiteUrl) stays render.com, Render's canonical homepage - the one-click "Deploy to Render" button (render.com/deploy?repo=…) keeps its repo param so it still deploys, matching the Netlify/Railway buttons - the Start hosting guide's dashboard Blueprint walkthrough Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Understand this PR’s impact Explore downstream dependencies and potential security impact with Blast Radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthroughRender partner, deployment, and hosting guide links now use the ChangesRender partner URL updates
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Feature Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tanstack-com | 4a78193 | Commit Preview URL Branch Preview URL |
Sep 21 2026, 07:54 PM |
Follow-up covering the three remaining Render URLs that were previously left as functional/canonical, now repointed to the co-branded landing page per request: - canonicalHref -> render.com/tanstack (also drives the partner JSON-LD sameAs, the partners API websiteUrl, and the partner-page footer link; the "See compute pricing" deep-link still resolves to /pricing) - the one-click "Deploy to Render" button (was render.com/deploy) now opens render.com/tanstack, keeping its repo and UTM params - the Start hosting guide's "New > Blueprint" link (was the dashboard select-repo screen) now points at render.com/tanstack Every Render link across the site now lands on render.com/tanstack. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
What
Points every Render link across the site at the co-branded landing page Render provided (
render.com/tanstack), keeping the existing UTM parameters — including the per-placementutm_contentused for attribution.Companion to #1281 (partner-page detail CTAs, already merged).
Referral surfaces (via
getPartnerHref/ the partner recordhref)docs_rail,docs_strip)grid) and partners directoryhome_grid) and library grid (library_grid)blog_rail) and embed grid (embed_grid)Per-placement
utm_contentis preserved (e.g.…/tanstack?…&utm_content=docs_rail).Also repointed (previously left as functional/canonical, now included per request)
canonicalHref→render.com/tanstack. This also drives the partner JSON-LDsameAs, the partners APIwebsiteUrl, and the partner-page footer link. The "See compute pricing" deep-link still resolves to/pricing.render.com/deploy) → now opensrender.com/tanstack, keeping itsrepoand UTM params. Note: it no longer triggers a one-click repo deploy; it lands on the partner page.render.com/tanstack.The two
render.com/docs/*reference links in the hosting guide (Blueprint spec, env-var config) are left as-is — they're documentation citations, not Render entry points.Verification
tsc, lint, andpnpm testall pass (525 pass, 0 fail). The deploy-provider test was updated to assert the new/tanstackpath.🤖 Generated with Claude Code
Summary by CodeRabbit
/tanstacklanding page, including placement-specific links.