Mr. Doge
Guides

Framework Guides

Drop the SDK into your stack, whether that's Next.js, Node, Express, Nest, React Native, or edge runtimes.

The Mr. Doge SDK ships for every modern JavaScript runtime. Pick yours.

Which package goes where?

RuntimePackageAuth
Next.js (server)@mrdoge/nodeAPI key
Next.js (browser)@mrdoge/clientJWT
Express / Nest / plain Node@mrdoge/nodeAPI key
React Native@mrdoge/clientJWT
Cloudflare Workers / Lambda / Edge@mrdoge/httpAPI 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.

On this page