01
New Site Onboarding
Generates the reusable packnpm run siteos:onboard -- --domain <domain> --site-name "<site name>" --industry "<industry>" --product siteos-commerce-flow --price 1499.00 --currency USD
TJ SiteOS Factory
This console keeps the reusable system operational: generate a per-site config, audit old sites, package white-hat GEO/SEO/IAA channels, inspect local APIs, and stop before production money or secret gates.
01
npm run siteos:onboard -- --domain <domain> --site-name "<site name>" --industry "<industry>" --product siteos-commerce-flow --price 1499.00 --currency USD
02
Use this before pasting SiteOS into an older site. It scans for auth, robot, policy pages, manifests, GEO files, Traffic OS, payment boundary, Worker API, and D1 tables.
npm run siteos:migrate -- --target <site-path> --output work/siteos-migration-<slug>
03
After a project closes locally, generate the growth pack: GEO facts, prompt tests, content calendar, directory checklist, referral plan, checkout recovery, and traffic safety gates.
npm run siteos:growth-pack -- --site-config work/siteos-onboarding-<site>/site-config.json
04
Checks the current local Worker/static surface without printing secrets.
05
How to use this on every site