Hacker News new | past | comments | ask | show | jobs | submit login

Hi! Great questions :)

Liveblocks does not come with a specific UI. We're providing APIs to create rooms and share states between users. The state can be volatile (like cursors, focused input, selection) or persisted even when the session is over, like a figma file or a google document (this part is still in private beta). We're using custom CRDTs for the persisted state.

We only have a javascript client and react client, but we plan to support more technologies in the future. Even native clients for desktop or mobile if there is an interest.

We have guides to install liveblocks with Next.js, Nuxt.js, and vanilla js + express. https://liveblocks.io/docs#installation

We also have open source repositories with working examples with these technologies.

https://github.com/liveblocks/javascript-examples https://github.com/liveblocks/next-js-examples https://github.com/liveblocks/nuxt-js-examples

Hope it helps! Don't hesitate if you have more questions




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: