MonoCloud’s JavaScript SDK lets you add authentication to your vanilla JavaScript application.
Use it to:
The SDK is framework-agnostic. The guides below show plain TypeScript snippets that drop into any vanilla setup (Vite, Webpack, plain <script type="module">, and similar).
Install the SDK using your package manager:
npm install @monocloud/auth-web-js
View the source on GitHub: monocloud/auth-js
Start with the quickstart to see MonoCloud in action:
The quickstart walks you from a new Vite + TypeScript app to a signed-in user in a few minutes.
To integrate MonoCloud into your own app: