Marketing edge
Static site, docs bundle, launch pages, connector catalog, and public product story. Deployed from the marketing workflow to GCS today, with S3 still available as an optional parallel target.
00signal turns user behavior into a live operating loop. The public story lives on 00signal.com, operators work from app.00signal.com, and ingestion, commands, rules, and analytics flow through api.00signal.com.
Keep the story, the operator app, and the ingest surface separate so auth, cache, and workflow traffic stay sane.
00signal.com - marketing site and docs app.00signal.com - dashboard and operator controls api.00signal.com - ingest, commands, rules, analytics
The domain plan is part of the product design. Marketing stays fast and cacheable, operators stay authenticated, and the API stays explicit for SDKs, connectors, and the CLI.
Static site, docs bundle, launch pages, connector catalog, and public product story. Deployed from the marketing workflow to GCS today, with S3 still available as an optional parallel target.
Pulse dashboard, live sessions, workflow rules, rule performance, and identity drilldown. This should stay isolated from public marketing traffic and future customer auth scope.
Ingest, command delivery, analytics APIs, connector routes, workflow rules, and transport discovery. This is the canonical base URL for the API docs and CLI now.
Every integration feeds the same identity, command, and outcome model. The current source wave focuses on six marketing and ecommerce systems first, then expands in the next six without changing the operator story.
These are the highest-leverage systems for stitching storefront behavior, payments, attribution, and lifecycle messaging back into the same workflow engine.
Once the first six are stable, this wave broadens marketing ops, warehouse reporting, and cross-system audience sync without changing the ingest contract.
This is not just analytics, and it is not just messaging automation. The value comes from keeping behavior, decisioning, workflows, and outcomes in one measurable loop.
Clicks, routes, identity, commerce events, and visual state all land in the same event envelope.
Rules evaluate signals like rage clicks, hesitation, validation loops, and team- or org-specific targeting.
Commands can show a modal, request a snapshot, deliver an operator card, or recover a stuck checkout in real time.
Delivered, shown, clicked, dismissed, completed, and failed outcomes all feed back into the same analytics plane.
The repo now treats https://api.00signal.com as the canonical production base URL for the CLI and API docs, while localhost remains the explicit local dev override.
00signal.com -> marketing bundle -> docs bundle app.00signal.com -> pulse dashboard -> operator workflows api.00signal.com -> ingest -> commands -> analytics -> connectors -> rule engine
SIGNAL_BASE_URL=https://api.00signal.com NEXT_PUBLIC_00SIGNAL_ENDPOINT=https://api.00signal.com 00SIGNAL_ENDPOINT=https://api.00signal.com ANALYTICS_SERVER_URL=https://api.00signal.com # local dev override SIGNAL_BASE_URL=http://localhost:8080
The static marketing bundle ships the deploy playbook, domain plan, API reference, CLI guide, connector docs, tutorial roadmap, and checked-in examples so the public site stays synchronized with the repo.
The public site now has a dedicated plan for how source integrations become quickstarts, deep tutorials, example payloads, and launch checklists.