What problem does it solve?
It eliminates guesswork when designing and implementing standards-based Preact applications by providing a ready decision framework and implementation conventions for reliable, minimal-dependency development.
Core Features & Use Cases
- Native-first architecture guidance: prioritizes ES modules, import maps, Web APIs, Web Components, progressive enhancement, and accessibility over heavy tooling.
- Zero-build and low-tooling workflows: supports standalone prototypes with vendored ESM imports and an import-map structure designed to keep a single shared Preact instance.
- HTM-first implementation patterns: teaches when to use HTM vs JSX, plus clear translation rules for common React/JSX patterns into HTM.
- Reusable reference assets: includes boilerplate HTML and component patterns for typical app needs (data parsing, grids, file uploads, modals, tabs, toasts).
Quick Start
Use the developing-preact skill to design a standalone Preact app by starting from assets/boilerplate.html, then running bash scripts/vendor.sh to vendor dependencies and following the import-map structure for your app’s components.