LinearLite example
This LinearLite example is a simplified clone of Linear developed using ElectricSQL. We have two versions available online, one using wa-sqlite at linear-lite.electric-sql.com and another using PGlite at linear-lite-pg.electric-sql.com:
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.