
The data platform
for multi-agent
Electric provides the data primitives and infra to build collaborative, multi-agent systems
for multi-agent
Electric provides the data primitives and infra to build collaborative, multi-agent systems
INSERT INTO todos VALUES ('sync');data: {"type": "text-delta", "delta": "Hi, "}const Todos = () => {
const { data } = useLiveQuery(query =>
query
.from({ todo: todoCollection })
.where(({ todo }) => todo.completed)
)
return <List todos={data} />
}With a reactive data platform designed for multi-user, multi-agent collaboration
Compose your own end-to-end reactive sync stack
Any web framework and client that speaks HTTP and JSON
Vendor agnostic, infra agnostic
Uses standard CDNs to scale high-throughput data delivery to millions of users.
Just sync, solved, with standard web tech
Subscribe to the Electric Blog
Start with the Quickstart. Dive deeper with the Docs and Demos.
Built by devtools and database experts. Backed by industry leading founders.
With a thriving open source community and millions of downloads a week.