Weavy ❤️ developers
Welcome to the Weavy developer documentation. Continue reading for a short introduction, and a guide for quickly adding collaboration functionality to your web app.
What is Weavy?
In short - we build great stuff so you don’t have to 😉 The slightly longer answer is that Weavy is a toolkit for adding powerful collaboration features like chat, feeds, comments, notifications and file-sharing to any web application.
On a high level Weavy consists of two parts – a UIKit with 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!
In a hurry? Try our quick start guide which gets you up and running in no time.