https://github.com/teamniteo/site-hakuto
Hakuto landing page site built with Astro
https://github.com/teamniteo/site-hakuto
astro bun cloudflare tailwindcss
Last synced: 10 days ago
JSON representation
Hakuto landing page site built with Astro
- Host: GitHub
- URL: https://github.com/teamniteo/site-hakuto
- Owner: teamniteo
- Created: 2026-04-08T16:57:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-07T15:23:39.000Z (about 2 months ago)
- Last Synced: 2026-05-07T17:29:50.719Z (about 2 months ago)
- Topics: astro, bun, cloudflare, tailwindcss
- Language: TypeScript
- Homepage: https://hakuto.dev
- Size: 1.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Your Hakuto Site
Scaffolded by [Hakuto](https://hakuto.dev/), a Claude Code plugin for building Astro sites with shadcn/ui and Cloudflare Workers.
## Develop
```sh
bun install
bun run dev
```
Open http://localhost:4321.
## Build & deploy
```sh
bun run build # → dist/
wrangler deploy # → Cloudflare Workers
```
Edit `wrangler.toml` to set the Worker name and custom domain:
```toml
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.