Stoplight parity checklist
This book is a local-only stakeholder demo for replacing Stoplight. Run npm run redis:up then npm run start:all and open http://localhost:3000.
Feature parity
| Stoplight | SfeyDocs demo |
|---|---|
| Guides + sidebar | This book (/docs/stakeholder-demo/...) |
| OpenAPI reference | Registry-driven 3-column explorer: Demo · AFC v2.2 |
| Try It (mock) | Custom Try It rail → mock on http://127.0.0.1:4010 (localhost only) |
| Examples in spec | sfey-demo-api.yaml operations |
| Multiple API versions | AFC sidebar links to v2.2, v2.1, callbacks |
| Full-text search | Ctrl+K (local index) |
Local stack
| Port | Service |
|---|---|
| 3000 | Docusaurus + /api proxy |
| 3001 | Identity sidecar |
| 4010 | Demo API mock (Try It target) |
| 8765 | MCP test rig (Slack sign-in locally) |
info
Production deploy of this demo is not in scope until explicit authorization. Try It against Prism is disabled when not on localhost.