diff --git a/README.md b/README.md
index cab44bdb3c..33c3b6d58d 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,7 @@ Below is a table summarizing the current status, but in general, you can expect
| **Video** | Needs to be downloaded and merged into a working video using the Desktop app | ✅ Final MP4 file saved directly to your folders |
| **Snapshots** | Needs to be downloaded | ✅ Saved directly to your folders |
| **Vehicle Discovery** | ❌ Not available | ✅ Auto-scan for vehicles in the network|
+| **Mobile Coverage (OpenCellID)** | Requires a personal OpenCellID API key (browser CORS blocks the key-free endpoint) | ✅ Fetched through the built-in bridge (no browser CORS), but still needs a personal OpenCellID API key. Use the OpenStreetMap provider for key-free coverage |
| **Updates** | Manual updates required | ✅ Auto-updates / update notifications |
| **System Monitoring** | Memory usage only | ✅ CPU and Memory tracking |
| **Workspace Capture** | ❌ Not available | ✅ Full interface screenshots |
diff --git a/src/components/BaseStationConfigPanel.vue b/src/components/BaseStationConfigPanel.vue
new file mode 100644
index 0000000000..ec4677a813
--- /dev/null
+++ b/src/components/BaseStationConfigPanel.vue
@@ -0,0 +1,1249 @@
+
+ Base station Name Latitude Longitude Setup Topside computer Track position by GPS Comms Coverage API key Operator Operator Tile URL Radio Radio model TX power (mW) Antenna Antenna height (m) Gain (dBi) Beamwidth (°) Range (m) Vehicle has antenna mast Bearing (°) Tether Length (m) Display Color Signal view Show ring labels
+ The ranges and overlays shown here are estimates, not a guarantee of what you will see on the water or in
+ the field.
+
+ Radio and tether links are modeled from Blue Robotics product specifications — antenna
+ patterns, transmit power, and typical operating assumptions for our radios and related gear.
+
+ Mobile data coverage comes from open-source tower databases (OpenCellID and
+ OpenStreetMap). Records can be incomplete or out of date, and carriers change their networks over time.
+
+ Real-world signal also depends on terrain, weather, interference, and how your vehicle is set up. Use
+ these visuals to compare options, and verify connectivity on site when it really matters.
+ Base station Lat.: {{ config.position[0].toFixed(7) }} Long.: {{ config.position[1].toFixed(7) }}