// vee labs
Vee Labs
Vee Labs
A personal project studio focused on shipping privacy-first mobile apps and field-service tools.
Same security-first mindset applied to product development — data minimization by default, no unnecessary telemetry, local-first where it makes sense.
Stack
- Flutter — cross-platform mobile UI
- Kotlin — native Android when it matters
- Firebase — auth and real-time sync where cloud dependency is acceptable
- Self-hosted backends — for anything that touches sensitive data
Approach
Build with the same threat model as the infrastructure. If the app doesn’t need the data, it doesn’t collect it. If a feature requires cloud dependency, that dependency is explicit and documented.
Links
- GitHub — source and projects