ALL TAGS

Tag: ssg

Frontend

480 Unique OG Images at Build Time: How We Made Every Page Shareable with Satori and resvg

How we generate dynamic Open Graph images for 40 locales and 12 routes at SSG build time using Satori and resvg-js — creating unique, branded social cards without a single runtime render.

February 5, 2026 19 min read
Read Story →
Frontend

I Killed the Loading Spinner — Without Next.js, Without SSR, Without Any Framework

How a 6-line data injection pattern eliminates the loading spinner from React SPAs by injecting server data into HTML and pre-populating React Query's cache before the first render.

February 1, 2026 10 min read
Read Story →
Runtime

We Built a 340-Line Static Site Generator That Made Next.js Irrelevant. It Renders 480 Pages in 650ms.

How mentoring.oakoliver.com generates 40 locales × 12 routes at server startup using React 19, hydrates with React Query, and why we'll never go back to a framework for this.

January 17, 2026 9 min read
Read Story →