ARCANADA
← Autonomy / Shared Component Library
BUILDING L1 · target L3

Shared Component Library

Reusable backend, frontend, schema, and dependency modules for Arcanada projects.

The shared library family packages cross-project primitives so every service does not reimplement authentication clients, logging, UI components, Zod schemas, dependency baselines, guards, interceptors, and operational conventions. It is implementation-only: no secrets and no project-specific folder structure.

Capabilities

  • Backend guards, interceptors, logging, and Auth Arcana client utilities
  • Frontend components, hooks, utils, and theme tokens
  • Zod schemas and cross-project contracts
  • Shared base configs and Renovate preset
  • Reuse mandate integration for new project scaffolds

Current autonomy level

L1
What levels mean →

Weakest link

The library is still being assembled from proven patterns; consumers are not yet uniformly migrated to shared packages.

Roadmap to L3

  1. Publish the first stable @arcanada/* package set.
  2. Migrate one backend and one frontend consumer as reference implementations.
  3. Add compatibility tests so shared updates do not break downstream services.

Links

Next step

Review the current build and its development plan

BUILDING means active development, not a promise of public availability. Use the current capabilities and roadmap above as the reference.

Review the path to the target level