WeSearch

How we made Notion available offline

Raymond Xu· ·5 min read · 0 reactions · 0 comments · 15 views
#notion#technology#offline#software#development
How we made Notion available offline
⚡ TL;DR · AI summary

Notion has introduced an Offline Mode, allowing users to create, edit, and view pages without an internet connection. This feature was developed to address the challenges posed by Notion's unique block architecture and required significant changes to their data model. The implementation includes a persistent storage layer that tracks which pages are available offline and ensures a seamless user experience.

Key facts
Original article
Notion · Raymond Xu
Read full at Notion →
Opening excerpt (first ~120 words) tap to expand

All posts←←All postsPublished December 11, 2025 in TechHow we made Notion available offlineBy Raymond XuSoftware Engineer, NotionShare this postLast August, we announced that users could create, edit, and view Notion pages without an internet connection. "Offline Mode" was our #1 requested feature for many years, but Notion's unique block architecture meant we had to solve several challenging problems around reference tracking, background syncing, and rich-text conflict resolution. This post explores the architecture and data model that took Offline Mode from just an idea to a production-ready feature.Storage LayerFor years, Notion has used SQLite to cache records locally and speed up page loads.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Notion.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Notion