biasdo is an open source chat app made for users, by users.
biasdo uses technologies made by the open source community, and a detailed list can be found in the root package.json, client package.json, and backend Cargo.toml, but the core technologies are:
The official public biasdo instance is hosted by fly.io (backend) and Vercel (frontend). The instance is available at biasdo.daimond113.com, and it's api at api.biasdo.daimond113.com.
packages/client
directory and create a .env
file with the following contents:VITE_API_URL= # the url of the api, for example https://api.biasdo.daimond113.com/v0 (IMPORTANT: do not include a trailing slash)
.env
file with the following contents:DATABASE_URL= # the url of the database, for example mysql://root:password@localhost:3306/biasdo (IMPORTANT: biasdo uses MariaDB, and has not been tested with MySQL)
CREATE DATABASE <name in the url>
;As the motto says, biasdo is made for users, by users. If you want to contribute, you can do so by opening a pull request. If you want to contribute but don't know how, or report an issue, you can check out the GitHub issues.
This project is licensed under the MIT License.