Supported frameworks
Since Weavy builds upon common web standards we support almost any web framework. For React based frameworks we also have an adapted UIKit powered by the Web components under the hood.
Weavy UI Kit
The Weavy UI Kit is our base UI Kit and builds upon web components. It is essentially used in all of our supported frameworks. You can use it in the browser or by importing modules.
npm install @weavy/uikit-web
Try our Get started with Weavy guide to start with Weavy web components.
Weavy UI Kit for React
This is our tailored UI Kit for React. Under the hood, it is powered by the Weavy UIKit for automatic access to all the latest features and updates. It also has a few additions such as hooks to make the developer experience with React smoother.
Weavy supports regular React v16 or later as well as server rendered projects (SSR), such as Next.js using React Server Components. React 19 also has support for web components. You can then mix and match from React components and and Web components however you like.
npm install @weavy/uikit-react
Try our Get started with Weavy UIKit for React to get specific guidance on how to start with Weavy components using React.
Tutorials and guides
We have many examples and guides for many different technologies and frameworks in the Technologies section.
Missing your technology? See what's coming next.