Skip to content
Acecore

Articles from 6/2026

Articles published in 6/2026. 9 articles

Designing an Astro + Cloudflare Website That Can Grow Feature by Feature
by Gui

Designing an Astro + Cloudflare Website That Can Grow Feature by Feature

How we combined Astro and Cloudflare Pages with an AI contact chat, Sveltia CMS, multilingual blog publishing, service CTA handoff, safe Markdown rendering, and Cloudflare-only comments as one extensible website architecture.

How to Run a Multilingual Blog with Sveltia CMS
by Gui

How to Run a Multilingual Blog with Sveltia CMS

A practical workflow for editing Japanese source articles in Sveltia CMS, generating translation PRs with GitHub Actions and GitHub Copilot, and publishing localized static pages that work better for search engines than UI-only translation.

Sveltia CMS Setup Guide
by Gui

Sveltia CMS Setup Guide

A practical guide to adding Sveltia CMS to an Astro or static site, covering the GitHub backend, OAuth Worker, media uploads, multilingual operations, CMS pull requests, and lessons from real fixes.

Safely Rendering Markdown Links in AI Chat Answers
by Gui

Safely Rendering Markdown Links in AI Chat Answers

An implementation note on converting Markdown links in AI chat answers into safe HTML. By separating whitespace-tolerant parsing, href trimming, allowlist validation, DOM rendering, fallbacks, and test cases, the same pattern can be reused on other sites.

サービスCTAから問い合わせフォームへ文脈を引き継ぐ技術設計
by Gui

サービスCTAから問い合わせフォームへ文脈を引き継ぐ技術設計

サービスページで読んでいた文脈を問い合わせフォームへ引き継ぐための実装設計です。AstroサイトでのミニCTA、URLパラメータ契約、フォーム種別の初期選択、件名prefill、多言語URL、GA計測、生成HTML確認まで、他サイトでも使える形で整理します。

Technical Design for Adding an AI Contact Chat to an Astro Site
by Gui

Technical Design for Adding an AI Contact Chat to an Astro Site

A practical design guide for adding an AI contact chat to a static Astro + Cloudflare Pages site with the OpenAI Responses API. It covers API boundaries, site context, prompt controls, locale-aware URLs, Origin checks, rate limiting, and safe Markdown link rendering.

We Launched Hatt’s Homepage
by Gui

We Launched Hatt’s Homepage

We launched Hatt’s Homepage, a personal site that brings together artwork, novels, and VRChat avatar and gimmick creation. Built with Astro, Sveltia CMS, and Pagefind, it is designed as a place Hatt can keep publishing creative work over time.

Search articles