Back to project
NotionChecker
CompletedLiveGithub

Notion Checker

A minimal system that syncs my Notion to-do data in real time, shows it in a browser extension, and sends daily updates on Telegram.


Overview

Notion Checker is a lightweight productivity side project that connects my Notion workspace with a browser extension and a Telegram bot.

The system fetches live to-do data from Notion, displays it in a minimal interface inside the extension, and sends me task updates directly on Telegram.

The main goal is to keep my daily tasks visible without opening Notion again and again.


Tech Stack

  • JavaScript
  • HTML
  • CSS
  • Node.js
  • Express
  • Telegram Bot
  • Notion API

Why I Built This

I built this project mainly to stay updated with my real-time to-do list.

Instead of manually checking Notion multiple times, I wanted a simple setup that keeps me informed automatically through my extension and Telegram.


Features

  • Fetches real-time data from Notion
  • Shows tasks directly in the browser extension
  • Sends task updates on Telegram
  • Minimal and clean UI focused on readability

Future Plans

  • Add phone notifications for instant mobile alerts

Screenshot

Notion Checker Screenshot

Back to project