---
title: "Guides"
description: "Runtime setup, production operations, framework plugins, and custom adapters."
---

> Documentation Index
> Fetch the complete documentation index at: https://logbun-docs.abshahin.workers.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Guides

Task-oriented pages. Pick the runtime first, then production and framework wiring.

- **Bun** — [SQLite destination plus filesystem durability](/guides/bun)
- **Node.js** — [Filesystem WAL/DLQ with a destination you supply](/guides/node)
- **Deno** — [npm:logbun, path-scoped permissions, instance lock](/guides/deno)
- **Cloudflare** — [Durable Object SQLite journal, alarms, waitUntil](/guides/cloudflare)
- **Production** — [Replica isolation, encryption, alerting](/guides/production)
- **Maintenance** — [runMaintenance, DLQ ops, retention prune](/guides/maintenance)
- **Multi-tenant** — [requireTenantId and database_per_tenant](/guides/multi-tenant)
- **Hono** — [createAuditMiddleware, XFF, waitUntil](/guides/hono)
- **Elysia** — [auditPlugin, getWaitUntil, global derive](/guides/elysia)
- **Custom adapter** — [IAdapter contract for Postgres or HTTP collectors](/guides/custom-adapter)

Source: https://logbun-docs.abshahin.workers.dev/guides/index.mdx
