Skip to content

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.

  • 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-platform Turborepo and deploy via GitHub Actions on push to main.
SectionAudienceAccess
PublicAnyoneOpen
InternalTeam / opsCloudflare 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.