https://github.com/simple-hub-organization/simple-hub
📱 Simple Hub is a platform to control smart devices 💡. If you have ever wondered "Is there an open-source project to make my own smart home?", This project is for you
https://github.com/simple-hub-organization/simple-hub
dart flutter hacktoberfest hacktoberfest-2020 hacktoberfest-2021 hacktoberfest-2023 hacktoberfest2020 hacktoberfest2021 hacktoberfest2023 iot-application phone smart-devices smart-home smarthome smartthings
Last synced: 5 months ago
JSON representation
📱 Simple Hub is a platform to control smart devices 💡. If you have ever wondered "Is there an open-source project to make my own smart home?", This project is for you
- Host: GitHub
- URL: https://github.com/simple-hub-organization/simple-hub
- Owner: simple-hub-organization
- Created: 2020-09-25T00:52:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T18:37:26.000Z (about 1 year ago)
- Last Synced: 2025-05-08T06:35:14.245Z (about 1 year ago)
- Topics: dart, flutter, hacktoberfest, hacktoberfest-2020, hacktoberfest-2021, hacktoberfest-2023, hacktoberfest2020, hacktoberfest2021, hacktoberfest2023, iot-application, phone, smart-devices, smart-home, smarthome, smartthings
- Language: Dart
- Homepage: https://mysimplehub.com
- Size: 275 MB
- Stars: 121
- Watchers: 5
- Forks: 140
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Simple Hub
[](https://www.gnu.org/licenses/agpl-3.0) [
](https://en.wikipedia.org/wiki/Open_source)
[
](https://github.com/CyBear-Jinni/CBJ_Smart-Home)
# Welcome!
This repository let you **control** your existing smart home.
Here at CyBear Jinni we give the community the power of smart home by providing the code and instructions to set up a Hub that will let you control your smart devices and connect them even if they are from different form factors.

## Project structure
The project is made out of two main parts:
### CyBear Jinni App
[CyBear Jinni App](https://github.com/CyBear-Jinni/cbj_app) is the app to control your [CyBear Jinni Hub](https://github.com/CyBear-Jinni/cbj_hub).
This is an Android, IOS, Web Browser app written in [Flutter](https://flutter.dev) that let you control the Hub using local Wi-Fi and remotely through [cbj remote pipes](https://github.com/CyBear-Jinni/cbj_remote-pipes) which transfer requests to the Hub without collecting any data.
### CyBear Jinni Hub
[CyBear Jinni Hub](https://github.com/CyBear-Jinni/cbj_hub) is software written in [dart](https://dart.dev) and runs in parallel with MQTT broker.
The Hub talks to all the supported smart devices from different form factors and gives the app an easy and uniform way to control them as if they are from the same company.
[](https://snapcraft.io/cbj-hub)
# Social Media Links
## Instructions
1. Install npm and node
2. Run: `npm run install-melos`
3. Run: `npm run bootstrap`
4.
## Disclaimers
**Use at Your Own Risk,**
**we do not take responsibility on any outcome using anything in this repo.**
The project is under heavy work and may contain bugs and incorrect instructions.

