This one works for me.
https://www.amazon.co.uk/gp/product/B00 ... UTF8&psc=1
It is tiny, and cheap.
Powered hubs will only cause issues if they try to "backpower" the Pi. If they're made correctly, they won't try to send power back on their uplink connection. That's why I put the warning about the small Monoprice hubs I use. If powered, they will try to back power. Therefore, I only use that particular model of hub unpowered.
I have a couple of those hubs, and I have a micro to mini USB cable to directly connect it to the Pi0 without an additional OTG adapter.W. H. Heydt wrote: ↑Sat Sep 15, 2018 10:30 pmWith Pi0/Pi0W, I use this https://www.monoprice.com/product?p_id=10065 hub.

FWIW, I've found these two mini-keyboards with trackball/trackpad useful with my A, A+, & Pi Zero's from time to time (but, perhaps, avoid the bluetooth variants):
If you want something less mini, Logitech makes the K400 series keyboards which work well for me on the Pi computers. I have a couple of the K400r models, but the newer model is the K400 Plus. It has standard size keys (mostly) and a trackpad.FTrevorGowen wrote: ↑Sun Sep 16, 2018 7:07 pmFWIW, I've found these two mini-keyboards with trackball/trackpad useful with my A, A+, & Pi Zero's from time to time...
I have a Pi0W on which I went one step further. It is programmed to be it's own "hotspot" so you can take another machine (such as a Pi) that has WiFi and connect to it as if it were an AP or router and then log in. It makes it independent of any other WiFi signals in the area.HawaiianPi wrote: ↑Mon Sep 17, 2018 1:38 amAs I mentioned earlier, you also have the option of using your Pi Zero without a keyboard mouse or screen by controlling it from another computer. You can control it over your network or through a USB cable, and you can use SSH for command line or RealVNC for remote desktop.
To control it over a USB cable you would use USB Gadget mode, which a Windows, Mac or Linux PC will detect as a USB Ethernet adapter. All you need is a standard micro USB data cable and a specially prepared Raspbian SD card. Then you can just plug it into your main computer's USB port (you don't even need a power supply, because it's powered by the USB port).
This is probably the best guide to setting up USB Gadget mode.
https://blog.gbaman.info/?p=791