For a personal project I designed a super tiny Wifi dimmer module, based on the ESP8266. It doesn't need any arduinos or rasp pis to work, just the ESP.
This is an attempt to make a module with correct pulldown/ups that minimizes wasted power consumption, all in a 2x3cm package. Its height is incredibly small too, causing it to be integrable almost anywhere. Just plug 12V and GND into the IN terminal, hook your LED strip up to the OUT terminal, and enjoy having your lighting dimmable from any device.
The hardware design, explanation, and parts list are open sourced on GitHub: https://github.com/tjclement/esp-dimmer-hardware.
I'm hoping to share the software soon as well. In the mean time, since this is essentially a breakout of the bare ESP chip, any other firmware will work just fine as well. The pin used for PWM dimming is GPIO13, for reference.
I'm very interested in your thoughts, and if you have any improvement suggestions please send over a pull request so we can integrate the awesomeness!