Build real-time AI endpoints in minutes.
Run Them Anywhere.

Supallm provides a dead simple way to build real-time AI flows that you can trigger and listen in real-time from any app.

Self host for free

Easiest way to use LLMs

Bridge your favorite LLMs to your app

OpenAI
Deepseek
Anthropic
Mistral
Gemini
Azure

Integrate in minutes

Supallm is designed to be the easiest way to use LLMs in your app.

page.tsx

import supallm from "supallm";

const sub = supallm.triggerFlow({
  flowId: "my-flow",
  inputs: { prompt: 'your-custom-input' }
});

sub.on(flowResultStream => {
  doSomething(stream)
});

sub.on(flowEnd => {
  doSomething(result)
});
import { Config } from "tailwindcss";

const config = {
 darkMode: ["class"],
 content: [
   "./pages/**/*.{js,ts,jsx,tsx,mdx}",
   "./components/**/*.{js,ts,jsx,tsx,mdx}",
   "./app/**/*.{js,ts,jsx,tsx,mdx}",
 ],
 theme: {
   extend: {
     colors: {
       background: "hsl(var(--background))",
       foreground: "hsl(var(--foreground))",
       card: {
         DEFAULT: "hsl(var(--card) / 0.2)",
         foreground: "hsl(var(--card-foreground))",
       },

Connect your app to LLMs

Supallm acts as a bridge between your app and LLMs. Our middle layer allows you to connect your app to any LLM without worrying about scaling, maintenance and configurations.

Top-level performance

Our backend bridge is built in Go and ensures nanosecond latency. Check out our GitHub repo for more details.

Integrates with your authentication stack

Supallm integrates with your current authentication provider to prevent malicious usage of your AI accounts.

Free and open-source forever

We're proud to build Supallm as a free open-source project.


Free and open-source

Get started for free in your own environment or deploy-it in one click.

$0
View on Github

Free and open-source forever.


  • Free forever
  • Self-hosted or one-click deployment
  • Community support

Enterprise

Let us integrate Supallm into your project.

from$110
per monthno hidden fees
Book a demo

Our dedicated team will help your integrate Supallm into your project.


  • All features
  • Self-hosted or cloud version
  • Installation included
  • Custom development available
  • Premium support

Questions and Answers

Star the repository