Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 799 Bytes

File metadata and controls

37 lines (27 loc) · 799 Bytes

OneBrain — Your AI Thinking Partner

onebrain-ai/website

Marketing site for OneBrain — deployed at onebrain.run.

Built with Astro + Tailwind CSS v4.

Develop

bun install
bun run dev

Build

bun run build

Output goes to ./dist. Deployed via Cloudflare Pages.

Structure

src/
  components/   Section components (Hero, Features, Cloud, ...)
  layouts/      Layout.astro
  pages/        index.astro
  styles/       global.css (Tailwind theme)