thedevelopergreg

I build things, sometimes finish them, and write about both.

Writing

You Are Not Behind

The AI news cycle makes falling behind feel inevitable. Here's why you're probably already further ahead than you think.

04/29/2026

Why I Built a Submission Gateway

I needed a way to securely send form data from my static site to my CMS without exposing API keys in client-side code. What started as a solution to that problem became Threshold, a standalone submission gateway on Cloudflare Workers that handles authentication, CORS, bot protection, rate limiting, and request forwarding for any frontend-to-backend communication.

02/05/2026

View all writing →

Projects

BillChill

Personal bill tracker with a just-in-time data model. The database is a lean ledger of payments only so bill state (upcoming, due, paid, overdue) is computed in memory from blueprints and today's date. There are no pending rows, no resets, and no background jobs. Built on TanStack Start and Cloudflare Workers + D1.

#cloudflare-workers·#tanstack-start·#clerk

Vigil Monitor

Uptime monitoring that runs on your Cloudflare account. Leverages serverless technology on Cloudflare's extensive edge to provide globally distributed HTTP monitoring with minimal configuration.

#cloudflare-workers·#open-source·#durable-objects

Threshold

A standalone submission gateway built on Cloudflare Workers that handles authentication, bot protection, rate limiting, and request forwarding between any frontend and backend.

#cloudflare-workers·#hono·#api-security
View all projects →