npm run dev) maps real-world outcomes to verifiers. Live product demo: neus.network/demo — try flows in the browser, then use the same patterns from the open-source app.
For SDK setup, Quickstart and Hosted Verify come first. Raw HTTP samples at the bottom of this page are advanced.
| Example | Use it for |
|---|---|
| trust-receipts-showcase (default) | Full VerifyGate + gate check: each card is a trust outcome and a verifier |
| react-component | Minimal browser VerifyGate (Vite) |
| nodejs-basic | Advanced: server key, sign + gateCheck |
| curl-minimal | Advanced: raw HTTP sign + submit |
React: gate
Node: proof
Server-held keys or HTTP-only: SDK or nodejs-basic (standardize to sign to submit). Most apps should use Hosted Verify at https://neus.network/verify or client.verify() instead.
HTTP (advanced)
Docs
| Get started | App + billing |
| Hosted Verify | Hosted UX |
| MCP | Assistants |
| Quickstart | First SDK proof |
| API | HTTP |