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
- 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.
- Minification: Engineered HTML/CSS/JavaScript minification system achieving 20-40% file size reduction through regex pattern extraction and AST-aware whitespace removal.
- 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.
- 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
- Backend: Cloudflare Workers | TypeScript | Node.js | Reverse Proxy
- Frontend: History API | Client-side Routing | HTML/CSS Minification
- Web Standards: SEO (Open Graph, JSON-LD, Twitter Cards) | Fetch API Proxying