L
LAMBOAPP
Start here·2 min read

What is equity-platform?

The whole system in one paragraph, plus what belongs where.

What is equity-platform?

equity-platform is a one-command Kubernetes stack for running multiple businesses on shared infrastructure. Everything is declared in this repo. Every change is a git commit. Every rollback is a git revert.

LamboApp is the deal-sourcing layer built on top: an AI screener that reads ~100 listings a day across 30+ business-for-sale brokers, flags the scams, scores the winners, and hands you a one-paragraph thesis. It runs as a tenant on the platform — the same way any other business would.

The two pieces

PieceWhere it runsWhat it does
The platformYour local kind cluster ($0) or your own prod k8sBoots ArgoCD + NATS + Prometheus + External Secrets, aggregates every tenant into one console
The landing siteVercel (www.lamboapp.com)Marketing + GitHub OAuth + fork provisioning. Does not run the cluster

The landing site is the on-ramp. It signs you in with GitHub, forks the repo to your account, and hands you off. Everything that talks to a live Kubernetes cluster stays on your machine, because Vercel is serverless and clusters aren't.

Who this is for

  • Acquisition entrepreneurs who want a real deal-flow pipeline without wiring 30 broker scrapers by hand.
  • Solo operators running 2–10 businesses who want one dashboard instead of 10 dashboards.
  • Engineers who prefer declarative infra + GitOps over "click three consoles and hope."

If you're none of those, that's fine — the source is open, the license is BSL 1.1 (auto-converts to Apache 2.0 in 2030), and you can fork it and use it internally forever.

  • Quickstart — boot it locally in about 3 minutes.
  • How it works — the console → GitHub → ArgoCD → cluster flow.
  • Licensing — what BSL 1.1 does and doesn't let you do.