Guides
Framework Guides
Drop the SDK into your stack — Next.js, Node, Express, Nest, React Native, and edge runtimes.
The Mr. Doge SDK ships for every modern JavaScript runtime. Pick yours.
Next.js
Route handlers, server components, token-mint pattern.
Node.js
Bare-bones server, cron jobs, scripts.
Express
Middleware, route handlers, proxy patterns.
NestJS
Injectable service, module setup, DI patterns.
React Native
Mobile app integration, token refresh, AsyncStorage.
Cloudflare Workers
Edge runtime with @mrdoge/http — no Node APIs needed.
Which package goes where?
| Runtime | Package | Auth |
|---|---|---|
| Next.js (server) | @mrdoge/node | API key |
| Next.js (browser) | @mrdoge/client | JWT |
| Express / Nest / plain Node | @mrdoge/node | API key |
| React Native | @mrdoge/client | JWT |
| Cloudflare Workers / Lambda / Edge | @mrdoge/http | API key |
Don't see your framework?
The SDK is framework-agnostic — every guide here is a thin wrapper around
the same new MrDoge(...) (or createHttpClient(...) for edge runtimes).
Anything that runs JavaScript can use the SDK.
Open an issue on GitHub if you'd
like a guide for your stack.