icon

BentoPDF

A privacy-first, client-side PDF toolkit that runs entirely in the browser and can be self-hosted easily with Docker.

template cover
Deployed1 times
PublisherLokiSalmonNeko
Created2025-10-29
Services
service icon
Tags
ToolPDFWebsite

BentoPDF

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.

Deployment

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.

Modes

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.

Steps

  1. Click Deploy to create the container.
  2. Set your desired Domain (optional) to access the app via a custom URL.
  3. Set Simple Mode to true if you prefer a lightweight interface (leave blank/false otherwise).
  4. Open your site to start using BentoPDF immediately.

Update

To upgrade BentoPDF, simply change the image tag to a newer release (e.g. bentopdf/bentopdf:v1.0.2).

References