cat ./posts/kirin-blog-tech-stack-nextjs16-vinext-searxng-crawl4ai.en.md
このブログに使っている技術:Next.js 16、Vinext、SearXNG、Crawl4AI
# 黒緑terminal風ブログCMSを支える技術スタックを、表側・管理画面・AI生成・検索・広告・Cloudflare運用に分けて説明します。
grep -R tag ./posts
Related posts
Shared tags 2 / 2026/06/11 12:31
Building a Blog on Cloudflare Workers + D1 + Next.js: Architecture and Design Decisions
Using this blog itself as the case study: the architecture, design decisions, and pitfalls of running a personal blog on Cloudflare Workers with D1, R2, and a Next.js-compatible runtime.
Shared tags 2 / 2026/05/26 05:00
Next.js 16 + vinext + CloudflareでブログCMSを作る設計メモ
Next.jsの書き味、vinextのViteビルド、CloudflareのD1/R2/Workersを組み合わせたブログCMS構成です。
Shared tags 1 / 2026/06/11 12:39
Preventing "Deploy Succeeded but Nothing Changed" on Cloudflare Workers
How Workers gradual deployments can leave an old version serving traffic after a successful wrangler deploy, and how to build a deploy script that verifies 100% activation before exiting.
Shared tags 1 / 2026/06/11 12:37
Passwordless Admin Auth with Cloudflare Turnstile + Email OTP
A personal blog's admin panel doesn't need a password. The design and implementation of a Turnstile-gated email OTP login, including atomic rate limiting on D1 and timing-attack defenses.