Skip to content

zeeetech/anu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anu

Landing page for Anu: the WhatsApp API platform for developers.

About Anu

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

Development

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 anu

Open 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 file

Structure

anu/
├── 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.

Editing content

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.

Brand

  • 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

About

whatsapp api for devs, like slack buid kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages