Smallweb is inspired both by serverless platforms (e.g. cloudflare workers and val.town), and older standards like cgi-bin. To create a new app, you just create a new file, and you're basically done.<p>Try out the demo at <a href="https://demo.smallweb.live" rel="nofollow">https://demo.smallweb.live</a><p>Smallweb is super easy to self-host (you can even keep it local to your device). It is distributed as a single golang binary, and there is an install script allowing you to set it up on a new VPS with a single command (https work out of the box, no need to set DNS records):<p>curl -sSL <a href="https://install.smallweb.run/vps.sh" rel="nofollow">https://install.smallweb.run/vps.sh</a> | sh<p>Since the app is based on deno, it supports url imports. It allows you to host complex apps like vscode or excalidraw by writing 3 lines of code: <a href="https://www.smallweb.run/examples#excalidraw" rel="nofollow">https://www.smallweb.run/examples#excalidraw</a><p>We also have a small community at <a href="https://discord.smallweb.run" rel="nofollow">https://discord.smallweb.run</a> !