Liveblocks
@liveblocks.io
98 followers 7 following 98 posts
Turn your product into the space where people and AI collaborate • liveblocks.io
Posts Media Videos Starter Packs
Reposted by Liveblocks
chrisnicholas.dev
Speed up @liveblocks.io rooms with our new API.

The `prewarmRoom` methods speeds up connecting to a room for the next 10 seconds. Trigger it when a user hovers over a room link and it'll load quicker!
liveblocks.io
Why we built our AI agents on WebSockets instead of HTTP.

Learn how HTTP streaming breaks down with multi-tab sessions, long-running tasks, real-time UI feedback, and how WebSockets help solve this.

Read our article ↓
Reposted by Liveblocks
chrisnicholas.dev
Liveblocks uses WebSockets to power our AI instead of HTTP, enabling multi-tab streaming, real-time updates, and more. You can see below how everything keeps streaming in, no matter if you change page, tab, or even reload.

Our team have written up why they chose WebSockets ↓
Reposted by Liveblocks
chrisnicholas.dev
Streaming AI generated code into an editor ✨

To make this work I'm calculating the line/character at the end of each chunk, and adding highlights in the editor. Then I'm merging the stream into the previous code so it doesn't start empty!

Uses by @liveblocks.io.
liveblocks.io
What's new in Liveblocks → August 2025

• Stream tool results into your app, enabling real-time document updates.
• Edit copilots, knowledge, prompts, programatically with new APIs.
• SAML SSO, MFA, directory sync, for Enterprise customers.

Plus even more ↓
liveblocks.io
v3.6.0: See when <AiChat /> is querying your knowledge.

When editing your copilot, you can submit websites & documents that your AI can query. Our component now tells you when it's searching through these and what it searched for.

Searches support query rewriting & can run multiple times in a row.
liveblocks.io
Prototype AI agents inside your app, with our updated @figma.com kit.

Each Figma component corresponds to a real React component, allowing you to create pixel perfect designs that can easily transform into real apps.
liveblocks.io
This option is available when creating your copilot in the dashboard.

We've made a number of small improvements to all of our products this week—learn more in our changelog.

lblcks.io/AYRBpPS
Week 33 changelog | Liveblocks
Changelog for Week 33
lblcks.io
liveblocks.io
You can now control when back-end knowledge activates in AI Copilots, making your AI quicker when you don't need it, and more intelligent when you do.
Reposted by Liveblocks
chrisnicholas.dev
I've built an AI web browser!

AI chats are way better with context—now you can see exactly where info comes from, trust it, and dig deeper. It'll auto-redirect, open tabs, and fetch pages for you.

How it works + code ↓
liveblocks.io
We've also enabled a number of other features this week, such as updating our AI hooks and adding improved customizability to text editor comment composers.

Learn more in our changelog.

lblcks.io/kRymwTo
Week 32 changelog | Liveblocks
Changelog for Week 32
lblcks.io
liveblocks.io
v3.3.0: New “Show more replies” option in threads.

Choose how many replies should be visible before a “show more” button appears. You can also select which messages should show: oldest, newest, or a balance.
Reposted by Liveblocks
chrisnicholas.dev
Notion's AI can answer questions on any document you've created.

But I have 1,000s of documents in my Notion—you can't put all these pages inside an AI prompt. How did they make it work?

It's more interesting than you think ↓
liveblocks.io
This July, adding advanced AI to your app got even easier.

• Submit whole websites to your AI knowledge base
• Polished scroll behavior, improving readability
• AI can use custom markdown components

Learn more ↓
Reposted by Liveblocks
chrisnicholas.dev
Streaming AI chat messages have introduced a new UX challenge.

In apps like Whatsapp, messages are short and arrive all at once. Pinning messages to the bottom of the chat makes sense—it's expected, and works well for human interactions.

But AI chats are a new paradigm ↓
Reposted by Liveblocks
liveblocks.io
v3.2.0: Chats in AI Copilots have improved scroll behavior.

Messages now animate to the top of the scroll window when sent, making it easier to read AI responses as they stream in.
liveblocks.io
We've made other changes too, for example you can now customize chat markdown components, for example code blocks and blockquotes.

Learn more in this week's changelog.

lblcks.io/week-30-2025
Week 30 changelog | Liveblocks
Changelog for Week 30
lblcks.io
liveblocks.io
v3.2.0: Chats in AI Copilots have improved scroll behavior.

Messages now animate to the top of the scroll window when sent, making it easier to read AI responses as they stream in.
Reposted by Liveblocks
chrisnicholas.dev
Book calendar events with natural language!

I've built an AI chat that can book calendar events with front-end tool calling. It can modify events, with a human-in-the-loop confirmation step.

Powered by @haydenbleasel.com's calendar & @liveblocks.io AI Copilots.