wrote docs

This commit is contained in:
Larry Claman
2025-12-23 17:17:02 -05:00
committed by GitHub
parent 8487cb7d56
commit 673b1f1fa7
3 changed files with 71 additions and 1 deletions

View File

@@ -196,7 +196,11 @@ Open your browser at: http://localhost:3000
This is the fastest way to try BentoPDF without setting up a development environment.
### 🏠 Self-Hosting
### Static Hosting using Netlify, Vercel, and GitHub Pages
It is very straightforward to host your own instance of BentoPDF using a static web page hosting service. Plus, services such as Netlify, Vercel, and GitHub Pages all offer a free tier for getting started. See [Static Hosting](STATIC-HOSTING.MD) for details.
### 🏠 Self-Hosting Locally
Since BentoPDF is fully client-side, all processing happens in the user's browser and no server-side processing is required. This means you can host BentoPDF as simple static files on any web server or hosting platform.