Skip to main content
VelinStyle v1.4.0
⌂ Home

Community Blocks 1.4.0

The strict Phase-5 manifest schema and validator for third-party owned source.

Shipped scope: schema and validateCommunityManifest(). Hosted registry, signing, and arbitrary remote install are deferred.

Contract guides

Validation

import { validateCommunityManifest } from '@birdapi/velinstyle/blocks';
const result = validateCommunityManifest(manifest);

Official vs community

ConcernOfficialCommunity
SourceBundled official registryThird-party/local manifest
Required extrasA11y and Core peerLicense and compatibility too
Runtime hooksForbiddenForbidden
InstallImplemented by IDHosted/remote marketplace deferred

Ownership

A community Block remains copied source owned by the host project. Structural validation does not replace source review.