ブログ
公開開発
Cloudflare Zaraz vs Server-Side GTM: the $0 and the $120/month Paths to Server-Side Tagging
Server-side GTM moves tag processing to a server you pay for; Cloudflare Zaraz removes vendor code from the browser entirely. Costs, Safari ITP, ad blockers, Google Tag Gateway, and the threshold where each one earns its place.
Partytown vs Cloudflare Zaraz: Relocate Third-Party Scripts or Remove Them
Partytown moves third-party scripts into a web worker. Cloudflare Zaraz removes them from the browser entirely. A comparison of both architectures, what each breaks in GA4, and when each one is the right call.
GA4 Engaged Sessions on Cloudflare Zaraz: the Missing Events
Cloudflare Zaraz only auto-forwards page_view, session_start, and first_visit to GA4. Here is why that zeroes out engaged sessions, and the engagement component that fixes it on Astro and Cloudflare Workers.
Cloudflare Zaraz Cookie Consent on Astro: a Zero-JS, Free-Tier Banner
A custom cookie consent banner on Cloudflare Zaraz and Astro, server-rendered on first visit only. Returning visitors get zero banner HTML and zero banner JavaScript, while Google Consent Mode v2 stays wired correctly.
How I Migrated From Astro 5 to 6 With All My React Islands
A first-person migration log: every error I hit moving an Astro 5 site with React islands to Astro 6 on Cloudflare Workers - Invalid hook call, the dependency scan crash, the i18n ghost - with the exact logs, causes, and fixes.
Astro i18n in 2026: The Complete Guide From ui.ts to Edge-Native KV
Every practical approach to multilingual Astro sites: native routing, Content Collections, ui.ts, Paraglide JS, Intlayer, forms with Zod 4, and the Edge-Native KV pattern. Real-world trade-offs.