Add Shred Subscriptions product page#643
Open
pmantica11 wants to merge 1 commit into
Open
Conversation
Adds /shred-subscriptions as a new top-level docs page covering the self-serve tier of Shred Delivery. Customer-facing only — internal implementation details (Stripe webhooks, access-control rows, idempotency keys) deliberately omitted; see the monorepo design docs for those. Sections: - Overview + comparison with Shred Delivery and LaserStream - Pricing ($500/mo/IP, proration on add, no refund on cancel) - Purchase + activation curl with one-shot per key security note - Rotation flow + when to use it - Cancellation policy - Scope of the API key (shreds-only; explicit DENY for RPC/DAS/Webhooks/etc.) - Troubleshooting (lost key, 409 on activation, server move, scaling) Nav: inserted in "Data Streaming & Event Listening" between Shred Delivery and LaserStream. Source PRs in monorepo: - helius-labs/monorepo#15109 — implementation - helius-labs/monorepo#15274 — billing design doc - helius-labs/monorepo#15275 — delivery (Tachyon) design doc
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Adds a new top-level docs page for Shred Subscriptions — the self-serve tier of Shred Delivery. Customers purchase $500/month IP slots directly from the dashboard, activate from their own servers, and start receiving raw Solana shreds without a sales call.
What's in the page
Internal implementation details (Stripe webhook flows, the ALLOW/DENY access-control framework, idempotency keys, user-service/config-service split) are deliberately omitted — the customer doesn't need to know any of that, and the internal design docs in the monorepo are the source for those.
Nav placement
Inserted in Data Streaming & Event Listening between Shred Delivery and LaserStream, as a sibling group. The two products are billed and operated independently and a customer searching the sidebar for "subscriptions" shouldn't have to expand "Shred Delivery" to find it.
Source PRs
Test plan