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

1 points by alex-wallish ↗ HN
I came across fruitionsite.com which is an open source implementation, but it seems a bit different. It appears that they're simply re-writing traffic and not actually hosting the site themselves.

Does anybody have any guesses as to how Super.so (or similar) is implemented?

2 comments

[ 221 ms ] story [ 542 ms ] thread
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.

We (Vercel) are working on an open-source example similar to this, so people and clone and deploy and built their own platform!