Landing page and documentation for ClawHalla — the enterprise AI agent orchestration platform.
Live: clawhalla.xyz
- Astro 5.x — Static site generator
- Starlight 0.32 — Documentation framework
- Tailwind CSS 3.4
pnpm install
pnpm devOpen http://localhost:4321
pnpm build # outputs to dist/
pnpm preview # preview production build| Route | Content |
|---|---|
/ |
Landing page — Hero, How It Works, Features, Agent Showcase, MC Preview, Pricing, Tech Stack |
/pricing |
Detailed tier comparison with FAQ |
/changelog |
Version history (v0.1 Docker MVP through v1.0.1 MC Hardening) |
/community |
Links and contribution info |
| Section | Pages |
|---|---|
| Getting Started | Installation, Configuration, Claude Max OAuth, Ubuntu Server Setup |
| Guides | Your First Agent, Customization, Content Pipeline, Autopilot |
| Reference | API Reference (40+ endpoints), Architecture (23 tables, security model), Docker, Environment Variables, Scripts |
| Contributing | How to contribute to ClawHalla |
src/
├── components/ — Landing page components (Hero, Features, Pricing, etc.)
├── content/
│ └── docs/ — Starlight documentation (MDX)
│ ├── getting-started/
│ ├── guides/
│ ├── reference/
│ └── contributing/
├── layouts/ — Page layouts
├── pages/ — Astro pages (/, /pricing, /changelog, /community)
└── styles/ — Global styles
MIT