A single place for all the smart and connected devices in your home. Serves as a Public Key Infrastructure and HomeKit clone.
Please make sure to turn on the sound 🔊
reel.mp4
I am not affiliated, associated, authorized, endorsed by, or in any way officially connected to smarthome.com, apple.com or HomeKit.
All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Position terminal at root
- run MongoDB
docker compose up -d
- run the public key infrastructure
./smart-home-pki/gradlew quarkusDev
- Run the devices service
./smart-home-devices/gradlew quarkusDev
- Install node.js dependencies and run the SvelteKit client @ localhost:5173
cd ./client
npm i
npm run dev