The technical core — agent coordination, stack tools, shared libraries, and the systems that build systems.
A monorepo containing everything we build and reuse:
| Package | What | Why |
|---|---|---|
| agent-os | Multi-agent coordination — structured delegation, verification gates, memory | How we build software at scale |
| stack | Next.js + Cloudflare + D1 boilerplate | What we wish existed when we started |
| tools | Dispatch engine, PDF generator, WhatsApp notifier, GPS clustering | The actual systems we've built |
| shared | UI components, hooks, utilities, types | Code we reuse across every project |
Every piece of code here is:
- ✅ Used in production — not demos, not tutorials
- ✅ Battle-tested — runs real systems for real clients
- ✅ Shared — built once, used everywhere
- ✅ Verified — every agent claim backed by evidence
# Clone
git clone git@github.com:projectalphatech/monorepo.git
# Install
pnpm install
# Run anything
pnpm dev --filter agent-os
pnpm dev --filter stack
pnpm build --filter toolsRuntime: Cloudflare Workers (edge)
Frontend: Next.js 15 · React · TypeScript · Tailwind CSS
Backend: D1 (SQLite) · Cloudflare APIs
Integrations: WhatsApp · Meta Ads · Google Search Console · Email
Tools: Playwright · Figma · Git · GitHub Actions
Agents: Researcher · Builder · Commercial · Orchestrator
MIT © Project Alpha Tech
All our open-source work:
- agent-os — multi-agent coordination
- structured-delegation — delegation patterns
- arabic-edge-pdf — Arabic PDF at edge
- gps-cluster-engine — GPS clustering
- nextjs-cloudflare-deploy — deployment guide
This is our internal monorepo, but PRs with real improvements are welcome. Read the agent-os patterns first — they explain how we work.