streamr-dev
chat
TypeScript

A proof-of-concept chat application built on the Streamr network.

Last updated Feb 13, 2026
19
Stars
4
Forks
13
Issues
0
Stars/day
Attention Score
9
Language breakdown
TypeScript 99.6%
JavaScript 0.2%
HTML 0.1%
CSS 0.1%
Files click to expand
README

thechat.app 💬

Visit https://thechat.app!


Installation

To start your own instance of thechat.app, you need to download the source code from Github:

git clone https://github.com/streamr-dev/chat

Then, you need to install the dependencies

npm install

Finally, you can start the app for development and usage in your own machine with the following command:

npm start

The app will be available at http://localhost:5173/

If you want to make the app available to other machines in your network, you can use the following command:

npm run start:prod

Deployment

Add a tag on main and push them together.

npm version patch
git push --atomic main v1.2.3

© 2026 GitRepoTrend · streamr-dev/chat · Updated daily from GitHub