Frameworks
Wire Takumi into your framework of choice.
Takumi works the same way in every framework — you build a node tree and hand it to a renderer. These guides cover the integration glue.
Pick yours
| Framework | Runtime | Entrypoint | Example |
|---|---|---|---|
| Next.js (App / Pages / Edge) | Node + Edge | takumi-js/response | example/nextjs |
| Nuxt | Node | takumi-js/response | — |
| SvelteKit | Node | takumi-js/response | — |
| Svelte (raw) | Node | takumi-js/response + svelte/server | example/svelte |
| TanStack Start | Node + Cloudflare | takumi-js/response | example/tanstack-start |
| Waku | Node | takumi-js/response | example/waku-ssr |
| Cloudflare Workers | Workers | takumi-js/wasm + takumi-js/response | example/cloudflare-workers |
| Bun / Vanilla | Node-compatible | takumi-js/node | — |
Edit on GitHub
Last updated on