Projects Mar 28, 2026 · 8 min
Building Chirag Singhal's blog: A Zero-Cost, High-Performance Blog with Astro & Cloudflare
A deep dive into how I built this blog from scratch — the architecture decisions, tech stack, automation, and features that make it fast, free, and developer-friendly.
#Astro#Cloudflare Pages#TypeScript
Engineering Mar 28, 2026 · 10 min
Anatomy of blog.oriz.in — How I Built a Zero-Cost, High-Performance Blog Platform
A deep-dive analysis of the blog.oriz.in repository: architecture, component design, deployment automation, coding conventions, and lessons learned from building a production Astro blog.
#Astro#Open Source#Architecture
Engineering Mar 27, 2026 · 4 min
Building Client-Side Only Sites with Astro + React on Cloudflare Pages
How to build fast, free, client-side SPA using Astro's static output and React, deployable on Cloudflare Pages with zero server costs.
#Astro#React#Cloudflare Pages