ArcorePhantom icon

ArcorePhantom

ProductionDeveloper Tooling

Platform engineering tool for creating backend-free, believable demos. ArcorePhantom captures live API traffic, infers entities and routes, and compiles a browser-only runtime so teams can ship portable demos without exposing production systems.

Key Features

  • Capture engine with intelligent windowing and trace packs
  • Blueprint compiler for routes, entities, and runtime configuration
  • Browser-only runtime (MSW + Dexie) with CRUD, pagination, and filtering
  • Auth simulation with role switching and session management
  • PII anonymization and redaction defaults for safe demos
  • Template generators (Next.js/Vite/CRA) and deployment configs (Vercel/Netlify/Cloudflare/Docker)
  • Phantom Studio for visual editing, data grid, and scenario builder
  • Cloud storage + CI/CD automation for refreshing demo kits

Usage Example

bash
# 1) Capture traffic from a target API
phantom capture --url https://api.example.com

# 2) Compile trace pack into a blueprint + runtime
phantom compile ./trace-pack

# 3) Inject runtime into a Next.js app for offline demo
cd my-nextjs-app && phantom inject ../blueprint

Tech Stack

TypeScriptNext.js/ReactMSWDexieNode.jsDocker

Authentication

  • **Header:** `Authorization: Bearer <token>` (for protected capture targets and storage APIs)
  • **Scopes:** RBAC enforced via target service policies; Codex/CybAre can approve capture and publication workflows.

Compliance & Security

Compliance

  • Hardcoded redaction list and PII anonymization during capture
  • Offline-by-design runtime; no production credentials shipped
  • Referential integrity enforcement and cascades to protect data quality
  • Audit-friendly logs of capture events, approvals, and artifact versions

Security

  • TLS 1.3
  • AES-256 encryption

Related Products