FoundryKit

Integration

Operational notes for using the FoundryKit CLI.

Integration

Expected Project Shape

  • A Next.js project with package.json in the working directory.
  • A foundrykit.config.json file after initialization.
  • Install paths for primitives, components, blocks, animations, and utils in the config.

Registry Contract

  • The CLI consumes the configured /registry endpoints from the registry host.
  • list reads registry metadata.
  • add and update fetch full component payloads and write files into the configured target paths.

If you need the detailed config shape used by the CLI, see Types for the Config interface and the current registry-related contracts.

On this page