TJ AI Commerce
System tools
Factory local Buy full flow

TJ SiteOS Factory

Turn any new site into the same login, payment, GEO, SEO/IAA, support, and growth flow.

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.

Premium command center for SiteOS factory
Auth OS Robot + tickets Product + order Payment Hub Return + audit GEO Publish Traffic OS Growth loop

01

New Site Onboarding

Generates the reusable pack
npm run siteos:onboard -- --domain <domain> --site-name "<site name>" --industry "<industry>" --product siteos-commerce-flow --price 1499.00 --currency USD

        

02

Migration Audit

Read-only scan

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>
  • Does not edit the target.
  • Outputs JSON and Markdown reports.
  • Flags missing policies, robot, payment, GEO, Traffic OS, and backend routes.

03

GEO + SEO/IAA Publisher

White-hat channel pack

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
8 channels 12 calendar rows 0 money actions

04

Local API Status

Static fallback safe

Checks the current local Worker/static surface without printing secrets.

05

Production Gates

What must be true before live use

How to use this on every site

Copy the system, fill the site facts, then run the gates.

  1. Run onboarding to generate per-site config and robot/GEO/Traffic inputs.
  2. Run migration audit against the target site copy.
  3. Copy SiteOS assets, manifests, policies, Worker routes, and D1 migrations.
  4. Run Growth/GEO pack and publish only public machine-readable files after no-secret review.
  5. Enable real auth/payment gates only after secrets, D1, provider callbacks, support, and manual reconciliation are verified.