Overview
Virtual Launch Pro (VLP) is a suite of tools for tax professionals and small practices — websites, client tools, monitoring services, and an AI content engine — all served from one unified backend.
The shape of the system
Section titled “The shape of the system”- Many frontends, one backend. Every platform is its own website, but they
all talk to a single Cloudflare Worker at
api.virtuallaunch.pro. There is no per-platform backend. - R2 is authoritative, D1 is a projection. Durable records live in Cloudflare R2 object storage; the D1 SQL database is a queryable index built from R2, never the source of truth.
- One monorepo. All platform frontends, the Worker, and shared packages live
in the
vlp-platformTurborepo and deploy via GitHub Actions on push tomain.
This documentation
Section titled “This documentation”| Section | Audience | Access |
|---|---|---|
| Public | Anyone | Open |
| Internal | Team / ops | Cloudflare Access (sign-in required) |
Start with Platform & Product for the lineup, or the FAQ for quick answers. Engineers should read the internal How the Worker Works chapter.