docs: add payments infrastructure page with stellartools - #2758
Open
devodii wants to merge 2 commits into
Open
Conversation
Co-authored-by: devodii <emmanuelodii80@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new documentation page describing payments infrastructure tooling on Stellar, highlighting StellarTools as an option for checkout, subscriptions, and payouts.
Changes:
- Introduces a new “Payments Infrastructure” docs page under developer tools
- Documents StellarTools with a short description, feature list, and relevant links
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: devodii <emmanuelodii80@gmail.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
Adds a new Payments Infrastructure category page under Tools → Developer Tools → More Developer Tools, and lists StellarTools as the first entry.
Why
The docs currently have no home for community-built payments/billing tooling. StellarTools is an open-source, Stripe-like payments platform built on Stellar (checkout, subscriptions, usage-based billing, payouts to local currencies, webhooks, a TypeScript SDK, and an MCP server). It doesn't fit the existing categories
It isn't a wallet, explorer, anchor tool, or node tool, so this adds a dedicated category in the same spirit as "Payments Infrastructure" that can also house future community payment tools.
Changes
docs/tools/developer-tools/payments-infrastructure.mdxdocs/tools/developer-tools/README.mdxNotes
Happy to adjust the category name or placement 🙌🏽 flagging @leighmcculloch as the maintainer of the Developer Tools pages for a steer on naming and sidebar ordering.
Also open to cross-linking from the Agentic Payments section given the MCP server, if that's useful.