Companion app for the Kia e-Niro and Huyndai Kona.
Allows to monitor live data and charts, exporting and importing trip recording.
Works with BLE (Bluetooth 4+) OBD2 adapters and browsers supporting Web Bluetooth API.
Language support:
Install dependencies with npm install (or pnpm install or yarn).
Start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.



















