Exports
Framework code with a package contract.
Klayd exports more than component snippets. Complete ZIPs include typed source, theme data, linting, tests, build configuration, CI pipelines, and delivery metadata.
ReactTyped TSX components with CSS Modules where required
.tsxVueVue single-file components with typed props.vueAngularAngular component classes with inline templates and styles.tsSolidReactive typed TSX components with CSS Modules where required.tsxSvelteCompiled Svelte components with typed component state.svelteQwikQwik TSX components using resumable event handlers.tsxEvery complete export includes
- Framework-native component files and a public package entry point.
- A typed light/dark theme module generated from the project theme.
- TypeScript, ESLint, Vite or compiler configuration, and package scripts.
- GitHub Actions, Bitbucket Pipelines, and Azure Pipelines definitions.
- Quality-gate and release-note scripts plus rollback documentation.
- A versioned
klayd.delivery.jsondelivery manifest.
Validation before export
Klayd checks every selected component against the active framework. Unsupported enhanced SVG imports are blocked with a concrete reason; standard component families are validated across all six targets.