The login and authentication system https://dodekeract.report uses.
Official MCP server for Notion API
Core CMS engine for notion-headless-cms — fetch, transform, cache with stale-while-revalidate strategy
Notion ORM layer for notion-headless-cms — implements DataSource . Consumed via CLI-generated nhc-schema.ts.
Unified cache adapters for notion-headless-cms — memory, Cloudflare (KV/R2), and Next.js
Notion data source adapter for @notion-headless-cms/core. Plug into createClient via sources: { notion: notionSource(...) }.
Notion Markdown export API でページ本文を 1 リクエストで取得する fetch 戦略。Cloudflare Workers Free プラン (50 subrequest 上限) でも巨大ページが扱える。
Notion ブロック children API を再帰的に取得する fetch 戦略。BlockObjectResponse ツリーを返し、react-renderer で描画する。
Notion equation ブロックを fetch 時に KaTeX で pre-render し、Workers バンドルから katex を除外する拡張パッケージ
A CMS adaptor for Notion
CLI for Notion MCP with OAuth support