Scaffolded by Hakuto, a Claude Code plugin for building Astro sites with shadcn/ui and Cloudflare Workers.
bun install
bun run devOpen http://localhost:4321.
bun run build # → dist/
wrangler deploy # → Cloudflare WorkersEdit wrangler.toml to set the Worker name and custom domain:
name = "my-site"
[assets]
directory = "./dist"
[[routes]]
pattern = "example.com"
custom_domain = trueAstro 6 · Tailwind CSS v4 · shadcn/ui · TypeScript · Biome · Bun · Cloudflare Workers
CLAUDE.md at the repo root carries the agent spec. The Hakuto plugin provides skills (website-builder, brand-designer, professional-copywriter, section-form, section-blog, section-docs, plausible-analytics, seo-audit) that auto-invoke based on what you ask for.
Update the plugin with /plugin marketplace update hakuto inside Claude Code, then run /reload-plugins to activate.