Product briefing
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.
Endpoints
4
Key features
8
Stack components
6
Controls noted
6
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| CLI | phantom capture --url https://target | Capture network traffic with windowing and redaction |
| CLI | phantom compile ./trace-pack | Compile trace packs into Phantom blueprints and runtime config |
| CLI | phantom inject ../blueprint | Inject compiled runtime into target frontend (Next.js/Vite/CRA) |
| HTTP | /api/upload-trace | Upload trace packs to remote storage (S3/GCS/Azure) |
# 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 ../blueprintCompliance
Security
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.
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.
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.