Integrations

Rsbuild integration

Compose Beast with Octane’s full Rsbuild compiler and application plugin.

source
Terminalshell
npm install octane@0.2.0 @octanejs/rsbuild-plugin@0.1.47npm install --save-dev @rsbuild/core@^2
rsbuild.config.tsts
import { defineConfig } from "@rsbuild/core";import { beastOctane } from "beast-tsrx/rsbuild"; export default defineConfig({  plugins: beastOctane({ octane: { strong: true } }),});

Without Octane routes, the adapter preserves ordinary Rsbuild entries. With octane.config.ts, render routes can point directly at .btsx modules and use Octane’s browser hydration and Node SSR environments.

Inline compiler options plus project Strong-mode and renderer configuration are forwarded to the BTSX transform.