Ambianic Client UI is an Offline-first Progressive Web App (PWA) to manage Ambianic Edge deployments.
The app is explicitly designed with user privacy and data ownership in mind:
- Stores data exclusively on user's own client device (desktop or mobile).
- Does not store ANY user information in the cloud.
- User may explicitly chose to store a backup of their data on a server of their choice.
- User data remains 100% owned and controlled by the user at all times.
- No fine print. No obscure opt-in / opt-out pop-ups of any kind.
A hosted version of the app is now available to install here: https://ui.ambianic.ai/
See the Quick Start guide for instructions how to connect Ambianic UI to Ambianic Edge for secure and private data access.
Example screenshots on mobile and desktop:
This project is deployed on Netlify by default and is available at https://ui.ambianic.ai . If you prefer to launch your own deployment from this repo, click the button below:
For instructions how to build, test and debug Ambianic UI via a virtual Continuous Dev Environment or a local dev environment, see this guide.
If you have questions, ideas or cool projects you'd like to share with the Ambianic team and community, please use the Ambianic Twitter channel.
- This project's initial version was inspired by David Garoro's PWA example.
- The project relies heavily on the awesome Vue.js framework with Vuetify material design components.