METABYTE
Back to articles

Notion finally works offline: how engineers tamed the sync beast

Notion now works without internet — edit your knowledge base even in the subway where Wi-Fi dies faster than your motivation at a morning standup.

8 mai 20262 min read
Notion finally works offline: how engineers tamed the sync beast

If you've ever tried opening Notion in the subway and watched the spinning logo until your station, this is for you. The Notion team has finally shipped offline mode, and it's not just a simple cache — it's a full local storage sync.

Engineers admit: making Notion fully functional without internet was a challenge on par with assembling IKEA furniture blindfolded. The main issue is Notion's data model, where any block can reference any other. To avoid sync conflicts driving everyone crazy, they used CRDT (Conflict-free Replicated Data Types) — the same magic behind Figma and Google Docs. Now you can edit the same page on your laptop and phone, and everything merges seamlessly on reconnect.

Of course, there are trade-offs. In offline mode, some features are unavailable: for example, full-page search (only open pages) and attachments that haven't been cached. But it's better than staring at an infinite spinner and cursing the creators for not anticipating a trip to the countryside. For developers, this is a great case study on building an offline-first app without losing your mind.

METABYTE studio comment: We recently built a similar sync mechanism for a startup — and yes, CRDT saves the day, but write those conflict tests on Friday evening so you're not crying by Monday.

NEXT STEP

Liked the approach?

We apply the same principles to client projects: AI, automation, products that don't die after launch.