BetterAuth Server is a Next.js-based project designed to handle email verification and authentication workflows. It includes components for rendering multilingual email templates and provides a seamless way to verify user email addresses.
- Multilingual Email Templates: Supports Basque and Spanish languages for email verification.
- React Email Components: Uses
@react-email/components
for building and rendering email templates. - Server-Side Rendering: Generates email content dynamically using server-side rendering.
Ensure you have the following installed on your system:
-
Clone the repository:
git clone <repository-url> cd betterauth-server