docs(solana): note solana.sablier.com UI reduced to claiming-only#440
Merged
Conversation
… shutdown The hosted Solana UI at solana.sablier.com is being retired on 2026-06-30; only the hosted UI goes away (onchain programs, SDKs, and docs remain). Mark the hosted app as deprecated in the Solana docs and add a deprecation admonition above the Solana how-to videos, directing users to the Claim with AI skill or direct program interaction.
The June 30 shutdown didn't happen as fully removing the app; instead solana.sablier.com was reduced to a lightweight claiming app that still supports wallet connect + withdraw, but no longer supports creating streams/campaigns or canceling streams. Update the App section, the how-to video warning, and the Claim with AI app-status callout to match.
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 changed
solana.sablier.comwas not fully removed on 2026-06-30 as originally planned. Instead, it was reduced to alightweight claiming app: wallet connect + withdraw from existing Lockup NFT streams still works, but creating new
streams/campaigns and canceling existing streams no longer does. See the
Solana shutdown blog post (updated section) for the current state.
This PR updates the docs to match that reality instead of the original "fully removed" framing:
docs/solana/01-sablier-on-solana.md— the## Appsection now describes the app as reduced to claiming-only,rather than deprecated/removed.
docs/solana/02-claim-with-ai.md— the app-status callout now says the app was reduced to a claiming app, not thatit's "being deprecated", and frames the skill as an alternative way to withdraw from the terminal.
docs/support/03-how-to.mdx— the warning above the Solana how-to videos now says claiming-only, not deprecated.docs/solana/{03-deployment-addresses,04-fee,08-governance}.mdand the05-architecture-and-diagrams,06-program-reference,07-client-integration_category_.jsonfiles — bumped eachsidebar_position/positionby one so the sidebar order matches the filename numeric prefixes.
Why it matters
Keeps the docs accurate: the hosted app is still live for claiming, it just lost create/cancel functionality. The
original PR framing (full removal on June 30) is now factually wrong and would mislead users into thinking the app is
gone entirely.