Skip to content

Docs

Please note that the documentation is still work in progress. Please leave feedback if you didn’t find the information you were looking for and consider contributing yourself.

We support the llms.txt convention for making documentation available to large language models and the applications that make use of them.

Currently, we have the following root-level files:

Notes

  • Most LiveStore APIs are synchronous and don't need await

Getting started

Tutorial

Overview

Building with LiveStore

State

Tools

  • LiveStore CLI : Command-line interface for LiveStore project scaffolding and development tools.
  • MCP integration : Model Context Protocol integration for AI assistants like Claude.

Examples

Framework integrations

Platform adapters

Sync providers

Patterns

Understanding LiveStore

  • Event sourcing : Why and how LiveStore uses event sourcing for data flow, syncing and migrations.
  • Design decisions : Design decisions and trade-offs made in the development of LiveStore

Sustainable open source

Contributing

  • Info : Notes for developers interested in contributing to LiveStore.
  • Docs : Notes on contributing to the LiveStore docs
  • Monorepo : Notes on the monorepo setup of LiveStore.

Miscellaneous