Start Here

{
"name": "friday-hub",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build:hub": "node tools/build-hub.js"
},
"devDependencies": {}
}

Website Maker Plan

Website Maker — Single Source of Truth

Goal


Launch a multi-tenant, conversion-focused site builder for martial arts gyms with a “Claim this site” flow and integrated CRM/automations.

Current Status


- MVP stack: GitHub (source), Vercel (frontend), Render (optional backend).
- Copy generator prompt + JSON schema ready.
- Static generator prototype validated offline.

Next Milestones


1) Connect repo to Vercel and publish Hub.
2) Build Next.js multi-tenant template or connect Webflow CMS.
3) Stripe checkout + onboarding form → flip demo to live.
4) CRM + automations: lead→schedule→show→close tracking.

SOP Index

SOP Index (Website Maker)


- [SOP-001: Add a Decision to the Hub](sop-001-add-decision.md)
- [SOP-002: Add/Update an SOP](sop-002-update-sop.md)
- [SOP-003: Ship a Change to Plan](sop-003-ship-change.md)

Ops Conventions

Ops Conventions


- Branch naming: `feat/…`, `fix/…`, `docs/…`
- Commits: imperative, scoped (e.g., `sop: add 010 booking deposits`)
- IDs: `DEC-YYYY-MM-DD-XX` for decisions
- Timezone: Australia/Sydney

VA Onboarding

VA Onboarding (1-pager)


1) Read `README.md` and the Website Maker `plan.md`.
2) Keep Hub open. All tasks and SOPs live here.
3) When you make a change, open a PR and paste the Vercel preview link in the chat.