Back to browse
GitHub Repository

Sync any Notion database to local markdown, MDX, or JSON files

9 starsTypeScript

Notion-to-site – sync any Notion database to local Markdown/MDX/JSON

by rashidae·May 7, 2026·3 points·0 comments

AI Analysis

●●SolidSolve My ProblemCozy

Local-first Notion sync with WebP conversion beats Super.so for static sites.

Strengths
  • Incremental sync tracks changes to avoid re-fetching unchanged pages.
  • Handles complex blocks like equations, synced blocks, and toggles correctly.
  • Built-in image downloading and WebP conversion saves manual preprocessing steps.
Weaknesses
  • Requires manual API key setup and config file before first use.
  • No visual editor or preview mode; strictly a command-line utility.
Target Audience

Developers using static site generators who edit content in Notion

Similar To

Super.so · Potion · Notion2Static

Post Description

Built this while syncing my own blog from Notion. Good alternative to paid options like Super.so.

Supports incremental sync, all Notion block types including equations and synced blocks, image download + WebP conversion, and adapters for Markdown, MDX, and JSON.

Works with Next.js, Astro, SvelteKit, and anything that reads files.

Similar Projects