Projects
Active project

Custom RSS feed reader

Personal RSS reader built entirely on Cloudflare's serverless stack — Astro SSR, D1 for storage, Workers cron for feed fetching, and Cloudflare Access for zero-trust auth.

Overview

A personal RSS reader built as an exercise in going fully serverless on Cloudflare’s infrastructure. The goal was a clean, fast reading experience with no third-party services — everything runs at the edge.

Stack decisions

Astro SSR with the Cloudflare adapter handles server-side rendering at the edge. No origin server required.

Cloudflare D1 (SQLite at the edge) stores feeds, entries, and read state. Lightweight and fast with no cold start penalty.

Workers cron triggers feed fetching on a schedule — polling registered feeds, parsing entries, and writing new content to D1 without any always-on server.

Cloudflare Access (Zero Trust) handles authentication. No login system to build or maintain — access is gated at the network level before the app ever sees the request.

Design

Clean reading-focused UI — Syne for headings, Lora for body text, DM Mono for UI elements. Orange, dark, and cream palette. Three-panel desktop layout with a mobile swipe-panel view for smaller screens.

Deployment

Deployed directly to Cloudflare Pages with the Workers and D1 bindings configured via wrangler.toml. No separate CI step required — Cloudflare handles the build and edge deployment pipeline.

[ Get in touch ]

Have a project?

Drop me a message about whatever you're building — I'm always happy to talk through ideas or potential collaborations.

Get in touch ↗ hello@jnutter.dev