Blog
← Back to Blog

Blog

Technical documentation for the Blog app — a hybrid static + SPA architecture.

Hybrid Architecture

SEO Sync

Service Worker

sw.js uses a cache-first strategy for the app shell and static assets. The CACHE_NAME is bumped whenever the shell changes.

Writing a Post

New posts are added to posts.json, a static page is generated from the template, and every SEO sync point is updated (index JSON-LD, sitemap, feed, SW cache version).


← Back to Blog · README