Weavy developer docs

Welcome to the start of your Weavy developer journey. Continue reading for a short introduction, and how to get started with our building blocks.

What is Weavy?

Weavy is a toolkit for developers that let's you add collaboration features like chat, feeds, comments and file-sharing to your web application.

On a high level Weavy consists of two parts: a server environment that exposes an API for managing users, messages, files etc. and UI components that we call building blocks that you add to your application.

How does it work?

  1. You have an existing application with authenticated users.
  2. You create a Weavy environment and use the Web API to sync your users to Weavy.
  3. You add Weavy building blocks to your UI, and your users can immediately start using Weavy functionality like chat, feeds etc.
Sync users and issue access_tokens Get and create content Weavy environment Your backend Weavy building block Your frontend

Get started in minutes!

Choose the building block you're interested in to see a simple step by step tutorial on how to add Weavy to your application in a few minutes.

Learn more

If you want to learn more, continue reading the rest of our docs, and don't forget to join our community of developers on Discord, GitHub and Stack Overflow.