KlaydDocumentation

Framework export

Solid

Solid 1.9 with Vite library mode. Reactive typed TSX components with CSS Modules where required.

Component pathsrc/components/ComponentName.tsx
Primary extension.tsx
Themesrc/theme.ts
Visual harnessPackage quality gates

Install and validate

npm install
npm run typecheck --if-present
npm run lint --if-present
npm run test --if-present
npm run ci:quality --if-present
npm run package:build --if-present

Consume the package

import { Button } from 'your-kit'

Generated delivery files

The ZIP contains GitHub, Bitbucket, and Azure CI definitions, a delivery manifest, release-note tooling, and rollback instructions. React and Vue additionally include Storybook and browser visual-regression configuration.

Framework-native output

Klayd does not wrap every target in a React runtime. Events, templates, and package metadata are emitted for Solid directly.