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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Any Modern, Serverless Alternatives to Lobste.rs?

9 点作者 contctlink7 个月前
I’ve been a fan of Lobste.rs for its great community and invite-only model. Recently, I’ve been wondering if there are any modern alternatives out there—especially those that use a serverless architecture.<p>I&#x27;m particularly looking for open-source options or any unique takes that embrace scalability and low maintenance through serverless tech.<p>Anyone seen anything cool or working on something similar? Would love to hear your thoughts!

3 条评论

krapp7 个月前
Lobste.rs is open source: <a href="https:&#x2F;&#x2F;github.com&#x2F;lobsters&#x2F;lobsters">https:&#x2F;&#x2F;github.com&#x2F;lobsters&#x2F;lobsters</a><p>But anything more complex than a basic server seems like overkill for a simple text forum.
stephenr7 个月前
Lobste.rs is a rails app - as much as ruby is not really my bag, I don&#x27;t think there&#x27;s anything about it that is particularly &quot;not modern&quot;.<p>The implication from your post is that to be &quot;modern&quot; an application needs to be &quot;serverless&quot; - which frankly is preposterous.
codingclaws7 个月前
I develop a HN&#x2F;Reddit&#x2F;Lobste.rs like internet forum [0]. It&#x27;s Node&#x2F;Postgres with a vanilla SSR front-end. It&#x27;s not serverless.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;ferg1e&#x2F;comment-castles">https:&#x2F;&#x2F;github.com&#x2F;ferg1e&#x2F;comment-castles</a>