Packages
Blueprint publishes npm packages on a private registry. You need an auth token from Kraken Technologies to install them.
Installing these packages: Add the token to your .npmrc as described in Set up npm credentials in the installation guide. The token is typically supplied by CDL during initial Kraken instantiation and rotated at defined periods.
When to use which
| I need to… | Use |
|---|---|
| Build auth or session handling | blueprint-auth |
| Add consumption charts, i18n, or shared utilities | blueprint-utils |
| Add form wizards or onboarding flows | blueprint-onboarding |
| Call the Kraken API with type-safe GraphQL | blueprint-api |
| Use Playwright test helpers | blueprint-playwright |
| Use Biome for lint and format | biome-config |
| Vercel or env setup from the CLI | blueprint-cli |