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 UIKit
The Weavy UIKit is our base UIKit 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
Weavy UIKit for React
This is our tailored UIKit 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
Get started with Weavy UIKit for 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.