An open API service indexing awesome lists of open source software.

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

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.