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.<p>Does anybody have any guesses as to how Super.so (or similar) is implemented?
Yeah, look at:<p><a href="https://github.com/transitive-bullshit/nextjs-notion-starter-kit" rel="nofollow">https://github.com/transitive-bullshit/nextjs-notion-starter...</a> and <a href="https://github.com/NotionX/react-notion-x" rel="nofollow">https://github.com/NotionX/react-notion-x</a><p>I played around with Cloudflare workers, but ended up just paying for Super.so as the cost > the hassle. I could be wrong, but think it'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.
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!