Weavy ❤️ developers
Welcome to the Weavy developer documentation. Continue reading for a short intro, and guide, on how to add collaborative AI to your app.
What is Weavy?
Weavy is a toolkit for seamlessly integrating AI, cloud, collaboration, and meetings into any web application.
On a high level Weavy consists of two parts – our UIKit with pre-built power components (interactive building blocks) that you add to your application and an environment (the backend/server part of Weavy) that keeps track of all interactions and data.
Components communicate with the environment using a Web API and together they provide ready-to-use and feature complete collaboration features for your application – ready to deploy right out of the box.
Weavy works with all major web frameworks, and whether you’re a hardcore full stacker, or a DIY developer using a Low Code platform, Weavy is for you.
When adding Weavy to your web application there are just 3 prerequisites:
- You must be able to add Weavy components to pages and views in your UI.
- Your app must have a system for identifying the logged in user.
- There must be some way to make an API call from your backend to the Weavy environment.
Get started in minutes!
Quickest way to get you going is try our quick start guide which gets you up and running in no time. It walks you through the basics of installing Weavy, setting up a Weavy environment, configuring authentication and integrating components to your app.