# Quick Start Guides

## Content

Document Solutions for PDF JS (DsPdfJS) provides cross-platform compatibility across different JavaScript runtimes. Choose the environment that best fits your development needs and project requirements.

## Available Environments

### 🌐 **Web Browser**

Run directly in modern web browsers with full client-side processing.

* **No installation required**
* **Zero server dependencies**
* **Real-time PDF generation**
* **Complete privacy** - all processing happens locally

[Web Browser Example →](quick-start-guides/web-browser)

### ⚡ **Node.js**

The most widely used server-side runtime with extensive ecosystem support.

* **Production-ready stability**
* **Largest package ecosystem**
* **Enterprise-grade performance**
* **Mature tooling and debugging**

[Node.js Example →](quick-start-guides/nodejs)

### 🚀 **Bun**

Modern all-in-one runtime offering exceptional speed and developer experience.

* **Blazing fast execution**
* **Built-in package manager**
* **Seamless Node.js compatibility**
* **TypeScript support out-of-the-box**

[Bun Example →](quick-start-guides/bun)

### 🦕 **Deno**

Secure-by-design runtime with built-in TypeScript and modern standards.

* **Enhanced security model**
* **Native TypeScript support**
* **Built-in formatting & linting**
* **Standard library included**

[Deno Example →](quick-start-guides/deno)