Frontend SDK
A fully-customizable, Cursor-like agent sidebar. Drop it into your web app in a few lines of code.
// OPEN-SOURCE AGENT INFRASTRUCTURE
Drop in the frontend SDK, and AstralBeam handles agentic chat, streaming, history, tools, metering, billing, auth, and more...
01 // TRANSMISSION
LLM providers. Backend frameworks. Observability. Billing glue. Every team rebuilds the same plumbing before their first agent ships. AstralBeam cuts through all of it: a single open-source service, production-ready on day one.
Multiple services, months of integration, all before a single agent ships.
One service. One SDK. Everything between your app and the model, handled.
02 // SYSTEMS ONLINE
Stop wiring together six tools. Every system below ships in the box, you focus on the experience, AstralBeam handles the rest.
A fully-customizable, Cursor-like agent sidebar. Drop it into your web app in a few lines of code.
Resumable chat streaming, conversation history, and observability, all managed for you, nothing to run.
Wire up tools and skills, let users bring their own MCPs, and let agents take real actions in your app.
Per-customer flexible rate limits and token-based billing, integrated with Stripe out of the box.
Multi-tenant, enterprise-grade SSO, data privacy, and access control, all built in from day one.
PMs and non-engineers manage prompts, run A/B tests, and evaluate in production. No deploy required.
03 // DEPLOY SEQUENCE
Install the SDK, mount the sidebar, ship. Every subsystem comes online with it, no backend to stand up, no pipeline to build.
$ pnpm add @astralbeam/react
+ @astralbeam/react 1.0.0 - installed in 2.4s
import { AgentSidebar } from "@astralbeam/react"
export function App() {
return (
<>
<YourApp />
<AgentSidebar agent="copilot"
tools={[searchDocs, createTicket]} />
</>
)
}
▲ ALL SYSTEMS GO - agents are live.04 // SOURCE CODE
The entire platform is open source under AGPL-3.0. Modular and built on open standards, so you can adopt it incrementally alongside the stack you already have.
Run the whole platform on your own infrastructure. Your data never leaves your orbit.
Let us run it for you: managed infrastructure, zero maintenance, always current.
Modular by design. Adopt one piece at a time, not all at once.
MCP and open protocols throughout. Compatible with the stack you already run.
05 // FINAL CHECK
Get started with a few lines of code. Join the waitlist for early access.