// Registry

Registry

Ready-made workspace packages. cts add <name> copies the code into your monorepo — you own it and build on top, like shadcn for whole packages.

01

Browse

Public, open registry. Inspect every package's deps and build right here.

02

Add

Run cts add <name>. The source is copied into your monorepo and wired up.

03

Own it

It's your code now — edit freely, no black-box dependency. Like shadcn for packages.

4 packages

crypto

crypto
source

SHA-256/512 hashing, HMAC, CSPRNG, and base encoding via Web Crypto API.

foundationsecuritycrypto
$ cts add crypto

email-templates

email-templates
source

React Email transactional templates for auth, account, and billing flows.

email
Depends on
@react-email/componentsreact
$ cts add email-templates

security

security
source

OWASP security headers, nonce-based CSP builder, and origin/CSRF guard.

foundationsecurity
$ cts add security

session

session
source

Secure session ID generation, hashing, and verification.

foundationsecurityauth
$ cts add session