Uses
The tooling I lean on to ship fast — biased toward cheap, static-first, low-ops.
Hosting & infra
- Cloudflare — Pages, Workers, DNS, R2 (default deploy for anything static-able)
- Hetzner Cloud — VPS for stateful apps (WhatsApp/Telegram bots, dashboards)
- nginx + PM2 — reverse proxy & process manager on the box
Build
- Next.js (static export) & plain HTML/CSS for landings
- TypeScript + Bun / Node
- Drizzle ORM + SQLite for local-first data
- Baileys for multi-session WhatsApp integration
AI
- Claude (Anthropic) — agent brain & parsing
- gstack — virtual engineering team for plan / review / QA / ship