3 projects
Storybook is a frontend workshop for developing, testing, and documenting UI components in isolation. It renders components outside your app in a dedicated browser environment and supports React, Vue, Angular, Svelte, Web Components, and many other frameworks through a pluggable addon ecosystem.
Snowpack is an ESM-first frontend build tool that leverages native JavaScript modules in the browser to deliver near-instant, unbundled development. Rather than rebuilding entire bundles on each change, it builds each file once and caches it, only rebuilding what changes.
A webpack plugin that automatically generates an HTML file (or processes a template) and injects your bundled script and CSS tags into it, handling hashed filenames so the markup always references the correct assets. It works with zero configuration and exposes hooks for an ecosystem of companion plugins.