A new way to share with your loved ones.
Founders: Bitsky is a private community and social cloud.
You: Excuse me, what the fuck?
Founders: Let’s take a closer look at the meaning of these words.
- The term private means that it belongs to a user or to a group of users.
- The term social means that it contains the functionalities of a social network.
- The term community means that you can link it to other Bitsky in order to create a broader network.
But not only that, it can also be used as a private or shared storage space.
The goal is to create a private and wireless sharing space between different groups of users wishing to communicate together using a simple and intuitive human-machine interface.
Each device will be able to link to other devices through key sharing.
The device on the left will be able to read and, if necessary, display the data from the device on the right and vice versa. A link is only by direct link and therefore is not transitive.
Privacy.
A virtual identity card, social networks alter our society by their influence. We allow them, often without our knowledge, to achieve their economic or political ends.
One of the most recent examples of privacy breaches is the Cambridge Analytica scandal, which took advantage of the lax social network Facebook to influence political outcomes.
The indignation and distrust of Internet users has only grown. The use and control of their data has become their concern.
This project will try to address that and address those concerns.
├── src
│ ├── intermediary-api # Security REST api cloud-hosted
│ ├── api # Embedded Rest API hosted on a nano computer (using intermediary-api for links)
│ ├── desktop # Desktop app (using api)
│ ├── mobile # Mobile app (usi api)
│ └── configuration # Device configuration interfaces
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── CONTRIBUTORS.md
├── LICENSE.md
├── README.md
├── manifest.json
├── docs
│ └── BRANCHING_MODEL.md
└── .github
If you want to use it: actually you can't, we are bootstrapping the project. But if you want to get an overview of the current work here are the steps to follow:
Docker is a requirement.
cd bitsky
docker compose up
After seeing this:
bitsky_api_1 | ██████╗ ██╗████████╗███████╗██╗ ██╗██╗ ██╗ █████╗ ██████╗ ██╗
bitsky_api_1 | ██╔══██╗██║╚══██╔══╝██╔════╝██║ ██╔╝╚██╗ ██╔╝ ██╔══██╗██╔══██╗██║
bitsky_api_1 | ██████╔╝██║ ██║ ███████╗█████╔╝ ╚████╔╝ ███████║██████╔╝██║
bitsky_api_1 | ██╔══██╗██║ ██║ ╚════██║██╔═██╗ ╚██╔╝ ██╔══██║██╔═══╝ ██║
bitsky_api_1 | ██████╔╝██║ ██║ ███████║██║ ██╗ ██║ ██║ ██║██║ ██║
bitsky_api_1 | ╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═
Frontend will be available at http://localhost:5000
Backend will be available at http://localhost:5030
-
Install the main dependencies
cd bitsky yarn install
-
Install & launch API
-
Install & launch Desktop app
If you want to contribute:
- Read the contributing.md file.
- Check the project board and find an issue who suits you.
- Respect the pull request template.
- Add your name in the contributors.md file.
- Thanks !
If you have any suggestions or would like to contribute or just chat, please feel free to come to our Discord server.