Unfortunately, they do not have WiFi integrated, and the shields are pretty expensive.
So, the technical question is(
For simplicity, Bare Conductive Paint acts exactly as a wire, so we will call it a wire.): How can I make the Spark IO input know when I touch the wire with my finger? Do I need an extra cip or something? How can I do it as simple as possible?
ST (who makes the STM32 micro-controller) has some documentation and a library for using the STM32 as a capacitive touch controller:
I haven’t tried to do this myself but it is possible to do it with just the MCU. That said, I believe it is much easier to purchase a chip that will handle the capacitive touch sensing itself and has an I2C or SPI interface.