TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Smallweb – A self-hostable personal cloud inspired by CGI-bin

3 点作者 pomdtr5 个月前

1 comment

pomdtr5 个月前
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&#x27;re basically done.<p>Try out the demo at <a href="https:&#x2F;&#x2F;demo.smallweb.live" rel="nofollow">https:&#x2F;&#x2F;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:&#x2F;&#x2F;install.smallweb.run&#x2F;vps.sh" rel="nofollow">https:&#x2F;&#x2F;install.smallweb.run&#x2F;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:&#x2F;&#x2F;www.smallweb.run&#x2F;examples#excalidraw" rel="nofollow">https:&#x2F;&#x2F;www.smallweb.run&#x2F;examples#excalidraw</a><p>We also have a small community at <a href="https:&#x2F;&#x2F;discord.smallweb.run" rel="nofollow">https:&#x2F;&#x2F;discord.smallweb.run</a> !