How I Built an AI PDF Summarizer on Cloudflare Edge (Next.js + next-auth v5)
The Problem I was tired of reading 50-page reports just to find 3 key points. Existing tools either cost too much, require a desktop install, or just do dumb text extraction with no intelligence. I...
Source: dev.to
The Problem I was tired of reading 50-page reports just to find 3 key points. Existing tools either cost too much, require a desktop install, or just do dumb text extraction with no intelligence. I wanted something that could summarize, explain, and answer questions about any PDF β in the browser, for free. So I built SumifyPDF. What It Does π€ AI Summary β upload a PDF, get key insights in ~10 seconds π¬ Chat with PDF β ask "what are the risks?" or "summarize section 3" πΊοΈ Mind Map β auto-generated visual overview π PDF β Word conversion πΌοΈ PDF β Image export π Merge PDFs π Encrypt / Decrypt π· OCR for scanned documents All running in the browser. No install. Free to start. Tech Stack Next.js 14 on Cloudflare Pages (Edge Runtime) Advanced AI models for summarization and chat OCR API for scanned document support next-auth v5 beta for Google OAuth PayPal for Pro subscriptions Cloudflare Workers for all API routes The Hard Parts Cloudflare Edge + next-auth = Pain This was the bigges