/Knowledge/sources/honojs__hono/llms-full/ssg-helper-tossg-using-adapters-for-deno-and-bun--03ab45be8a91.md
SSG Helper: toSSG > Using adapters for Deno and Bun - hono-docs
SSG Helper: toSSG Using adapters for Deno and Bun Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt usin...
SSG Helper: toSSG > Using adapters for Deno and Bun
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#using-adapters-for-deno-and-bun
Summary
If you want to use SSG on Deno or Bun, a toSSG function is provided for each file system. For Deno: ts import { toSSG } from 'hono/deno' toSSG(app) // The second argument is an option typed `ToSSGOptions`. For Bun: ```ts import...
Content
If you want to use SSG on Deno or Bun, a toSSG function is provided for each file system.
For Deno:
import { toSSG } from 'hono/deno'
toSSG(app) // The second argument is an option typed `ToSSGOptions`.
For Bun:
import { toSSG } from 'hono/bun'
toSSG(app) // The second argument is an option typed `ToSSGOptions`.
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#using-adapters-for-deno-and-bun",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / SSG Helper > toSSG > Using adapters for Deno and Bun",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 744,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "SSG Helper: toSSG > Using adapters for Deno and Bun",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}