What shipped
This build produces a local sandbox MVP for the **AI Readiness Audit Sprint** offer. It includes:
- a no-dependency static preview app that presents the offer, pricing, timeline, sample workflow scoring, EU AI Act screening logic, and deployment steps
- four methodology documents for running the sprint
- full landing page copy and outreach templates
- two documented Notion workspace structures
- a lightweight shell verification script
Architecture
- **Static HTML/CSS/JS:** chosen to keep the MVP inspectable, portable, and runnable without package installs.
- **Markdown-first artifact pack:** chosen because the core product is consulting infrastructure, not software automation.
- **Demo-mode integrations:** Stripe, Calendly, Notion, Framer, and Loom are represented as explicit manual handoff steps because account access and secrets are not available in this environment.
- **Operator-oriented information architecture:** the preview app functions as a front door into the artifact set rather than trying to fake a production SaaS workflow.
Trimmed scope
- No live Stripe checkout creation
- No live Calendly configuration
- No Notion API integration or workspace export
- No Framer page build or visual CMS deployment
- No automated report generation or database-backed client portal
These were trimmed deliberately to keep the MVP runnable locally while still making the commercial offer concrete and usable.
Limitations
- External links and CTAs are demo-only until real booking and payment URLs are created.
- The EU AI Act material is a practical screen, not legal advice.
- The preview app does not render markdown files inline; it links to the source artifacts directly.
- There is no persistence, auth, or client data capture because this build is intentionally a local sandbox.
Verification
- file presence and content checks via
./scripts/verify.sh - JavaScript syntax checks via
node --check app.jsandnode --check content.js - attempted local preview server command
python3 -m http.server 4173; port binding was blocked by the sandbox, so live HTTP preview was not exercised inside this environment
Suggested next steps
- Paste
copy/landing-page.mdinto a real Framer or Carrd page and connect live CTA URLs. - Create the two Stripe payment links and Calendly intake flow.
- Build the client and consultant Notion workspaces from the template docs.
- Run one dry-run sprint on a mock or friendly pilot client.
- Add the first testimonial block and replace placeholder proof on the landing page.