Examples
Example Applications
Section titled “Example Applications”Discover how to build local-first applications with LiveStore through our comprehensive collection of example apps. Each example demonstrates different features, patterns, and platform integrations to help you get started quickly.
Browse by Platform Adapter
Section titled “Browse by Platform Adapter”LiveStore supports multiple platform adapters, each optimized for different environments. Choose the adapter that matches your target platform:
Web Adapter Browser-based applications with SQLite WASM, Web Workers, and framework integrations. 9 examples • React, SolidJS, Web Components
Node Adapter Server-side applications, CLI tools, and backend services with native SQLite performance. 2 examples • Effect, CLI applications
Expo Adapter React Native mobile applications with offline-first architecture and cross-platform sync. 2 examples • iOS, Android, React Native
Cloudflare Durable Objects Edge computing with Durable Objects, global distribution, and serverless scaling. 2 examples • Workers, Durable Objects, Edge
Getting Started
Section titled “Getting Started”- Choose your platform from the adapter categories above
- Browse examples that match your use case and framework preference
- Clone and run the examples locally to see LiveStore in action
- Study the source code to understand patterns and best practices
Multi-Adapter Examples
Section titled “Multi-Adapter Examples”Some examples demonstrate cross-platform synchronization by using multiple adapters:
- CF Chat uses both Web and Cloudflare adapters for hybrid client-server architecture
- Sync-enabled examples show how to connect different platforms seamlessly
About LiveStore
Section titled “About LiveStore”LiveStore is a local-first data layer that runs everywhere - from browsers to mobile apps to edge computing. Each adapter provides platform-optimized features while maintaining a consistent API across all environments.
View all examples on GitHub →