← Back to Daily Builds

Daily build note · April 30, 2026

AI Readiness Audit Sprint

A fixed-price ($2,500-$4,500), 5-business-day consulting engagement that delivers three concrete artifacts for SMBs: an AI Process Map (top 5 workflows with ROI potential), a plain-English...

Consulting Offers / Productized Services Build note published Public demo coming soon

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.js and node --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

  1. Paste copy/landing-page.md into a real Framer or Carrd page and connect live CTA URLs.
  2. Create the two Stripe payment links and Calendly intake flow.
  3. Build the client and consultant Notion workspaces from the template docs.
  4. Run one dry-run sprint on a mock or friendly pilot client.
  5. Add the first testimonial block and replace placeholder proof on the landing page.