Hi everyone, author here.<p>This was originally an extension for Visual Studio Code to preview React components directly in your IDE (that's still available too, as well as for IntelliJ now).<p>I've since gotten feedback that it's a useful alternative to Storybook, which people often find frustratingly slow, so I decided to build a CLI version as well.<p>React Preview is not yet open source (I'll probably end up switching to an open core model at some point) but it's based on ViteJS (which is significantly faster than webpack). It also uses the TypeScript Compiler API to resolve types and automatically generate valid props, so you don't need to configure custom stories like you would with Storybook (although that's supported too).<p>You can also check out the detailed docs at <a href="https://reactpreview.com" rel="nofollow">https://reactpreview.com</a><p>Please let me know what you think, any feedback is a gift!