Skip to content

Contributing

First of all, thank you for your interest in contributing to LiveStore! Building LiveStore has been an incredible amount of work, so everyone interested in contributing is very much appreciated. 🧡

Please note that LiveStore is still in active development with many things yet subject to change (e.g. APIs, examples, docs, etc).

Before you start contributing, please check with the maintainers if the changes you’d like to make are likely to be accepted. Please get in touch via the #contrib channel on Discord.

There are many ways to contribute to LiveStore.

  • You can look at “help wanted” issues on GitHub for ideas.
  • SQLite WASM build maintainer (e.g. keeping it up to date with upstream SQLite and wa-sqlite versions)
  • Examples maintainer (e.g. keeping dependencies & best practices up to date)
  • Solid integration maintainer (e.g. keeping it up to date with upstream Solid versions)
  • Documentation improvements
  • Improving examples
  • Test cases
  • Bug fixes
  • Benchmarking
  • New features
  • Larger architectural changes in the core library
  • Adding new examples
  • Adding new integrations (e.g. for technologies such as Svelte, Vue, …)
  • Monorepo setup changes
  • Changes to the docs site/setup
  • Changes to the landing page
  • Changes to the devtools
  • Rewriting the core library in a different language
  • Safer event schema evolution
  • Incremental view maintenance for complex SQLite database views

Please get in touch if you’d like to discuss any of these topics!

  • Keep it as simple as possible
  • Reduce surface area
  • Make the right thing easy
  • Document the “why”