Enable TTS messages with voice models in your live stream using NOSTR Zaps
Try now: https://livetoshi.stream
You can go to /profile/<npub> to access some profile.
Ex: TheMhv
And go to /profile/<npub>/widget to access the TTS widget:
Ex: TheMhv Widget
You can go to /goal/{eventId} to access some NOSTR goal event:
Ex: Test Goal
You can go to /profile/<npub>/qrCode to access some NOSTR goal event:
Ex: TheMhv QR Code
You can run with custom voices models. Find more information on Livetoshi TTS
- First, install the packages:
$ npm installCopy the example .env
$ cp .env.example .envChange values according to your preference.
- You can run the development server on localhost:
$ npm run devOpen http://localhost:3000 with your browser to see the result.
For deploy, first you need to build:
$ npm run buildThen, start the server:
$ npm run startAnd run the widget project.