diff --git a/README.md b/README.md
index 4b0d5ca92bf0655eb8783cdb6a8818acad74709f..27c140bd2f49631b76d452697c9e3cee342998d3 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ This project serves as all that + a full historical backend of a meshtastic netw
 ## What it doesn't (currently)
 Rough order of how much I want to add support.
 
+- [ ] Working tiling UI (in progress!)
 - [ ] Shows Historical Data as a nice graph
   - [ ] SNR (both individual neighbours and overall)
     - RSSI is done per packet, instead of in nodeinfo. this seems... clunky.
@@ -54,6 +55,10 @@ Rough order of how much I want to add support.
 - [ ] Lets you send messages/packets
 - [ ] Supports multiple meshtastic nodes
 - Runs meshtastic (you still need a meshtastic device)
+- Runs ON the meshtastic device (you need a separate device)
+  - Maybe in the future we can have this compiled down to wasm, runs in browser and saves the db in browser. hosted on the esp32 itself.
+  - Is it small enough once compiled to wasm?
+  - Is there support for local database saving?
 
 ## Installation