CoreBlow public website and install landing surface.
CoreBlow Website is part of the CoreBlow public repository family. Public website and install landing surface for CoreBlow.
This repository follows the same ecosystem split that CoreBlow uses to keep release surfaces small, auditable, and independently governed.
- Phase: 2
- Priority: foundation
- Kind: website
- Family: CoreBlow public repository family
- Branding: CoreBlow
- Website worker source.
- Install landing content.
- CoreHub public directory surface at
https://coreblow.com/corehub. - CoreHub Registry API v1 at
https://coreblow.com/corehub/api/v1. - Public links to docs and the core repository.
- Docs site content.
- Runtime package publishing.
.gitignorepackage.jsonpublic/dev/mascot-clean.pngpublic/dev/mascot-original.pngpublic/dev/mascot.pngsrc/index.jswrangler.toml.github/CODEOWNERS
npm run devnpm run checkcorehub/catalog.json is the canonical directory source. This repository serves a generated copy for https://coreblow.com/corehub/catalog.json.
The sync check also validates the catalog against corehub/schemas/corehub.catalog.schema.json.
npm run sync:corehubThe first read-only Registry API is served from the same generated catalog:
https://coreblow.com/corehub/api/v1
https://coreblow.com/corehub/api/v1/catalog
https://coreblow.com/corehub/api/v1/entries
https://coreblow.com/corehub/api/v1/search?q=plugin
https://coreblow.com/corehub/api/v1/packages
https://coreblow.com/corehub/api/v1/packages/search?q=plugin
npm run deployDo not publish packages, tags, installers, or release artifacts from this repository without explicit CoreBlow release approval.
Version changes must follow the coordinated CoreBlow release plan.