Transform Notion databases into live dashboards with automatic syncing and intelligent chart generation.

Overview

Connect Notion databases to visualize project roadmaps, content calendars, CRM data, or any structured information stored in Notion. Lumis reads your database properties and generates relevant visualizations automatically. Changes made in Notion appear in dashboards instantly, keeping teams aligned without leaving their workspace.

How it works

Authorize Lumis to access Notion databases through OAuth. Select which databases to visualize, and Lumis maps properties to chart axes based on property types (select, date, number, etc.). Create cross-database dashboards that combine multiple Notion databases into unified views.

Configure - implementation details

Notion API webhooks enable real-time updates. Property type detection automatically selects optimal visualization methods.

// Notion database query
const notion = new Client({auth: process.env.NOTION_TOKEN});

async function queryDatabase(databaseId) {
  const response = await notion.databases.query({
    database_id: databaseId,
    sorts: [{property: 'Created', direction: 'descending'}]
  });
  
  return response.results.map(page => ({
    id: page.id,
    properties: page.properties
  }));
}

Notion

Category

Project Management

Data Sources

Date Added

Jan 9, 2025

Ready to transform your data workflow?

14 day trial, no credit card required.

LaunchNow

Get all access

Get all access

Create a free website with Framer, the website builder loved by startups, designers and agencies.