index 9578e7a..0e3e719 100644
@@ -2,6 +2,7 @@
status: raw
tags:
- software
+- networking
title: wifi client
type: idea
updated: 2026-04-11
@@ -10,4 +11,8 @@ visibility: public
# wifi client
-WiFi management, auto-join, password sharing app.
\ No newline at end of file
+a better WiFi management app — one that handles auto-joining known networks intelligently, manages the annoyance of captive portals, and makes password sharing easy. the current state of WiFi UX on every OS is bad in predictable ways: the system joins the wrong network because you were near it once, captive portals interrupt everything, sharing a password requires either telling someone verbally or going through a convoluted OS share flow. these are individually small problems but they're daily friction.
+
+the more interesting version of this extends to network intelligence: tracking which networks are actually fast vs. just accessible, auto-switching when your current connection degrades below a threshold, and detecting when you're on a network where something is being throttled or intercepted. on mobile, the auto-join logic could be smarter about when to use WiFi vs. cellular — not just "which is connected" but "which will actually serve this task better." password sharing is the most socially useful feature: a simple, cross-platform flow where you can share a network credential with someone nearby via QR code or a short-lived link.
+
+connects to [[ifttt-personal|personal IFTTT]] on the network-triggered automation side — arriving at a location and joining a network is a natural trigger for other behaviors (mode switching, launching apps, turning on DND). [[optimize-computers|computer optimizer]] overlaps on the "make the underlying infrastructure work better" angle. [[outdoor-work-setup|outdoor work setup]] is a practical adjacent need — reliable connectivity is the first thing you need when working outside. the most compelling version of this is probably a macOS/iOS app because Apple's networking APIs make it feasible, and the OS-level WiFi management is noticeably worse than it could be.
\ No newline at end of file