the brainβ„’

Your company's own AI-native system.

We give you the architecture. You bring your AI. You own the result.
We Deploy Intelligence Β· preview
the brainβ„’
A
Set up your platform

We provision the foundation. You choose how.

Hosting, domain, database, backups and memory β€” set up for you in minutes. Then you build on it with your own AI. Everything's your choice; nothing's locked in.

Your platform

Your foundation is live. Now build it.

We run the platform. You bring your own Claude Code and build modules on top β€” guided, structured, yours to keep.

Environments & versions

build in staging Β· promote to production Β· roll back anytime
Staging
β€”
safe sandbox β€” separate data. Nothing here touches production.
Production
β€”
live on your domain

Build with your own AI

runs locally Β· your keys Β· your code
01
Download the starter
The open-source base system β€” wired to your platform (domain, DB, memory, auth).
02
Point your Claude Code at it
Use your own AI subscription/keys. A rules file keeps it building within the framework.
03
Build a module
Scaffold from a guided template; your Claude Code fills it in.
04
Deploy
One command pushes it to your instance. It's yours β€” no lock-in.
npx @analytica/brain init acme && cd acme && brain link --token=YOUR_TOKEN

Guided modules

0 live Β· build with your Claude Code
the brainβ„’ Β· preview β€” provisioning & deploys are simulated. Real: managed platform + your own Claude Code.
Module
1
Scaffold it (your terminal)
Creates a module skeleton that already fits the framework.
brain module new sales
2
Build it with your Claude Code
Your AI fills the template against your real data & connectors β€” you approve outward actions.
claude "build the sales module per the template & our data"
3
Deploy to your instance
Validated against the module contract, then live on your platform. Yours to change anytime.
brain deploy sales