Build production-ready backends faster
A batteries-included Hono 4 monorepo template with authentication, database migrations, observability, and TypeScript throughout.
Quick Start
Get your backend running in minutes
Install dependencies
Install all dependencies using Bun package manager.
This template requires Bun 1.3.10 or later and Node.js 24.14.0 or later.
Configure environment variables
Copy the example environment files and configure your local development settings.Update the
.env.dev file with your database credentials and other configuration values.Key Features
Everything you need to build production-grade backends
Hono 4 Framework
Lightning-fast web framework with OpenAPI documentation built-in
Better Auth
Modern authentication system with session management and user roles
Drizzle ORM
Type-safe database queries with PostgreSQL and migration support
OpenTelemetry
Full observability stack with traces, metrics, logs, and profiling
Monorepo Structure
Organized workspace with shared packages and clear separation
TypeScript
Strict typing throughout for better developer experience
Explore by Topic
Deep dive into specific areas
Core Concepts
Learn about the monorepo architecture and TypeScript configuration
Database
Schema design, migrations, and ORM usage patterns
Authentication
User management, sessions, and security best practices
Observability
Logging, tracing, metrics, and Grafana dashboards
Development
Scripts, testing, and dependency management workflows
Deployment
Docker configuration, production builds, and CI/CD pipelines
Ready to build?
Start with the quickstart guide to get your backend up and running, or explore the API reference to understand the full capabilities.
