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 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 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

Ready to transform your data workflow?

14 day trial, no credit card required.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

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