Cloud Magic Software Group
Agentic Accounting System
DATA BOUNDARY

Client records never reach this domain

This site is static. It contains no client data, no engagement folders, and no API that could return either. Everything published here is a description of the system — the system itself runs on the operator's machine.

Where each thing lives

ArtifactLocationReachable from the internet
Source documents (W-2, 1099, transcripts)Operator's disk, gitignoredNo
Generated reports and annotationsOperator's disk, gitignoredNo
Engagement API (/api/*)Loopback onlyNo
Pipeline skills and dashboard sourcePrivate GitHub repoNo
These marketing pagesCloudflare PagesYes

Why the dashboard is not hosted here

The dashboard's whole value is reading real engagement folders. Hosting it publicly would mean either uploading client tax records to a third party or exposing a filesystem API to the internet. Neither is acceptable for a service that handles Social Security numbers, wage histories, and IRS balances, so the deployed /app route is an empty shell: it looks for an engine on localhost and tells you how to start one if it cannot find it.

If you do need remote access

Run the local server as usual and put an authenticating proxy in front of it — a Cloudflare Tunnel with Access policies is the intended path. The origin stays on the operator's machine; the tunnel carries no credentials of its own; every request is authenticated before it reaches the API. Do not set ALLOW_REMOTE=1 and bind a LAN address instead: the server has no authentication of its own, which is exactly why it refuses that configuration by default.

Handling rules inside the pipeline

Known gap

Engagement reports committed before 2026-07-30 remain in this repository's git history. The repository is private and that exposure was accepted deliberately; if it is ever made public or shared more widely, that history needs rewriting first.