website/demos.md
Demos and example applications built with ElectricSQL.
These demos showcase the kind of apps and UX you can build with Electric.
<div class="demos-grid"> <DemoListing v-for="(demo, index) in demos" :demo="demo" :key="index" /> </div>These are more technical examples demonstrating how to implement certain patterns and integrations. Source code for all of these is in the examples folder on GitHub.