feat(partners): point Render CTAs at the render.com/tanstack landing page - #1281
Conversation
…page Render built a co-branded landing page for TanStack at render.com/tanstack. Repoint the partner-page conversion CTAs (previously the dashboard register and blueprint deep-links) to it, keeping the existing UTM parameters. The two URLs collapse to one constant since they now share a destination. The "See compute pricing" deep-link and the footer render.com text-link are left on their specific destinations, and the hosting-guide blueprint walkthrough keeps its dashboard link, since those labels describe those exact pages. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
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 (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe Render partner route now points to ChangesRender deployment link update
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Feature Suggested reviewers: Merge Risk: ⚪ Minimal · up to The Render deployment CTAs now use the tracked TanStack landing page while specialized links remain unchanged, so the change is ready to merge. 🚥 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 | 4c524fc | Commit Preview URL Branch Preview URL |
Sep 18 2026, 08:58 PM |
* feat(partners): route all Render referral surfaces to render.com/tanstack 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> * feat(partners): point the last Render links at render.com/tanstack 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> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
What
Render built a co-branded landing page for TanStack at
render.com/tanstack. This repoints the Render partner page's conversion CTAs to it, keeping the existing UTM parameters (utm_source=tanstack&utm_medium=referral&utm_campaign=gold-launch&utm_content=partner_page).Follow-up to #1218 (the Render Gold partner page), which is already merged.
Changes
RENDER_HREFnow points athttps://render.com/tanstack?…instead ofdashboard.render.com/register. This drives the four primary CTAs: hero "Start free on Render", pricing "Start on the free plan", testimonials "Move your app to Render", and the closing "Deploy your TanStack app".dashboard.render.com/select-repoblueprint deep-link) now points at the same landing page. Since both URLs are identical, the separateRENDER_BLUEPRINT_HREFconstant is removed.Deliberately left as-is
render.com/pricing— its label names that specific page.render.comtext-link still points at the canonical home — the visible link text is literally the domain.dashboard.render.com/select-repoblueprint link, since that's the real step-by-step walkthrough for creating a Blueprint, not a marketing CTA.Happy to repoint any of those too if we'd rather every outbound Render link hit the landing page.
Verification
Single-file change;
tscandpnpm testpass (478 pass, 0 fail).🤖 Generated with Claude Code
Summary by CodeRabbit