ElectricSQL
@electric.ax
📤 946
📥 410
📝 76
The agent platform built on sync.
https://electric.ax
- see also
@pglite.dev
Electric Agents 0.6 is out, with a whole bunch of DX and AX improvements,, including local and remote agent runners, desktop and mobile apps. If you haven't tried it yet, now's a great time to dive in:
electric.ax/blog/2026/06...
loading . . .
Electric Agents 0.6 | Electric
Electric Agents 0.6 rounds out the platform launched in April with a broader SDK and runtime surface for long-lived entities, StreamDB state, runners, wakes, signals, schedules, app APIs, and multi-ag...
https://electric.ax/blog/2026/06/16/electric-agents-0-6-from-runtime-to-app
3 days ago
0
4
3
Introducing Electric Agents! Agents are not compute. Agents are data. Multi-agent is a sync problem. Electric Agents is the first agent platform built on sync. Use it to build scalable, collaborative, long-lived multi-agent systems: 🧵👇
loading . . .
about 2 months ago
1
18
8
StreamDB - a reactive database in a Durable Stream, designed for AI apps and agentic session state. You give it a Standard Schema. You get type-safe, multiplexed data sync into TanStack DB:
electric-sql.com/blog/2026/03...
loading . . .
StreamDB — a reactive database in a Durable Stream | ElectricSQL
StreamDB turns a Durable Stream into a reactive database. You provide a Standard Schema, StreamDB gives you type-safe, durable state with sync.
https://electric-sql.com/blog/2026/03/26/stream-db
3 months ago
0
7
2
reposted by
ElectricSQL
PGlite
3 months ago
PGlite v0.4 is out 🚀 PostGIS, connection multiplexing, and a major architecture refactor - bringing embedded Postgres closer to native. Now at 13M+ weekly downloads and showing up everywhere from CI to browser-based dev environments.
electric-sql.com/blog/2026/03...
loading . . .
Announcing PGlite v0.4: PostGIS, connection multiplexing, and a new architecture | ElectricSQL
PGlite v0.4 adds PostGIS, connection multiplexing, and a refactored architecture that decouples initdb from the main WASM binary.
https://electric-sql.com/blog/2026/03/25/announcing-pglite-v04
0
10
4
SQLite-backed persistence, hierarchical includes and reactive effects for workflows/agents.
@electric-sql.com
just got so much more *app shaped* with the new
@tanstack.com
DB release.
electric-sql.com/blog/2026/03...
loading . . .
Electric apps get persistence and includes with TanStack DB 0.6 | ElectricSQL
TanStack DB 0.6 adds persistence and includes. For Electric users, that means a more complete app data stack with persistence and nested query results, adopted incrementally.
https://electric-sql.com/blog/2026/03/25/tanstack-db-0.6-app-ready-with-persistence-and-includes
3 months ago
0
8
3
reposted by
ElectricSQL
Open Local First
4 months ago
Kevin De Porre presenting
@electric-sql.com
and
@tanstack.com
0
2
1
AI makes code cheap. The scarce asset is now the system's self-knowledge. Specs and contracts were always valuable—but too expensive to maintain. So we invested sparingly, specs drifted, and we read the code instead. That calculus has flipped with coding agents.
electric-sql.com/blog/2026/02...
loading . . .
Configurancy: Keeping Systems Intelligible When Agents Write All the Code | ElectricSQL
AI makes code cheap; the scarce asset is the system's self-knowledge. Configurancy is the layer that lets bounded agents coherently co-evolve a system.
https://electric-sql.com/blog/2026/02/02/configurancy
4 months ago
0
3
1
reposted by
ElectricSQL
Open Local First
5 months ago
In 11 days from now, join the
#LocalFirst
and
#CRDT
devroom at
#fosdem26
#fosdem
in Brussels!
@electric-sql.com
@tanstack.com
add a skeleton here at some point
0
5
2
1/Hosted durable streams is live on Electric Cloud! Persistent, resumable event streams over HTTP. Reads served from CDN, tested to 1M concurrent connections. 240K writes/second. 5M writes/month free.
5 months ago
2
4
1
🚀 Durable Streams 0.1.0 is live on npm Two weeks since announcement → approaching 1,000 GitHub stars and people are already building with it. Blog post —
electric-sql.com/blog/2025/12...
loading . . .
https://electric-sql.com/blog/2025/12/23/durable-streams-0.1.0
--- url: /blog/posts/2025-12-23-durable-streams-0.1.0.md description: > The first official npm release of Durable Streams, introducing the State Protocol for database-style sync semantics and earl...
https://electric-sql.com/blog/2025/12/23/durable-streams-0.1.0
6 months ago
0
11
1
Today we're open-sourcing Durable Streams: a persistent stream primitive and HTTP protocol for reliable, resumable, real-time data streaming to clients. We built it inside Electric. Now we're standardizing it as a standalone protocol.
6 months ago
2
32
8
reposted by
ElectricSQL
TanStack
7 months ago
Blog post
tanstack.com/blog/tanstac...
loading . . .
TanStack DB 0.5 — Query-Driven Sync | TanStack Blog
You don't need a new API for every component. With 0.5, the component's query is the API call. tsx // Your component's query... const { data: projectTodos } = useLiveQuery((q) = q .from({ todos }) .jo...
https://tanstack.com/blog/tanstack-db-0.5-query-driven-sync
1
13
4
reposted by
ElectricSQL
TanStack
7 months ago
Designed for your existing REST, GraphQL, or tRPC APIs. No backend migration. Bonus: Works with sync engines (
@electric-sql.com
, Trailbase, PowerSync) for real-time updates with near-zero incremental network cost.
1
9
2
reposted by
ElectricSQL
TanStack
7 months ago
🚀 TanStack DB 0.5 is here with Query-Driven Sync Your component's query IS the API call. No custom endpoints. No GraphQL resolvers. Just write your query and DB figures out exactly what to fetch. Details 🧵👇
3
69
12
reposted by
ElectricSQL
Sync Conf
8 months ago
The panel at Sync Conf 2025 brings together
@tannerlinsley.com
,
@jamescowling.dev
,
@schickling.dev
and
@aaronboodman.com
for a deep dive into challenges and tradeoffs between the technical approaches being explored in sync today.
1
15
6
reposted by
ElectricSQL
Adam Wiggins
10 months ago
Sync seems to be having a moment among web developers!
3
20
7
reposted by
ElectricSQL
Filipe Cabaço
10 months ago
using bun and pglite from
@electric-sql.com
I'm able to create in memory or persisted postgres instances (one per bun process) available to use with Postgrex via `socket_dir` in theory I could have a "cheap read replica" or simpler testing
#myelixirstatus
2
18
2
reposted by
ElectricSQL
James Arthur
10 months ago
One day boutique conference for the sync era of the web. Hear from the world's top builders about how to develop systems in the era of agentic software and real-time sync.
add a skeleton here at some point
0
9
4
reposted by
ElectricSQL
Valter Balegas
10 months ago
That's 168ms -> 1.6ms! and we have a lot of good ideas how to make it even faster.
add a skeleton here at some point
0
5
2
We've just delivered a 100x write performance bump with our latest release of Electric. How? We threw away our storage engine and built a new one designed for sync 🧵
electric-sql.com/blog/2025/08...
loading . . .
Electric 1.1: new storage engine with 100x faster writes | ElectricSQL
How we built a new storage engine for Electric, why we did it now, and how it delivers lower latency, higher throughput, and zero‑downtime deploys.
https://electric-sql.com/blog/2025/08/13/electricsql-v1.1-released
10 months ago
1
13
5
reposted by
ElectricSQL
James Arthur
10 months ago
LangChain, vector databases, instruction routing, specialized memory stores. You'd be forgiven for thinking you need a whole new stack to build agentic systems. However, that isn't actually the case:
electric-sql.com/blog/2025/08...
loading . . .
Bringing agents back down to earth | ElectricSQL
Agentic AI, beneath all the hype, is actually just normal software. You can build agentic systems with a database, standard web tooling and real-time sync.
https://electric-sql.com/blog/2025/08/12/bringing-agents-back-down-to-earth
1
3
1
How to build agentic systems on real-time sync.
add a skeleton here at some point
10 months ago
0
4
1
ElectricSQL recently completed a 120-day reliability sprint. Our one goal: make our sync engine so boring-reliable you stop thinking about it and just build. We chased every incident, fixed every user-reported bug, and made unglamorous work our priority. 🧵
11 months ago
2
33
7
We just posted an RFC for a significant oft-requested feature — cross-table shape filtering — check it out and comment!
github.com/electric-sql...
loading . . .
RFC: Cross-Table Shape Filtering with Subquery Support · electric-sql electric · Discussion #2931
Summary Electric currently limits shapes to single-table filtering, preventing developers from expressing common authorization patterns that require cross-table relationships. This RFC proposes ext...
https://github.com/electric-sql/electric/discussions/2931
11 months ago
1
2
0
Tanstack DB is a reactive client store for building super fast apps on sync. Based on a TypeScript implementation of differential dataflow, it's type-safe, declarative, incrementally adoptable and insanely fast.
add a skeleton here at some point
11 months ago
1
15
5
reposted by
ElectricSQL
Kyle Mathews
11 months ago
TanStack DB is now in BETA! We’ve been working on TanStack DB, an embedded, reactive client database for TanStack Query, and are proud to announce today that with the 0.1 release that it's now in BETA!
tanstack.com/blog/tanstac...
loading . . .
Stop Re-Rendering — TanStack DB, the Embedded Client Database for TanStack Query | TanStack Blog
Your React dashboard shouldn't grind to a halt just because one TODO turns from ☐ to ☑. Yet every optimistic update still kicks off a cascade of re-renders, filters, useMemos and spinner flashes. If y...
https://tanstack.com/blog/tanstack-db-0.1-the-embedded-client-database-for-tanstack-query
2
84
11
reposted by
ElectricSQL
Kyle Mathews
11 months ago
🎉 TanStack DB now has
@solidjs.com
support!
loading . . .
3
55
11
reposted by
ElectricSQL
Kyle Mathews
11 months ago
TanStack DB now has
@svelte.dev
support!
1
63
11
reposted by
ElectricSQL
Sam Willis
11 months ago
PGlite (WASM Postgres) now gets over 1 million downloads a week! 🤯🚀 Absolutely incredible to see how people have embraced what we have built. Awesome work by the team!
1
63
13
reposted by
ElectricSQL
James Arthur
12 months ago
Building apps on Postgres? Here how to do it using sync:
youtu.be/mDzzK5-XkZ8?...
loading . . .
"Syncing Postgres into the Client" with James Arthur
YouTube video by San Francisco Bay Area PostgreSQL Users Group
https://youtu.be/mDzzK5-XkZ8?t=125
1
13
4
reposted by
ElectricSQL
Kyle Mathews
12 months ago
Excited to release a new starter! Sync-first, production-ready, and blazing fast -
@tanstack.com
Start -
@tanstack.com
DB for blazing fast client-side queries -
@electric-sql.com
for real-time sync from PG - Better-Auth -
@drizzleorm.bsky.social
-
@tailwindcss.com
- Hono OpenAPI
loading . . .
4
37
6
reposted by
ElectricSQL
Kyle Mathews
12 months ago
We want to be like S3 and Redis — powerful technologies that you setup once and never think about again.
0
9
2
reposted by
ElectricSQL
Kyle Mathews
12 months ago
If you look at our commit history, it's months of bug fixes and performance improvements. It's this sort of sustained effort to surface and fix every bug that will enable Electric to hit the quality bar.
1
7
1
reposted by
ElectricSQL
Kyle Mathews
12 months ago
The main obstacle to sync is it's a new black box. Is it reliable/fast enough to drive critical data flows? People rightfully have a db-level quality bar. If it seems like Electric has been quiet lately, it's because we're 100% focused on meeting this bar.
1
6
1
reposted by
ElectricSQL
Sam Willis
12 months ago
Really looking forward to Sync London tomorrow! A bunch of exciting talks from teams building real apps on sync engines 🚀🥳
add a skeleton here at some point
0
1
1
reposted by
ElectricSQL
James Arthur
12 months ago
Not long now!
lu.ma/sync-london
Talks are shaping up great and we’re well past venue capacity.
@yonz.bsky.social
is airborne.
@samwillis.uk
has sorted out the pineapple cubes and cocktail sausages. If you’re in London on Tuesday and have been lurking so far, now’s your last chance!
loading . . .
Sync London · Luma
Interesting in building products on a local-first / sync engine architecture? Come along to the first Sync London, a meetup to learn and talk about better ways…
https://lu.ma/sync-london
0
2
4
reposted by
ElectricSQL
Kyle Mathews
12 months ago
Excited to share a new starter for building apps with
@expo.dev
,
@tanstack.com
DB &
@electric-sql.com
TanStack DB is nearing its first alpha so we're fine-tuning, writing docs, and building starters.
loading . . .
1
40
5
reposted by
ElectricSQL
James Arthur
about 1 year ago
I'm speaking about syncing Postgres into the client with
@electric-sql.com
at the SF Bay Area Postgres users groups tomorrow (Tuesday 10th June). Online from noon local time, live stream here:
www.meetup.com/postgresql-1...
loading . . .
"Syncing Postgres into the Client" with James Arthur, Tue, Jun 10, 2025, 12:00 PM | Meetup
Join us virtually on Tuesday, June 10th for "Syncing Postgres into the Client" with James Arthur. Postgres has binary and logical replication for syncing data between repl
https://www.meetup.com/postgresql-1/events/307548909/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link&utm_version=v2
0
6
2
reposted by
ElectricSQL
James Arthur
about 1 year ago
Here’s
@samwillis.uk
talking about how we built
@pglite.dev
and the future of the project at
@pgconf.dev
in Montreal last month.
add a skeleton here at some point
0
7
2
reposted by
ElectricSQL
James Arthur
about 1 year ago
Here's my
@localfirstconf.com
talk introducing
@tanstack.com
DB,
hexdocs.pm/phoenix_sync
,
syncconf.dev
and arguing that Sync is the key to mainstream adoption of
#local-first
.
youtu.be/ia9FpY_Sw_4?...
loading . . .
James Arthur - Introducing TanStack DB
YouTube video by Local-First Conf
https://youtu.be/ia9FpY_Sw_4?si=kaauBvFnoqHutujF
1
41
9
🧵 More play less infra => vibe coding with the database inside the sandbox. Apps built with AI app builders like
@bolt.new
usually need to connect to a database to actually work. With
@pglite.dev
you can have the database inside the sandbox, so you can vibe code without even thinking about infra.
loading . . .
about 1 year ago
1
13
9
reposted by
ElectricSQL
James Arthur
about 1 year ago
Early-bird tickets and CFP both still open for Sync Conf in SF on Nov 12th
syncconf.dev
loading . . .
Sync Conf 2025 | 12th Nov 2025, SF
Join us for the first edition of Sync Conf in San Fransisco the 12th of November 2025. Sync is a key component of fast modern apps and local-first software.
https://syncconf.dev
0
3
1
reposted by
ElectricSQL
James Arthur
about 1 year ago
Interested in building on sync? In London or SF? Come along to Sync London on July 1st
lu.ma/sync-london
-- we're co-organising with
@anselm.io
and
@yonz.bsky.social
, great speakers including
@irltopper.bsky.social
and
@triggerdev.bsky.social
loading . . .
Sync London · Luma
Interesting in building products on a local-first / sync engine architecture? Come along to the first Sync London, a meetup to learn and talk about better ways…
https://lu.ma/sync-london
2
14
7
reposted by
ElectricSQL
Johannes Schickling
about 1 year ago
After 4 years of work, I'm incredibly excited to introduce LiveStore, the next-gen data layer I'm building for Overtone. It's based on reactive SQLite and has a built-in sync engine. Give it a try - would love your feedback!
add a skeleton here at some point
10
103
21
reposted by
ElectricSQL
Martin Kleppmann
about 1 year ago
For any North American folks having FOMO about
@localfirstconf.com
, there’s a new conference on sync engines as app architecture! SF in November
syncconf.dev
loading . . .
Sync Conf 2025
https://syncconf.dev
0
44
13
reposted by
ElectricSQL
James Arthur
about 1 year ago
Really enjoyed introducing
hexdocs.pm/phoenix_sync
at
@elixirconf.bsky.social
this week. So many cool projects in the Elixir ecosystem right now, like
hologram.page
,
github.com/software-man...
,
tidewave.ai
,
hexdocs.pm/ash_ai
and the incredible 🤯
phoenix.new
— get on the waitlist as soon as you can.
loading . . .
Phoenix.Sync v0.4.2 — Documentation
https://hexdocs.pm/phoenix_sync
0
33
5
No docker required. Postgres built into the Prisma dev environment using
@pglite.dev
add a skeleton here at some point
about 1 year ago
0
6
4
reposted by
ElectricSQL
James Arthur
about 1 year ago
The sync stack is coming.
add a skeleton here at some point
0
10
2
reposted by
ElectricSQL
James Arthur
about 1 year ago
A reactive client store built on differential dataflow. With optimistic mutators and sub-millisecond live queries. This is the missing piece of the jigsaw for modern app dev.
add a skeleton here at some point
0
17
4
reposted by
ElectricSQL
Kyle Mathews
about 1 year ago
This has been *super* fun to work on this the past few months w/
@samwillis.uk
&
@thruflo.com
&
@tannerlinsley.com
It's really fun to think through from scratch a huge problem space (managing state!) and come up with a fairly novel solution.
add a skeleton here at some point
0
18
3
Load more
feeds!
log in