Next.js 16 + vinext + CloudflareでブログCMSを作る設計メモ
Next.jsの書き味、vinextのViteビルド、CloudflareのD1/R2/Workersを組み合わせたブログCMS構成です。
Read articlegrep -R ./posts
Search posts by keyword or tag. Examples: Next.js / Cloudflare / security
stdout: 13 hit(s)
Next.jsの書き味、vinextのViteビルド、CloudflareのD1/R2/Workersを組み合わせたブログCMS構成です。
Read article公開するものはCloudflare、内側の管理系はTailscale。小さな個人サービスの現実的な構成です。
Read article黒緑terminal風ブログCMSを支える技術スタックを、表側・管理画面・AI生成・検索・広告・Cloudflare運用に分けて説明します。
Read articleスキルは手順、メモリは好みや環境情報。Hermes Agentを長く使うほど自分専用に育てるための考え方です。
Read articleOracle Cloud Free TierのArm VMは、個人開発、Bot、ブログ、軽いAI補助サーバーの常時稼働に向いています。
Read articleUsing 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.
Read article記事を増やしても探しやすいように、タグとランキングで整理する構成です。
Read articleHow 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.
Read articleHow do you search Japanese text without a morphological analyzer? Using FTS5's trigram tokenizer on Cloudflare D1, with LIKE for short queries and prefix search for English — a three-stage fallback design.
Read articleA 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.
Read articleNixとHome Managerを使うと、CLI、PATH、シェル設定、開発ツールを再現可能な形で管理できます。
Read articleHermes Agentはターミナル、Discord、各種ツールをつないで、調査・実装・通知まで動けるローカル常駐型AIエージェントです。
Read articleCloudflare D1 has no down migrations. How to change schemas safely anyway: pre-written rollback SQL, idempotent backfills, the DROP COLUMN trigger trap, and dual-schema application code.
Read article