feat(pinner.xyz): add Infura alternative page, polish copy across funnel and comparison pages - #1143
Merged
Merged
Conversation
…nel and comparison pages - Add /alternatives/infura page and data (Infura IPFS shutdown Jan 2026) - Rewrite storage verification claim on /pin to distinguish content integrity (CIDs) from retention proofs (Sia) - Fix /pin bottom CTA button hierarchy: primary = "Start pinning" (onboarding), secondary = "Read the docs" (self-serve) - Refine copy across 6 alternative pages (Fleek, Pinata, Filebase, Netlify, Vercel, Cloudflare Pages) - Reorder comparison menu: Filebase, Fleek, Infura, Pinata first; generic static hosts deprioritized - Limit footer Compare column to 5 items
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
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.
Summary
New
/alternatives/infurapage covering the Infura IPFS pinning shutdown. New uploads stop August 3, 2026; full API and gateway access ends August 15, 2026. Page includes shutdown timeline, migration guidance, and Pinner's distributed storage positioning.Storage verification claim on
/pinrewritten to distinguish content integrity (CIDs verify what the data is) from retention proofs (Sia hosts prove they're still holding it)./pinbottom CTA button hierarchy: primary = "Start pinning" (onboarding), secondary = "Read the docs" (self-serve). Matches the/hostand/enspattern.Copy refined across 6 alternative pages: Fleek, Pinata, Filebase, Netlify, Vercel, Cloudflare Pages.
Comparison menu reordered: Filebase, Fleek, Infura, Pinata appear first. Generic static site hosts (Cloudflare Pages, Netlify, Vercel) deprioritized. Footer Compare column limited to 5 items.
Files changed
src/data/alternatives/infura.json— newsrc/pages/alternatives/infura/index.astro— newsrc/pages/alternatives/{fleek,pinata,filebase,netlify,vercel,cloudflare-pages}/index.astro— copy refinementssrc/pages/alternatives/index.astro— sort prioritysrc/components/Footer.astro— sort priority + 5-item limitsrc/pages/pin.astro— storage claim rewrite + CTA button fixSummary
This pull request adds a new Infura alternative comparison page and refines copy across the funnel and comparison pages on pinner.xyz.
New Features
/alternatives/infura) targeting users migrating from Infura's IPFS service, which is shutting down August 15, 2026. The page covers migration steps, FAQs about the shutdown, CID compatibility, IPNS key support, and highlights Pinner's verifiable storage on the Sia network.Content & Copy Updates