
A free, open-source PDF to website converter that transforms documents into interactive, responsive HTML pages.
Sharing PDF content on the web required bulky viewers or manual conversion. There was no simple, free tool to convert PDFs into lightweight, responsive HTML pages with a modern reading experience.
Built a dual-stack application with a Next.js frontend for the reading experience and a FastAPI backend for PDF processing. Used PyMuPDF for intelligent paragraph extraction and Supabase for secure cloud storage with token-based document access.
Next.js 15 with React 18 and Radix UI components for the frontend. FastAPI with PyMuPDF for server-side PDF to HTML conversion with intelligent paragraph extraction and pagination. Supabase for storing converted HTML pages. Token-based authentication system no login required. Keyboard shortcuts, zoom controls, and fullscreen mode for an optimal reading experience.
Launched an open-source PDF converter that enables anyone to transform documents into shareable, interactive web pages with unique access tokens, responsive design, and a distraction-free reading experience.