Simple email subscription API powered by Cloudflare Workers and D1 database. Used in conjunction with my portfolio site to track email subscribers.
Includes Cloudflare workers beta rate limiting features for testing purposes.
- 🔥 Hono - Ultrafast web framework
- 🌧️ Drizzle ORM - TypeScript ORM
- 🌩️ Cloudflare Workers - Serverless platform
- 📃 D1 Database - SQLite at the edge
- 🤖 GitHub Actions - CI/CD pipeline
pnpm install
pnpm dev
Pushes to the main
branch will automatically deploy to Cloudflare. See .github/workflows/deploy.yml
for more details.