Introduction
⚡ 3 min readTranscodes is your AI secretary for admin authentication, operations, and management — passkey login, RBAC, step-up auth, audit logs, and member management, without building any of it yourself
| Why teams choose Transcodes | |
|---|---|
| No auth code to write | Tell your AI secretary what you need — it generates the integration |
| No secret to steal | Private key never leaves the device—server breaches expose nothing |
| No password to crack | No hash, no secret string—nothing for AI to brute-force |
| No vendor lock-in | Export your credentials and logs anytime |
Get Started in a Few Lines
Pick HTML / CDN (best for PWA and Dashboard snippets) or npm (bundled apps). Full comparison: Quick Integration.
HTML / CDN
<script type="module" src="https://cdn.transcodes.link/{PROJECT_ID}/webworker.js"></script>const result = await transcodes.openAuthLoginModal();That’s it — same capabilities either way: load the SDK, then open the login modal. PWA (installable app) still needs the CDN webworker.js path; see Web App Installation Guide.
Explore the Docs
Ready to Start?
Jump straight to the Passkey-first Login guide, or explore framework-specific tutorials (React, Next.js, Vue, Vanilla JS)
Last updated on