A web interface for the studo chat (and more in the future).
Based on https://github.com/studojs/studo.js
- Why
- Being able to use it on a PC
- Trackers in the app: https://reports.exodus-privacy.eu.org/en/reports/com.moshbit.studo/latest
- Privacy
- No tracking/ads
- Only the settings and session token are saved locally
- Public netlify deploy logs
- Proxy
- A serverless function is used to interact with the studo API without running into CORS issues.
- All other connections go directly to their servers
Setup:
npm installStart dev server:
npm run netlifyBuild:
npm run buildPreview build:
npm run serve