Add Netlify gold partner page#1029
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tanstack-com | 6feabaf | Commit Preview URL Branch Preview URL |
Jul 24 2026, 04:12 PM |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 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 |
Build out tanstack.com/partners/netlify as a rich, SEO- and AI-search-optimized deployment resource, mirroring the Railway partner page's structure and styling (Tailwind, shared Card/Button/ Collapsible/CodeBlock components, dark mode, seo() head helper). Content is sourced for accuracy: - Config + CLI from Netlify's official TanStack Start docs (@netlify/vite-plugin-tanstack-start, netlify deploy, cli 17.31+) - Current credit-based pricing from netlify.com/pricing - Real, attributed customer testimonials from netlify.com/customers (TunnelBear, Twilio, Spring) Includes WebPage + FAQPage JSON-LD for rich results, OG/Twitter meta, and sponsor UTM params on all outbound Netlify links. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
96c0ec3 to
5275645
Compare
Point all conversion CTAs at the TanStack referral link (join.netlify.com/ukkf22691ki9), which carries sponsor attribution on Netlify's side. Docs, pricing, and homepage links keep their UTM params. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Point the "netlify.com" footer link at the TanStack netlify.com referral link (join.netlify.com/mnxfbfs7shtf-w6zrwt) for sponsor attribution. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Superseded by #1061 (same changes, new branch). |
What
Builds out a rich, conversion-focused partner page for Netlify (new Gold-tier sponsor) at
tanstack.com/partners/netlify, replacing the sparse default view. It mirrors the existing Railway partner page's structure and styling.Why
Fulfills the Netlify Gold sponsorship. Goals: rank for "deploy TanStack to Netlify"-style queries, be legible to AI search agents, and drive qualified signups with developer-credible content (real code, real pricing, real testimonials).
What's in it
title/description/keywords+ OpenGraph & Twitter Card via the sharedseo()helperWebPage+FAQPageJSON-LD (both render in SSR — verified)partner_viewed/partner_clickedanalytics events; sponsor UTM params on all outbound Netlify linksAccuracy (sourced, not guessed)
@netlify/vite-plugin-tanstack-start,netlify()in Vite,netlify deploy(cli 17.31+)Reviewer notes
partners.tsxwith brand SVGs present, so the logo renders via the existingPartnerImage. No changes to the partner registry.Card,Button,Collapsible,CodeBlock); no inline styles.src/routeTree.gen.tsis the auto-generated route registration.pnpm test(tsc + lint + unit) passes.🤖 Generated with Claude Code