A lightweight, cross-platform desktop authenticator app built with Wails 3, Go, SvelteKit, Tailwind CSS, and TypeScript.
Clave is a versatile and user-friendly authenticator app designed to securely manage your TOTP (Time-based One-Time Password) codes. With its intuitive interface and robust features, it stands out as a top choice for users seeking a reliable way to handle multi-factor authentication. Whether you're on macOS, Windows, or Linux, Clave provides a seamless experience that prioritizes both security and accessibility.
This application allows for easy account setup, enabling users to quickly add profiles through manual entry or by scanning QR codes. With added security features like Multi-Factor Authentication and system tray integration, Clave makes it simple yet secure to access your codes whenever you need them.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.