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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How is something like Super.so built?

1 点作者 alex-wallish将近 4 年前
I came across fruitionsite.com which is an open source implementation, but it seems a bit different. It appears that they&#x27;re simply re-writing traffic and not actually hosting the site themselves.<p>Does anybody have any guesses as to how Super.so (or similar) is implemented?

2 条评论

iamben将近 4 年前
Yeah, look at:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;transitive-bullshit&#x2F;nextjs-notion-starter-kit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;transitive-bullshit&#x2F;nextjs-notion-starter...</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;NotionX&#x2F;react-notion-x" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;NotionX&#x2F;react-notion-x</a><p>I played around with Cloudflare workers, but ended up just paying for Super.so as the cost &gt; the hassle. I could be wrong, but think it&#x27;s very similar to those repos. So loosely, grab everything from Notion, make the appropriate page changes so it works as a site, then push it elsewhere as static content.
leerob将近 4 年前
Hey! Super.so uses Next.js and Vercel under the hood. They are using an unofficial Notion API to convert content to React components, and then ultimately to HTML through Next.js, which is deployed and hosted with Vercel. They also use Vercel for adding and managing custom domains.<p>We (Vercel) are working on an open-source example similar to this, so people and clone and deploy and built their own platform!