LiveStore's Avatar

LiveStore

@livestore.dev

Client-centric local-first data layer for high-performance apps. Currently in private preview via https://github.com/livestorejs.

546
Followers
1
Following
10
Posts
10.11.2024
Joined
Posts Following

Latest posts by LiveStore @livestore.dev

Video thumbnail

just tried out the real-time TodoMVC example with @livestore.dev + @s2.dev as the durable sync provider, and honestly its crazy how fast it is!

local SQLite, works offline, real-time updates and no complex setup, just works

02.11.2025 03:31 πŸ‘ 13 πŸ” 4 πŸ’¬ 1 πŸ“Œ 0
Preview
LiveStore Hands-on #1: Work Squared Β· Luma Real-time code review of Work Squared built on LiveStore. Framework creator Johannes pairs with app author Jess to debug, refactor, and share best practices.

LiveStore Hands-on #1: Work Squared

Friday, Sept 26 @ 5pm CEST / 11am ET (tomorrow)

Watch @schickling and @jessmartin hands-on with a real LiveStore app:
β–ͺ︎ Architecture review
β–ͺ︎ LiveStore best practices
β–ͺ︎ Live debugging
β–ͺ︎︎ Source available

luma.com/4s7qev78

25.09.2025 17:49 πŸ‘ 12 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Post image

🧠 Ever heard of event sourcing?

It’s the idea of storing every change as a series of events β€” instead of just keeping the current state. Think of it like git, but for your app’s data.

19.06.2025 19:30 πŸ‘ 13 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
Preview
LiveStore: Local-first data layer for high-performance appsArrowArrowArrowArrowLiveStore LiveStore is a state management framework based on SQLite and event-sourcing. It’s designed for demanding applications and based on years of research.

I've been hoping for years that someone would build an event sourcing engine for local-first apps, and now @schickling.dev has done it! Hooray! livestore.dev

08.06.2025 19:31 πŸ‘ 104 πŸ” 18 πŸ’¬ 2 πŸ“Œ 1
Post image

LiveStore is currently trending on GitHub and has already crossed 1000 stars since open sourcing this week! ⭐

29.05.2025 13:44 πŸ‘ 25 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Redwood is sponsoring Johannes from LiveStore | RedwoodSDK Redwood is sponsoring LiveStore to build an adapter for Cloudflare

We're kicking off our open source fellowship program by sponsoring @schickling.dev from @livestore.dev

It might seem surprising to sponsor LS as it is a data layer that brings data closer to the UI, traditionally a server's job, and we're a server-first framework.

More: rwsdk.com/blog/rwsdk-x...

29.05.2025 09:13 πŸ‘ 17 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - livestorejs/livestore: LiveStore is a next-generation state management framework based on reactive SQLite and built-in sync engine. LiveStore is a next-generation state management framework based on reactive SQLite and built-in sync engine. - livestorejs/livestore

After 4 years of development, LiveStore is now open-source.

github.com/livestorejs/...

27.05.2025 10:04 πŸ‘ 12 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
LiveStore: Local-first data layer for high-performance appsArrowArrowArrowArrowLiveStore LiveStore is a state management framework based on SQLite and event-sourcing. It’s designed for demanding applications and based on years of research.

Introducing LiveStore (beta)

LiveStore is a next-generation state management framework based on reactive SQLite and built-in sync engine.

livestore.dev

27.05.2025 10:04 πŸ‘ 71 πŸ” 20 πŸ’¬ 1 πŸ“Œ 4

When I founded Prisma, my goal was to make databases easy.

Now building @livestore.dev, my goal is to make app data simple.

Easy is great, particularly when getting started. But as an app gets complex, simplicity is more important. (Even more true with AI.)

17.05.2025 07:03 πŸ‘ 26 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

Thanks for joining the 3rd LiveStore office hours!

Tons of great demos, contributor demos and community questions. You can watch the recording if you missed it.

Next office hours: July, 3rd lu.ma/dsmf76t4

Recording: www.youtube.com/watch?v=_VDS...

15.05.2025 17:57 πŸ‘ 9 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Anyone interested in getting early access to @livestore.dev in exchange for contributing to the docs?

16.04.2025 10:59 πŸ‘ 8 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

@livestore.dev + @expo.dev + @cloudflare.social = Local-First app with real-time sync, offline persistence, and smooth performance. πŸš€

11.03.2025 18:40 πŸ‘ 44 πŸ” 4 πŸ’¬ 2 πŸ“Œ 0
LiveStore Office Hours #2
LiveStore Office Hours #2 YouTube video by Johannes Schickling

LiveStore Office Hours #2 covering:

- Another update on the upcoming 0.3.0 release
- Devtools improvements & @solidjs.com integration
- Discussion about event sourcing and migrations

www.youtube.com/watch?v=Menh...

16.02.2025 14:49 πŸ‘ 16 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
LiveStore Office Hours #1
LiveStore Office Hours #1 YouTube video by Johannes Schickling

The recording of the first LiveStore office hours is now available including:

- Brief history of LiveStore
- Preview 0.3.0: Node adapter + git-style sync engine
- In-depth syncing related discussion

www.youtube.com/watch?v=2GYK...

09.01.2025 19:51 πŸ‘ 8 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Post image

LiveStore 0.2.0 (in early access):

β—† Schema-aware query builder for SQLite
β—† New example app: Linearlite for Expo
β—† Type-safety improvements & bug fixes

See GitHub for early access: github.com/livestorejs

22.11.2024 13:18 πŸ‘ 37 πŸ” 3 πŸ’¬ 1 πŸ“Œ 2

LiveStore is the data layer I wish I had when working on mobile apps: Reactive, fast and fun to use!

After many months of close collaboration with the folks at @expo.dev, I'm very excited to take a big step towards launching @livestore.dev.

21.11.2024 17:06 πŸ‘ 56 πŸ” 15 πŸ’¬ 3 πŸ“Œ 3
Preview
LiveStore: SQLite-based data layer for local-first apps Introducing: LiveStore - the client-centric, local-first data layer for high performance applications.

πŸ₯³ Launch Party day 4: Introducing LiveStore - a local-first data layer built on SQLite for high performance apps.

The creator of LiveStore is @schickling.dev (former @prisma.io) and he's opening up early access to LiveStore today! Check out his blog post for the details: expo.dev/blog/local-f...

21.11.2024 16:56 πŸ‘ 30 πŸ” 4 πŸ’¬ 2 πŸ“Œ 2
Video thumbnail

I’m super excited to give you a sneak peek of our upcoming local-first app! We'll be showcasing it on November 21 at the @expo.dev launch party! πŸš€ expo.dev/launch-party

Join us to get a taste of what the future of local-first @expo.dev apps powered by @livestore.dev will look like!

See you there!

13.11.2024 15:29 πŸ‘ 26 πŸ” 2 πŸ’¬ 3 πŸ“Œ 2
Post image

How LiveStore works with syncing

10.11.2024 12:45 πŸ‘ 7 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸ‘€ Sneak peek from the upcoming website:

How LiveStore works locally

10.11.2024 12:45 πŸ‘ 25 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0