Category: Development & EngineeringNo API key required
hono-ddd-guidelines
A guide for implementing a new or refactoring an existing codebase of Hono's backend using DDD architecture. It includes layer structure (domain/application/infrastructure/controller), dependency direction, responsibility boundaries, leveraging official Hono middleware/plugins, mandatory adoption of Hono OpenAPI plugin (hono-openapi) and zod-openapi, usage of Drizzle ORM, transaction boundaries, error handling, testing guidelines, and the mandatory introduction of ESLint/Prettier.