Show HN: I built a website builder on top of Notion
1–10 of 102 posts
Re: Show HN: I built a website builder on top of Notion
#2This [1] demo scores 81 and this[2] has a 68.
[0] - https://developers.google.com/speed/pagespeed/insights/?url=...
[1] - https://developers.google.com/speed/pagespeed/insights/?url=...
[2] - https://developers.google.com/speed/pagespeed/insights/?url=...
Re: Show HN: I built a website builder on top of Notion
#3Re: Show HN: I built a website builder on top of Notion
#4Re: Show HN: I built a website builder on top of Notion
#5Re: Show HN: I built a website builder on top of Notion
#6Nice stuff, what sets you apart from your competitors like https://super.so/ ?
Re: Show HN: I built a website builder on top of Notion
#7Re: Show HN: I built a website builder on top of Notion
#8notion websites are so slow. Google's page speed for your home page has a score of 42. Why does it say "fast page speed" and "great seo"? This [1] demo scores 81 and this[2] has a 68. [0] - https://developers.google.com/speed/pagespeed/insights/?url=... [1] - https://developers.google.com/speed/pagespeed/insights/?url=... [2] - https://developers.google.com/speed/pagespeed/insights/?url=...
news.ycombinator.com has a 100 score, but if you compare the actual "Lab Data" it's not a massive difference.
First Contentful Paint: news.ycombinator.com: 1.3s, potion.so: 2.7s
The biggest difference is Time to Interactive: news.ycombinator.com: 1.4s, potion.so: 11.2s
That 11.2s is pretty bad, but PageSpeed Insights doesn't take into consideration which interactions work before all the JavaScript has loaded. In the case of potion.so, the HTML is rendered on the server (or perhaps statically generated), and the vast majority of important interactions on the homepage are simple HTML links that work even with JavaScript disabled. The 2 big exceptions (and probably the biggest contributors to that terrible Time to Interactive metric) are the third-party embedded video and chat widget.
Re: Show HN: I built a website builder on top of Notion
#9@noahbragg - Given that you're built 100% on top of Notion (or at least I think you are), how are you thinking about platform risk long term? They could cut you off their APIs, end life for some undocumented API you rely on, or just build your features into their own product at any point.
Re: Show HN: I built a website builder on top of Notion
#10Noah's a fun person to follow for those of you who are interested in indie businesses and are on Twitter[0] He's been sharing his MRR growth and learnings while building Potion for awhile now. @noahbragg - Given that you're built 100% on top of Notion (or at least I think you are), how are you thinking about platform risk long term? They could cut you off their APIs, end life for some undocumented API you rely on, or…