Skip to Content
DocumentationIntroductionOverview

Introduction

⚡ 3 min read

Transcodes 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 writeTell your AI secretary what you need — it generates the integration
No secret to stealPrivate key never leaves the device—server breaches expose nothing
No password to crackNo hash, no secret string—nothing for AI to brute-force
No vendor lock-inExport 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.

<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