ArcoreBlueprint icon

ArcoreBlueprint

ProductionDeveloper Tooling

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

bash
# Install and generate validators
pnpm install
pnpm run generate

# Run Studio for anchored artifact editing
pnpm dev --filter=@arcore/studio

Tech Stack

TypeScriptNext.js/ReactTurboRepopnpmPostgreSQLRedisZodunified/remark

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