{"id":42017109,"url":"https://github.com/ackkerman/notion-graph","last_synced_at":"2026-01-26T03:16:32.922Z","repository":{"id":296877023,"uuid":"994644073","full_name":"ackkerman/notion-graph","owner":"ackkerman","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-03T04:09:24.000Z","size":1383,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-03T04:23:49.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://notion-graph-gray.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ackkerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T09:00:57.000Z","updated_at":"2025-06-03T04:09:26.000Z","dependencies_parsed_at":"2025-06-03T04:41:10.357Z","dependency_job_id":null,"html_url":"https://github.com/ackkerman/notion-graph","commit_stats":null,"previous_names":["ackkerman/notion-graph"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ackkerman/notion-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackkerman%2Fnotion-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackkerman%2Fnotion-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackkerman%2Fnotion-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackkerman%2Fnotion-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ackkerman","download_url":"https://codeload.github.com/ackkerman/notion-graph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ackkerman%2Fnotion-graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-26T03:16:32.234Z","updated_at":"2026-01-26T03:16:32.909Z","avatar_url":"https://github.com/ackkerman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/notion-graph-icon.png\" width=\"96\" alt=\"Notion Graph icon\"\u003e\u003cbr\u003e\u003cbr\u003e\n  \u003cb\u003e🕸️  Notion Graph — turn any Notion database into an interactive knowledge map\u003c/b\u003e\u003cbr\u003e\n  \u003ca href=\"https://notion-graph-gray.vercel.app/\"\u003eLive Demo\u003c/a\u003e ・\n  \u003ca href=\"#-quick-start\"\u003eQuick Start\u003c/a\u003e ・\n  \u003ca href=\"#-directory-structure\"\u003eDirectory Structure\u003c/a\u003e ・\n  \u003ca href=\"#%EF%B8%8F-scripts\"\u003eScripts\u003c/a\u003e\n\u003c/p\u003e\n\n*A lightweight OSS app that turns any Notion database into an interactive graph of pages, keywords, and multi-select tags.*\n\n| Release | CI  | License |\n| --- | --- | -- |\n| ![version](https://img.shields.io/github/v/tag/ackkerman/notion-graph?label=version) | ![build](https://img.shields.io/github/actions/workflow/status/ackkerman/notion-graph/ci.yml?label=build) | ![GitHub License](https://img.shields.io/github/license/ackkerman/notion-graph) |\n\n## ✨ Features\n\n| Features | Description  |\n| --- | --- |\n| 🔐 **OAuth 2.0 (PKCE)**                | One-click login with your own Notion integration — no server secrets.               |\n| 🗂 **Dynamic property mapping**        | Select any *multi-select* / *select* property at runtime and see it as graph nodes. |\n| 🧠 **Lindera WASM keyword extraction** | Japanese tokenisation powered by Rust/Lindera running in the browser.               |\n| 🕸 **Cytoscape layouts**               | COSE, Dagre, Elk, Cola, … switchable with a single click.                           |\n| 🎨 **Notion-like UI**                  | Tailwind CSS v4 + CSS-first theme tokens for colours, radius, shadows.              |\n| 📦 **100 % client-side**               | No backend—runs on Vercel/Pages/S3 as static files.                                 |\n| 📊 **Graph statistics**                | Displays node counts and top central nodes based on degree.                        |\n| 🗑️ **Node pruning**                    | Remove nodes from a list sorted by degree.                                         |\n| 🔍 **Node detail panel**               | Click a node in the graph to inspect its Notion properties.                        |\n\n## 📸 Demo\n\n[Live demo (on Vercel)](https://notion-graph-gray.vercel.app/)\n\n![](./assets/usage.gif)\n\n## 🚀 Getting Started\n\n```bash\ngit clone https://github.com/ackkerman/notion-graph\ncd notion-graph\npnpm i\ncp .env.example .env.local   # add NOTION_CLIENT_ID / NOTION_CLIENT_SECRET\npnpm dev\n```\n\n1. **Create a Notion integration** → copy the client ID (and secret for *internal* integrations).\n2. Add `http://localhost:3000/oauth/callback` to the integration’s Redirect URI list.\n3. Open `http://localhost:3000`, click **Login with Notion**, pick any workspace, choose a database, and enjoy the graph!\n\n\n## 🛠 Tech Stack\n\n| Layer          | Library / Tool                                     |\n| -------------- | -------------------------------------------------- |\n| UI \u0026 Routing   | **Next.js 14** (app router)                        |\n| Styling        | **Tailwind CSS v4** + CSS-first `@theme`           |\n| Graph          | **react-cytoscapejs** + multiple layout extensions |\n| NLP            | **lindera-wasm** (IPADIC)                          |\n| Auth           | **Notion OAuth 2.0 PKCE**                          |\n| Build / Deploy | Vercel / Cloudflare Pages                          |\n\n\n## 🗺️ Roadmap\n\n* [ ] Graph Clustering\n* [x] Adding view of connections and cut-out function\n* [x] Jump to original page from graph\n* [x] Coloring by status or other property as hue\n\n\u003e PRs \u0026 discussions are welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n\n## 📄 License\n\nApache License V2.0 \n\nCopyright 2025 Ackkerman\n\n## 🙏 Acknowledgements\n\n* **Notion** for the open API\n* **Lindera Project** for blazing-fast WASM tokeniser\n* **Cytoscape.js** \u0026 extension authors\n* All OSS maintainers keeping the ecosystem alive ❤️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fackkerman%2Fnotion-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fackkerman%2Fnotion-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fackkerman%2Fnotion-graph/lists"}