Product · Serverless/2024/Live
Blog It
A serverless writing platform with Medium's feel.

Overview
A low-latency blogging platform on the edge: a rich text editor, full CRUD, secure sessions, and pooled database access, wrapped in typography that borrows Medium's calm reading experience.
Stack
- React
- Cloudflare Workers
- Prisma
- PostgreSQL
- Tailwind CSS
- JWT
- Hono
How it works
- 01
Built a serverless, low-latency REST API on Cloudflare Workers with the Hono framework.
- 02
Integrated Prisma with connection pooling to scale Postgres connections from the edge.
- 03
Implemented a custom JWT flow with sliding sessions for registration and post editing.
- 04
Designed a minimal, typography-first reading interface in React.