https://github.com/lovelesscodes/hono-better-auth
🚀 Hono x Better Auth: Seamlessly integrate powerful authentication with Hono, Better-Auth and Drizzle ORM. Secure, scalable, and built for modern web applications. 🛡️✨
https://github.com/lovelesscodes/hono-better-auth
authentication authentication-backend better-auth drizzle-orm hono honojs turso
Last synced: 2 months ago
JSON representation
🚀 Hono x Better Auth: Seamlessly integrate powerful authentication with Hono, Better-Auth and Drizzle ORM. Secure, scalable, and built for modern web applications. 🛡️✨
- Host: GitHub
- URL: https://github.com/lovelesscodes/hono-better-auth
- Owner: LovelessCodes
- Created: 2024-11-07T07:20:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-10T12:17:22.000Z (5 months ago)
- Last Synced: 2025-06-10T13:23:31.114Z (5 months ago)
- Topics: authentication, authentication-backend, better-auth, drizzle-orm, hono, honojs, turso
- Language: TypeScript
- Homepage: https://hono.betterjs.dev
- Size: 88.9 KB
- Stars: 50
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔥 Hono x Better Auth
[ ](https://hono.less.cx)
Welcome to the **Hono x Better Auth** project.
This project combines the power of Hono, Better Auth, and Drizzle ORM to provide a robust and scalable authentication solution.
## Using



## Installation
**Optional**:
```sh
bunx gitpick LovelessCodes/hono-better-auth.git
```
Follow these steps to set up and run the project:
1. **Install Dependencies**:
Use the following command to install the project dependencies:
```sh
bun install
```
2. **Configure Environment Variables**:
Copy the `.env.example` file to `.env` and configure the environment variables according to your needs.
3. **Run Migrations**:
Run the migrations with the command:
```sh
bunx drizzle-kit push
```
4. **Run the Application**:
Start the development server with the command:
```sh
bun run dev
```
5. **Access the Application**:
Open your web browser and navigate to [http://localhost:8558](http://localhost:8558) to access the application.
## About
- **Hono**: A next-generation Node.js framework that provides a comprehensive ecosystem to build fast and reliable web applications.
- **Better Auth**: A flexible and easy-to-use authentication library that ensures secure user authorization.
- **Drizzle ORM**: A lightweight and efficient ORM for TypeScript-based projects, providing seamless database interactions.
We hope you enjoy using Hono x Better Auth. If you have any questions, feel free to reach out through [GitHub Issues](https://github.com/LovelessCodes/hono-better-auth/issues).