Official landing page for OpenOctopus β AI family home hub.
| Layer | Choice |
|---|---|
| Framework | Astro (static output) |
| Styling | Tailwind CSS v3 |
| Images | Astro Image (sharp, auto WebP) |
| Fonts | Inter, JetBrains Mono, Noto Sans SC (Google Fonts CDN) |
| Deploy | Vercel + GitHub integration |
| Domain | openoctopus.club |
pnpm install
pnpm dev # localhost:4321
pnpm build # static output β dist/
pnpm preview # preview built sitesrc/
βββ assets/brand/ # Logo, mascot, banner, generated images
βββ assets/architecture/ # Architecture diagrams
βββ assets/infographics/ # Infographic images
βββ components/ # 16 Astro components (14 sections + Header/ThemeToggle)
βββ layouts/Layout.astro # Base HTML with SEO meta, OG, fonts, theme init
βββ pages/index.astro # Single-page landing (assembles all components)
βββ styles/global.css # Tailwind base + brand utilities (.card, .btn-*, .gradient-text)
Hero β Three Metaphors β Realm Matrix β Summon β How It Works β Features β Comparison β RealmHub β Quick Start β Architecture β Ecosystem β Octo β Community β Footer
Dark-first (deep sea). Light mode via toggle. Uses custom Tailwind light: variant.
Brand colors: #0D1117 Abyss Β· #6C3FA0 Purple Β· #00D4AA Cyan Β· #1E3A5F Ocean
MIT

