Landing page for Anu: the WhatsApp API platform for developers.
Anu is an open core platform for building on WhatsApp. Composable message building, webhook handling, and AI primitives, no bureaucracy, zero markup on Meta fees.
| Repo | Description |
|---|---|
| anu | Landing page (this repo) |
| anu_ex | Elixir SDK |
| anu_cloud | Cloud API, AI primitives & workflow engine |
The landing page is a single static HTML file with no build step, no dependencies, no framework.
git clone https://github.com/zeeetech/anu.git
cd anuOpen index.html in your browser. That's it.
For live reload during development, you can use any static file server:
# Python
python3 -m http.server 3000
# Node
npx serve .
# Elixir (because why not)
mix phx.server # just kidding, it's a static fileanu/
├── index.html # The entire landing page
├── README.md
└── LICENSE
Yes, it's one file. Intentionally. No bundler, no CSS framework, no JS framework. Fast to load, easy to maintain, simple to deploy.
Everything lives in index.html:
- Hero section — headline, description, CTA buttons
- SDK pills — update status when new SDKs ship
- Code examples — showcases for each SDK and the REST API
- Features grid — six feature cards
- Pricing — three tier cards
- Footer — links and attribution
To add a new SDK example, duplicate one of the .code-block divs in the showcase section and update the syntax-highlighted content.
- Name: Anu (lowercase in body text, capitalized at sentence start)
- Tagline: WhatsApp API for developers
- Primary color:
#25D366(WhatsApp green) - Font stack: Outfit (headings/body) + JetBrains Mono (code)
- Tone: Developer-first, minimal, direct