/ content / docs / examples.md
examples.md
 1  ---
 2  title: Examples
 3  date: 2021-12-09T14:00:00+01:00
 4  weight: 40
 5  ---
 6  
 7  # Examples
 8  
 9  ## JS-Waku Examples Repository
10  
11  We maintain a number of examples in the [waku-org/js-waku-examples](https://github.com/waku-org/js-waku-examples#readme) repository.
12  
13  These examples use the latest published version of js-waku.
14  
15  Any example from the repository can be bootstrapped by helper package `@waku/app`. More details here: [README.md](https://github.com/waku-org/js-waku-examples/tree/master/create-waku-app)
16  
17  ## Community Examples
18  
19  Here are examples from the community.
20  
21  ### Uber-like minimalistic car sharing app suing Vue.js
22  
23  Code: [TheBojda/waku-uber](https://github.com/TheBojda/waku-uber).
24  
25  Article: [Decentralized Uber: Here's How I Built It With Status.im, Waku, and Vue.js](https://hackernoon.com/decentralized-uber-heres-how-i-built-it-with-statusim-waku-and-vuejs).
26  
27  Demonstrates:
28  
29  - Vue.js
30  - Waku Relay
31  - Protobuf using [protons](https://www.npmjs.com/package/protons)