This is the core behind the roomy.chat app, and allows you to interact with
Roomy spaces, channels, etc. in your own app, or lets you build your own customized chat
application.
Roomy is built on the Leaf SDK, a toolkit for building
local-first apps with CRDTs.
To get started you will need to create a Leaf Peer and then you can start accessing
the Roomy API by initializing a Roomy instance.
Note: Typedoc hides the types from external libraries like Leaf by default. You can show
the Leaf types by checking the "External" checkbox in the right sidebar.
Welcome to the Roomy SDK!
This is the core behind the roomy.chat app, and allows you to interact with Roomy spaces, channels, etc. in your own app, or lets you build your own customized chat application.
Roomy is built on the Leaf SDK, a toolkit for building local-first apps with CRDTs.
To get started you will need to create a Leaf
Peer
and then you can start accessing the Roomy API by initializing aRoomy
instance.