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

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

Obelisk

Shared backend that powers my personal sites. It's a custom headless CMS built on Hono and Cloudflare Workers, paired with a Refine admin frontend. It handles content management, authentication, and content delivery for multiple sites from a single edge deployment, with a schema-driven approach that makes extending it straightforward.

#cloudflare-workers·#hono·#headless-cms
View all projects →