Skip to main content

LinearLite example

This LinearLite example is a simplified clone of Linear developed using ElectricSQL. You can open it online at linear-lite.electric-sql.com:

LinearLite example screenshot

You can also open in your mobile browser by scanning this QR code:

Linear is a modern project management app, developed on a local-first architecture.

This example is based on the excellent linearapp_clone developed by Tuan Nguyen, with the data layer swapped out to use Electric. The dataset in the example is seeded with a set of public GitHub issues from the ReactJS project. The data is reset every 24 hours.

Source code

Clone the monorepo:

git clone https://github.com/electric-sql/electric

Change into the linearlite example directory:

cd electric/examples/linearlite

Follow the instructions in the README.md and see the page here on running the examples.