Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Project Alpha Tech

The technical core — agent coordination, stack tools, shared libraries, and the systems that build systems.

Agent OS · Stack · Tools · Shared


What is this?

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

The philosophy

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

Quick Start

# 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 tools

Stack

Runtime:      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

License

MIT © Project Alpha Tech


Ecosystem

All our open-source work:


Contributing

This is our internal monorepo, but PRs with real improvements are welcome. Read the agent-os patterns first — they explain how we work.

About

The technical core — agent coordination, stack tools, shared libraries, and the systems that build systems.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors