Cloudflare Workers + Hono API boilerplate with PlanetScale and TypeScript
Boilerplate for building RESTful APIs on Cloudflare Workers using Hono and PlanetScale with TypeScript. Provides JWT authentication and role-based authorization, request validation (Zod), email sending (Amazon SES), centralized error handling, rate limiting via Durable Objects, and testing/linting tooling; intended for serverless REST API backends.
0