Get started
How it works hero image

How Splitlight works

The pipeline is webhook-first: Notion notifies Convex, Convex syncs only the changed page, and live subscriptions update clients immediately.

  1. Editor updates content in Notion.
  2. Notion webhook posts page event to Convex HTTP endpoint.
  3. Convex action fetches page + block tree and applies enhancement parsing.
  4. Updated blocks are written and pushed to subscribed clients instantly.
  5. On-demand ISR keeps static edge output aligned.

Enhancement parser examples

๐Ÿงฉ
FORM: name:text:required, email:email:required, message:text:required
๐Ÿ”’
AUTH: members
๐Ÿ‘‰
CTA: Get started now โ†’

Visual block pack preview

Click any gallery image to open fullscreen modal with keyboard navigation.

bash
Notion -> webhook -> Convex sync -> live query push -> browser rerender