Alternative to Notion Sites ($10-22/month), Super.so ($12-28/month), and Fruition (unmaintained). Turn Notion into a website, free, forever. Zero-dependency TypeScript reverse proxy published on NPM with full SEO (JSON-LD, Open Graph, Twitter Cards, XML sitemaps, robots.txt), custom CSS/JS injection, Google Fonts, Google Analytics, and multi-tenant hosting. Sub-50ms edge latency on Cloudflare Workers.

NPM | GitHub | Live: os.draphy.org | Live: draphy.org


Media


Key Contributions

  1. Core Package: Published zero-dependency TypeScript reverse proxy on NPM with multi-tenant configuration support, eliminating Notion's $12/month custom domain fee and delivering sub-50ms latency on Cloudflare Workers.
  2. Minification: Engineered HTML/CSS/JavaScript minification system achieving 20-40% file size reduction through regex pattern extraction and AST-aware whitespace removal.
  3. SEO/URL Rewriting: Implemented slug-to-pageId URL rewriting engine with 301 redirects, plus Open Graph, Twitter Cards, and JSON-LD structured data injection for search visibility.
  4. Client-side Navigation: Built navigation proxy intercepting History API (pushState/replaceState) and Fetch/XHR calls, rewriting URLs in real-time for seamless UX without page reloads.

Skills