Case study
Web-to-PDF AI Agent
Full Stack / AI Developer · 2023
An AI agent that automates web-to-document conversion, built with Next.js, LangGraph.js, and MongoDB.
▸ Automated document conversion end to end
▸ Agentic pipeline handles capture, transform, and export without manual steps
Problem
Turning web content into clean, structured PDF documents was a manual, repetitive task.
Approach
Built an agentic workflow with LangGraph.js and a Next.js front end that captures web content and produces documents automatically, persisting jobs and results in MongoDB.