Solo Tesla dashboard app shows the hard part: finding real users
The Tesla dashboard app began in 2021 as a personal project for learning Flutter. At that time, a free Tesla API made it possible to check battery level and run simple actions like locking or unlocking the car. The main idea was to put every command in one clear dashboard, so a driver could tap a tile instead of digging through menus in the official app.
The project was meant to take a weekend, but it kept returning after long breaks and became a much larger app by 2026. The current app has more than 38 customizable widgets that can be moved, resized, and recolored. It controls the car through BLE when the phone is near the vehicle, and through the when is needed.
It also shows live car data such as battery, climate, location, speed, and charging status. Server can run commands or send alerts based on location, schedules, or changes in the vehicle’s state. The main struggle is not building more features, but getting useful feedback from Tesla owners who are the right audience for the product.
Key points
- The app started as a weekend project to learn Flutter.
- The original goal was one-tap Tesla controls from a single dashboard.
- By 2026, the app had more than 38 customizable widgets.
- It uses BLE near the car and for .
- The biggest current problem is getting feedback from the right Tesla users.