Cleaned iCloud packet · static site layout

The machine sees what we can’t.

Phantom Signal is an anomaly-intelligence platform concept: Scouts submit GPS-pinned evidence, Operators license verified locations for paid tours, and Guests book the experiences. This page turns the recovered packet into one readable source of truth.

Recovered Phantom Signal visual reference
Recovered visual reference copied from the packet’s media folder. Original source files were preserved.

Overview

A clear product summary distilled from the recovered system specs, restore log, schema, wireframe, and project notes.

3Core user groups: Scouts, Operators, Guests.
5%Draft lifetime Scout revenue share on tours that use a verified location.
4MVP build phases: foundation, operator layer, earnings, guest booking.
57Unique files copied into the cleaned packet after duplicate filtering.
Scouts

Find and submit anomaly locations

Free users capture GPS location, upload evidence, rate activity, choose anomaly type, and track verification/status. Verified first claims can earn long-tail tour revenue.

Operators

License the network

Licensed tour operators pay a one-time fee plus monthly subscription, access verified location intelligence, build tours, and report completed tour revenue.

Guests

Book the experience

Guests discover, book, and attend public Phantom Signal tours. Guest booking is later-phase MVP work after the Scout and Operator foundations are ready.

Current State

Truthful status from the recovered packet, keeping old deployment notes separate from what is confirmed now.

Recovered

Core materials exist in the packet

The cleaned iCloud packet contains the restored landing page HTML, current/older system specs, database schema, Scout submission wireframe, restore log, reference image, project JSON, and research/continuity notes.

landing page HTMLsystem specsschemawireframe
Next build step

API contract + JSON payload examples

Multiple recovered notes identify this as the clearest unblocked next artifact for PhantomSignal/CyberHaunt. The schema and wireframe already define most required fields.

POST /api/locations/submitduplicate checkreview statuses
Publishing status

Cloudflare Pages project was created previously

The restore log says phantomsignal-site was created and deployed, but ps.breedloveforever.com still needed domain binding/verification at that time. This task did not deploy or change Cloudflare.

Packet status

Cleaned and deduplicated

The packet inventory reports 303 relevant candidates considered, 57 unique files copied, and 246 duplicate sources not recopied. Original files were preserved and noisy manifests were kept out of the public reading flow.

Core Specs

The operating model, MVP flow, commercial tiers, data model, and API surface in readable form.

Commercial structure

  • Scouts: free; submit/own verified anomaly locations; draft lifetime 5% revenue share.
  • Starter Operators: $750 one-time + $99/month.
  • Growth Operators: $1,500 one-time + $199/month.
  • Premium Operators: $3,500 one-time + $399/month.
  • Guests: no membership required for MVP; pay per booking later.

Verification logic

Credibility depends on manual review: evidence quality, location distinctness, anomaly classification, and whether the Scout becomes permanent owner. MVP recommendation is manual review only, no automated trust scoring yet.

pendingunder_reviewverifiedrejectedarchived

Foundation

Public site, Scout portal, duplicate check endpoint, admin verification queue, and base database.

Operator layer

Operator application, tiered access logic, database browsing, and tour completion logging.

Earnings layer

Scout earnings dashboard, operator net dashboard, and immutable payout ledger.

Guest booking

Public tours, booking flow, waivers, confirmations, and reminders.

Core data tables

scouts · operators · locations · location_media · tours · earnings_ledger · verification_logs

API groups

Scout APIs · Operator APIs · Public/Guest APIs · Admin APIs

Site / Code Assets

What was found in the packet that can support an eventual deploy or next build pass.

HTML

Recovered landing page

code-config/index.html is a polished proof-of-concept funding pitch page. An older HTML copy is also preserved.

SQL

MVP schema

locations table schema exists with verification statuses, activity buckets, anomaly types, indexes, and recommended next tables.

JSON

Project/task data

Recovered JSON captures the broader project status and identifies PhantomSignal API contract work as the next concrete step.

Notes / Research

Only the useful project signal, without duplicating every recovered note.

Duplicate-cleaning note: The full duplicate map remains in 00-admin/manifest.json and 00-admin/manifest.csv at the packet root. Those noisy admin manifests are intentionally not copied into public content.

Archive + Source Docs

Curated copies are included inside this site so a Cloudflare Pages deploy can read them without depending on parent folders.