Help Center
Pages

Which languages and frameworks have SDKs?

Topic
SDKs & integration
Asked by
Developers
AdminUpdated Sep 11, 2026

One identity model, a first-class SDK for wherever you meet it:

  • Frontend (8): vanilla JavaScript, React, Next.js, Vue, Nuxt, Angular, Svelte, React Native. Each is idiomatic — hooks and context in React, composables in Vue/Nuxt, stores in Svelte.

  • Backend (7): Node/TypeScript, Python, Go, Ruby, PHP, Java, .NET. Each verifies the session token your frontend sends and hands you the authenticated user, organization and permissions.

  • Mobile (3): Swift (iOS, Keychain-backed), Kotlin (Android), Flutter (cross-platform) — same sign-in, sessions and passkeys, with secure token storage.

  • Infrastructure: a Terraform provider for managing Atlas as code, plus an MCP server.

A user, organization, role and permission mean the same thing in every SDK. See the framework guides at https://developers.atlasauth.net.

Atlas ships typed SDKs across frontend (JS, React, Next.js, Vue, Nuxt, Angular, Svelte, React Native), backend (Node, Python, Go, Ruby, PHP, Java, .NET), and mobile (Swift, Kotlin, Flutter), plus a Terraform provider.

Was this page helpful?