ArcoreBlueprint
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.
Key Features
- Meta-Schema → Artifact Definition → Generated Zod/TS validators
- Kernel Reader to parse Markdown into AST and typed objects
- Stable section anchors `{#id}` or strict titles for lossless updates
- Capability rules (edit/regenerate/append) to govern mutations
- Hybrid platform: Postgres for state; Git-backed artifacts as the source of truth
- TurboRepo + pnpm foundation; Next.js Studio planned
Usage Example
# Install and generate validators
pnpm install
pnpm run generate
# Run Studio for anchored artifact editing
pnpm dev --filter=@arcore/studioTech Stack
Authentication
- •**Header:** `Authorization: Bearer <token>` (when auth enabled in Studio/API)
- •**Scopes:** Role-based access to artifact types and capabilities.
Compliance & Security
Compliance
- ✓Schema-first: meta-schema and artifact definitions are authoritative
- ✓Capability-based edits (edit/regenerate/append) to limit mutations
- ✓Git-backed artifacts as the source of truth; Postgres for state and permissions
- ✓Validation and compile logs can be surfaced in CI and Nexus
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 Phantom
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.
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.