What problem does it solve?
Provides a standardized, production-ready workflow for creating Lit web components so teams avoid ad hoc setups, inconsistent APIs, and missing runtime validation or tests.
Core Features & Use Cases
- Scaffolds component directories with barrel exports, TypeScript decorators, and scoped styles for reusable UI elements.
- Integrates Zod schemas for runtime validation and type inference, ensuring component props and events are validated and well-typed.
- Includes Playwright fixtures and test server configuration to run component-level end-to-end and interaction tests.
- Suited for building design systems, shareable UI libraries, and isolated components that require strong typing, documentation, and CI-friendly tests.
Quick Start
Create a new Lit component using the provided template to scaffold a component with Zod validation and Playwright tests, then start the dev server to verify fixtures.