
BentoPDF is a privacy-first, browser-based PDF toolbox with over 50 tools including merge, split, compress, edit, and convert.
It runs entirely on the client side — no uploads, no tracking, no data leaves your browser.
This Zeabur template deploys BentoPDF using the official Docker image bentopdf/bentopdf:latest.
The container exposes port 8080 and serves a static web app through Nginx.
BentoPDF provides two modes:
Default Mode:
Full-featured version with all tools enabled.
Best for desktop browsers and power users.
Simple Mode:
Lightweight version with faster loading and reduced UI complexity.
Enable it by setting the SIMPLE_MODE variable to true during deployment.
true if you prefer a lightweight interface (leave blank/false otherwise).To upgrade BentoPDF, simply change the image tag to a newer release (e.g. bentopdf/bentopdf:v1.0.2).