Fixcrypt from the Lisk Chat just showcased a Dapp lite client, separated from the full client. It can run anywhere, without having Lisk installed.
Click here to see it (1.3MB)
Yes thanks LiskHQ, I'll push the whole source on github later today. This is simple so far with a few bugs around the edges, but sufficient I hope to show the potential of LISK. I started to work on it yesterday. It tells you how fast you can set up something with LISK.

Awesome, fixcrypt! It is amazing how quickly you have created this example.
Please post here (or better in the Lisk forum) the link to the sources.
I would have still two comments:
- It seems to be not a light client (in terms of security), so the transactions are not localy signed. Rather, it seems to be a remote GUI for a externel Lisk node (usage of the node API). In addition, each user must be aware of the fact, that he shares the passphrase with the developer of the client. You have to trust the developer absolutely.
- Node URL: only encrypted connections or connections to localhost should be allowed