Skip to content

teamniteo/site-hakuto

Repository files navigation

Your Hakuto Site

Scaffolded by Hakuto, a Claude Code plugin for building Astro sites with shadcn/ui and Cloudflare Workers.

Develop

bun install
bun run dev

Open http://localhost:4321.

Build & deploy

bun run build        # → dist/
wrangler deploy      # → Cloudflare Workers

Edit wrangler.toml to set the Worker name and custom domain:

name = "my-site"

[assets]
directory = "./dist"

[[routes]]
pattern = "example.com"
custom_domain = true

Stack

Astro 6 · Tailwind CSS v4 · shadcn/ui · TypeScript · Biome · Bun · Cloudflare Workers

Working with Claude

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.

About

Hakuto landing page site built with Astro

Topics

Resources

Stars

Watchers

Forks

Contributors