NewIntroducing Futon & Rasengan Server

Beyond the Frontend.
Built for the Full Stack.

Rasengan.js pairs a modern React meta-framework with Futon and Rasengan Server. One ecosystem covering every layer of your stack, from rendering to WebSockets.

index.page.tsx
import { PageComponent } from 'rasengan';

const Home: PageComponent = () => {
  return <h1>Welcome to Rasengan.js</h1>;
};

Home.metadata = {
  title: 'Home',
};

export default Home;

Built on a Foundation of Fast, Production-Grade Runtimes

Futon powers Rasengan and Rasengan Server and runs unmodified on Node, Bun, or Workerd.

Why This Ecosystem

Six capabilities, two from each pillar, the same care put into the frontend shows up in the runtime and the backend too.

A Growing Ecosystem

Smaller packages that fill in the gaps. State, images, i18n, real-time, and more, each usable on its own.

Ready to build?

Scaffold a new project in seconds — pick Rasengan, Futon, or Rasengan Server.