ProjectDeveloper Tools · 2026
PDF Everything
A unified PDF console and REST API with nineteen tools for conversion, rendering, extraction, and document workflows.
- Next.js
- NestJS
- TypeScript
- Turborepo
- Chromium
Developer Tools · Project
Overview
PDF Everything brings nineteen document operations into one visual console and the same versioned public API.
One Operation Model
The console and API use shared Zod contracts, so browser actions and integrations speak the same language. The project covers PDF manipulation, image and text work, forms, plus HTML and Markdown rendering through Chromium.
Thin Gateway, Focused Workers
NestJS owns the stable REST API, validation, storage, and orchestration. PDF execution stays in dedicated workers: a core worker handles PDF, image, text, and form operations, while a browser worker handles Chromium-based rendering.
Product and Platform
A Next.js console gives every operation a visual workflow. A separate marketing and documentation application explains the public API, so the project can serve both occasional document tasks and programmable integrations.
Independent Runtime Boundaries
The pnpm and Turborepo monorepo shares contracts while letting the API and specialized workers deploy independently. Compute-heavy document work can scale or fail separately from the user interface.
Next projectVoice Infrastructure