Lumio

Quickstart

Get your Lumio widget live in four steps.

Quickstart

Get a product-updates widget running in four steps.

1. Create a widget

In the dashboard, create a widget — one per app you embed into. You'll get a signing secret (shown once).

2. Connect your Notion database

Connect your Notion workspace, choose the database holding your update posts, and create a Source. Lumio stores the OAuth token encrypted.

3. Sync

Pull your Notion pages into Lumio. Re-sync manually when needed; Notion webhooks can also trigger syncs after changes.

4. Embed

Paste the snippet once before </body>:

<script>
  window.LumioWidget=window.LumioWidget||function(){(window.LumioWidget.q=window.LumioWidget.q||[]).push(arguments)}
</script>
<script src="https://lumio.teurons.com/widget/loader.v1.js" async></script>
<script>
  LumioWidget('init', { widgetId: 'YOUR_WIDGET_ID' })
</script>

That's it — updates ship without touching the snippet again.

On this page