ArcorePhantom
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
# 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 ../blueprintTech Stack
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
Arcor Parkour
CI/CD Orchestration Platform. ArcorParkour provides a universal runner architecture to execute YAML-defined pipelines, providing real-time log streaming, encrypted secret management, and multi-cloud CLI integration for automated delivery. It serves as the primary engine for automating the software delivery lifecycle across the Arcore ecosystem.
Arcore Foundry
Deterministic, safe, and observable executor runtime for scaffolding and maintenance. ArcoreFoundry separates the Brain (knowledge graph + contracts) from the Hands (DAG executor + transactional VFS) so every change is ordered, diffable, and secure before touching disk.
Arcore Blueprint
Hybrid platform that compiles anchored Markdown into strictly typed artifacts. ArcoreBlueprint runs a Meta-Schema → Artifact Definition → Zod/TS pipeline so documentation stays human-readable, machine-validatable, and agent-ready.