Simple Mode is designed for organizations that want a focused, internal-use interface. It removes all branding and marketing chrome from the UI and shows only the PDF tool cards with a search bar.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/alam00000/bentopdf/llms.txt
Use this file to discover all available pages before exploring further.
What Simple Mode changes
Hidden in Simple Mode
Navigation bar, hero section, features section, FAQ section, testimonials section, support section, and footer are all hidden.
Shown in Simple Mode
All PDF tool cards organized by category, search bar, page title “PDF Tools”, and “Select a tool to get started” subtitle.
SIMPLE_MODE=true is a build-time setting. It cannot be toggled at runtime. Use the pre-built bentopdf-simple image or rebuild with the flag set.How to enable Simple Mode
Method 1: Pre-built Docker image (recommended)
The easiest option — pull the pre-built Simple Mode image and run it directly:Method 2: Docker Compose
Use the Simple Mode image in a Compose file for auto-restart and easier management:Method 3: Docker build argument
Build your own image with Simple Mode enabled:Method 4: npm script
For local development, use the built-in npm script that builds and serves Simple Mode automatically:SIMPLE_MODE=true, builds the project, and serves it at http://localhost:3000.
Method 5: Environment variable
Set the environment variable before running a manual build:Available container images
| Mode | GHCR | Docker Hub |
|---|---|---|
| Normal (full interface) | ghcr.io/alam00000/bentopdf:latest | bentopdfteam/bentopdf:latest |
| Simple (tools only) | ghcr.io/alam00000/bentopdf-simple:latest | bentopdfteam/bentopdf-simple:latest |
ghcr.io/alam00000/bentopdf-simple:v1.0.0.
Podman Quadlet (systemd service)
To run Simple Mode as a persistent systemd service on Linux using Podman Quadlet, create~/.config/containers/systemd/bentopdf-simple.container:
