I just uploaded a new version. The last one I think.
It enables the ability to create websites.
How to create a website:
# website files
mkdir public/my-dir
echo “Hello world!” > public/my-dir/index.html
# publishing
mkdir dns/my-app
ln -s public/my-dir dns/my-app/www
Then, open safe://www.my-app, you will see your “Hello world!”.
PS: Please let me know if you find a bug on it (here or on GitHub).