⚡ Faster response 🧾 Cleaner deliverables 🧭 Better coverage

Launch a Stripe‑powered MVP in days (shared‑hosting friendly)

This template is a production‑minded starting point for selling digital products, service packages, or micro‑deliverables. It’s built for simple shared hosting, with a no‑build frontend and lightweight PHP APIs.

Production-minded defaults

The template ships with safe defaults: environment‑based secrets, file‑based storage under public/_storage, rate limiting, Stripe Checkout session creation, webhook verification helpers, and replayable fulfillment.

🧩
No-build static UI
Pure HTML/CSS/JS. Header/footer injected consistently via assets/ui.js.
💳
Stripe Checkout (shared hosting)
Create checkout sessions without composer; safe gating for live keys.
🔁
Replayable fulfillment
Token → session mapping + idempotency store for robust post-checkout delivery.
🛡️
Practical security defaults
Rate limiting, safe JSON responses, request IDs, and webhook signature verification helpers.
📦
Deployable ZIP
Build dist/deploy_public.zip for FTP deployment to shared hosting.
🧪
Preflight + validators
Scripts validate catalogs/integration guides and scan placeholders before release.

Explore the CVG ecosystem (preloaded)

These links preload from mvp_config.json so a new MVP copy has good defaults out of the box.

Quick purchase (for one-off deliverables)

If Stripe keys are configured, you can use this as a fast micro-transaction checkout path.

View plans

How it works

  1. Configure — Edit mvp_config.json (brand, nav, products).
  2. Deploy — Run the release script to build deploy_public.zip.
  3. Fulfill — Customize post-checkout delivery in /api/send_email_from_session.php.

Personas (optional section)

Swap these examples to match your product. The idea is to reduce friction by guiding visitors to the right next step.

🧑‍💼 Buyer / Customer
Wants a fast purchase and immediate delivery.
  • Simple checkout
  • Instant download link
  • Clear terms
🧩 Implementer
Wants to customize the flow quickly and safely.
  • Config-driven brand + catalog
  • Shared-hosting compatible PHP
  • Preflight scripts
📣 Sales / Ops
Wants lead capture and a consistent workflow.
  • Lead capture endpoint
  • Request/demo page
  • Standard follow-up email
🧾 Compliance / Legal
Wants clear terms, logging, and safe data handling.
  • Environment-based secrets
  • Server-side logging to storage
  • Docs + checklists included