Rascode Registry

Self-hosted package distribution for the Rascode monorepo.

This site fronts the Verdaccio-based registry that will live at packman.rascode.dev. Until the domain is cut over, local development runs against http://127.0.0.1:4873.

RegistryVerdaccio

Open-source, npm-compatible, self-hosted, and ready for restricted internal packages.

Local Endpoint127.0.0.1:4873

Use this now while DNS, TLS, and reverse proxy work for the hosted domain are still pending.

Target Domainpackman.rascode.dev

Once DNS is live, the repo can switch from localhost to the hosted registry with a small config edit.

Bootstrap Access

Point the `@rascode` scope to the registry, then create a Verdaccio user.

pnpm config set @rascode:registry http://127.0.0.1:4873/
npm adduser --registry http://127.0.0.1:4873

Publish Flow

Targeted libraries publish through local package scripts that build before they publish.

pnpm verdaccio:start
pnpm publish:env

Featured Packages

  • @rascode/env
  • @rascode/logger
  • @rascode/schema
  • @rascode/keyz

Rollout Plan

Start with local Verdaccio, validate package publishing, then move the registry behind `packman.rascode.dev` with TLS.

pnpm verdaccio:status
pnpm verdaccio:logs