honojs-boilerplate
Production-ready Hono.js API boilerplate with JWT auth, OAuth, and background jobs

- Best for
- Developers who want a genuinely production-grade Hono.js API backend - auth, OAuth, jobs, rate limiting - with no frontend attached.
- Skip if
- You need a bundled frontend/dashboard UI - this is a pure backend API boilerplate with no admin interface included.
honojs-boilerplate is a free, MIT-licensed backend API starter built on Hono.js and Drizzle ORM, with a modular, layered architecture. It ships JWT session auth (Jose-signed, Postgres revocation) with Argon2id password hashing, email/password auth with verification, Google/Facebook/Discord OAuth, S3-compatible avatar uploads via Garage, BullMQ background email jobs, Redis-backed dual rate limiting, and Zod-validated DTOs with Pino structured logging.
Pros
- Unusually thorough for a backend-only starter - OAuth, Argon2id hashing, job queues, dual rate limiting, and health checks are all wired
- Clean modular architecture (controller/service/repository/DTO layering) that's easy to extend
- Free, MIT-licensed, actively developed with recent commits
Cons
- Zero GitHub stars - brand-new and unproven outside its author's own use
- No frontend or dashboard UI at all, despite being categorized alongside dashboard templates - purely an API layer
- Relies on Garage for S3-compatible storage, a less mainstream choice than AWS S3/R2 directly
Features
Auth and access
- Auth included
- Social login
What's in the box
- Email templates
- File uploads
- API routes
Data and infra
- Background jobs
- Rate limiting
Licensing and commercial
- Open source
- Free tier
- MIT licensed
Alternatives

CoreUI React
Free Bootstrap-based React admin dashboard template with 40+ native components
from $2

Pagoda
A free, MIT-licensed Go full-stack starter kit with an admin panel, HTMX, and Alpine.js

Vue Vben Admin
A modern Vue 3 admin panel built with Shadcn UI, Vite, and TypeScript in a monorepo