Everything to review, test, deploy, and run the pilot. Built from real California BPPE citation data.
| Stage | What happens | State | View / test |
|---|---|---|---|
| 1. Source | BPPE monthly citation list, last 6 months, California, beauty and barber filter | Live : 33 leads | Google SheetCSV |
| 2. Classify | Each citation mapped to the Bella problem (deterministic, no LLM) | Live | See use_case column |
| 3. Enrich | School to decision maker (name, email, title) | Needs Apollo key | via n8n |
| 4. Personalize | One landing page per school, from its real citation | Live : 32 pages | View all |
| 5. Outreach | Cold email with a lead magnet, then nurture | Blocked on Smartlead | pending |
| Item | Review |
|---|---|
| Landing design A : Compliance Alert (front runner) | ViewPDF |
| Landing design B : Clean SaaS | ViewPDF |
| Landing design C : Peer Proof | ViewPDF |
| Lead magnet : BPPE Compliance Checklist + Playbook | ViewPDF |
| Lead magnet : Clock-Hour Audit Survival Kit | ViewPDF |
| Lead magnet : CA Enrollment + Refund Pack | ViewPDF |
| Lead magnet : NACCAS ISS Readiness Kit | ViewPDF |
| 32 per school pages : one per cited school | View all |
| Brand : extracted from itsbella.ai | Brand guide PDFCSS |
The Bella team reviews every school page in one sheet. Set the Status, and to change a page just type in two columns and the page rebuilds within two minutes. No code. Open the approvals sheet
| Column | What it does |
|---|---|
| Status | Pending, Approved, Needs changes, or Rejected. |
| First name | Type a name (for example Alex). It replaces [First Name] on that page. |
| Emphasize problem | Type the problem to lead with (for example late annual report). The page headline updates. |
| Instruction (advanced) | Free text for bigger changes. Handled by the Codex agent on the server (needs one sign in). |
A small agent on the server watches the sheet and rebuilds the page from your edits. Deterministic and free for the simple columns; the advanced column uses the server's own Codex agent.
The full engine (site and page builder) runs on a server Bella owns.
Hand this to a developer. They set your domain and run the one setup step inside it, and the site is live with HTTPS. The steps are written in the bundle.
Run the engine by typing plain requests, no code.
A developer adds this to Claude Code once. After that, your team types things like "find more BPPE schools" or "build the landing pages". The prompt pack lists the wordings.
The 9 recipes that run the engine. Credentials removed, assign your own after importing. Download all 9 Import guide
| Recipe | JSON |
|---|---|
| Landing Page Generator (the main one) | Download |
| Lead Enricher | Download |
| Lead Magnet Delivery | Download |
| Fireflies to Notion | Download |
| Full Pipeline | Download |
| Building blocks: Apollo, BPPE, Fireflies, Smartlead | Apollo BPPE Fireflies Smartlead |
A page is built automatically whenever a school is added to the list. To change any page, edit its row in the approvals sheet and it rebuilds within two minutes. The full how-to is in the SOP doc.