docs: add Built on Stellar x402 facilitator landing page#2312
docs: add Built on Stellar x402 facilitator landing page#2312marcelosalloum merged 4 commits intomainfrom
Built on Stellar x402 facilitator landing page#2312Conversation
Create dedicated documentation page for the Built on Stellar x402 facilitator at docs/build/apps/x402/built-on-stellar.mdx, intended as the public landing page URL for x402.org/ecosystem and x402scan.com. - Convert x402.mdx into a directory (x402/README.mdx) preserving URL - Add facilitator page with key info, getting-started guide, pricing formats, verification/settlement flow, and supported features - Download and embed 512x512 logo with inline flexbox header layout - Fix relative links in README.mdx after directory restructure - Update README.mdx to cross-link the new facilitator page - Add x402-stellar repo and @x402/stellar npm package to resources - Extract repeated URLs to markdown reference link declarations (DRY)
|
Something went wrong with PR preview build please check |
Built on Stellar x402 facilitator landing page
There was a problem hiding this comment.
Pull request overview
Adds a standalone landing page within the Stellar docs for the “Built on Stellar” x402 facilitator and restructures the existing x402 docs into a directory-based layout to support sub-pages while keeping the existing /docs/build/apps/x402 entry point.
Changes:
- Added a new “Built on Stellar x402 Facilitator” doc page with key info, setup steps, and resources.
- Converted the x402 page into
docs/build/apps/x402/README.mdxand updated internal links to match the new directory structure. - Added a Built on Stellar logo asset and updated x402 resources to include
@x402/stellarandx402-stellar.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| static/assets/x402/built-on-stellar-logo.png | Adds the Built on Stellar logo used on the new facilitator page. |
| docs/build/apps/x402/built-on-stellar.mdx | New facilitator landing page content, including setup instructions and reference links. |
| docs/build/apps/x402/README.mdx | Updates the main x402 doc to the new directory structure and links to the new facilitator page/resources. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Required to pass the CI check that validates routes.txt matches the build output. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |


What
/docs/build/apps/x402/built-on-stellarx402.mdxinto a directory structure (x402/README.mdx) to support sub-pages while preserving the existing/docs/build/apps/x402URL@x402/stellarnpm package andx402-stellarrepo to resources in both filesWhy
The Built on Stellar x402 facilitator needs a public-facing landing page URL within the Stellar developer docs. This URL will be submitted for listing on x402.org/ecosystem and x402scan.com/facilitators as the facilitator's documentation link.
Without a dedicated page, the facilitator details were buried in a subsection of the parent x402 page — not linkable as a standalone resource for ecosystem directories.