diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/nav.ts b/docs/nav.ts index dfc9ee0d2..fc8b45f84 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -108,6 +108,9 @@ export default { page("ecosystem/hono", "Hono", { description: `Hono is an ultra-fast, Bun-friendly web framework designed for edge environments.`, }), + page("ecosystem/buchta", "Buchta", { + description: `Buchta is a Bun-native fullstack framework for Svelte and Preact apps.`, + }), page("ecosystem/express", "Express", { description: `Servers built with Express and other major Node.js HTTP libraries work out of the box.`, }), |