Add Netlify gold partner page#1029
Draft
jhislop-design wants to merge 3 commits into
Draft
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 03 2026, 06:06 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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