Skip to main content

A drop-in infrastructure and library for
scalable realtime applications

Cerebellum is an open-source solution for scaling Websocket-based applications

Hassle-free deployment with our CLI

Deploy a scalable AWS infrastructure built specifically for WebSocket applications with minimal configuration

Drop-in integration with our TypeScript SDK

Whether starting from scratch or enhancing an existing application, use the SDK to enable WebSocket functionality with:

  • Full type support
  • Custom built-in React hooks
  • Fully-provisioned Docker environment for local development
// Install the SDK
npm install @cerebellum/sdk


// Start the Cerebellum server to develop locally
npx cerebellum-start


// use the CerebellumProvider to start developing your application
import { CerebellumProvider } from "@cerebellum/sdk";

ReactDOM.createRoot(document.getElementById("root")).render(
<CerebellumProvider>
<App />
</CerebellumProvider>
);


Powered by AWS

Cerebellum is a cloud-native solution built on AWS, providing a scalable and resource-efficient architecture out of the box

Cerebellum architecture diagram

Technologies

AWS Logo
CDK LogoTypeScript LogoDocker LogoReact LogoRedis Logo