I’m sure I’m just getting old and this is really neat and useful - but it’s such a shame that everything is now just several SaaSs tapped together. Notion, Retool, Zapier, Google workspaces… I understand the productivity gains, but it points to me at a fundamental failure of technology. We’re all drowning in tech debt and it’s not getting better and most startups spend half their efforts avoiding paying enterprise li…
Thought experiment: What's the largest start-up or most compelling start-up that can be built on a bunch of SaaSs taped together?
Using Notion as a headless CMS for our blog
71–80 of 88 posts
Re: Using Notion as a headless CMS for our blog
#72Notion hasn't been great for me; I wanted to like it and we got it for our team, but everyone is struggling when doing anything besides text. I used it for blogging, but currently only to actually write them, not publish because of the below issues. It's drag/upload images really dies when it's more than a few (on fiber, but that's not the point; in 2022 you need to remember what you were doing when uploading somethi…
I've struggled to grok Notion and Coda. What are the killer apps? I'm happy with Google Docs.
It can bulk publish your Google Docs to WordPress also it can create you a blog from Google Docs.
Re: Using Notion as a headless CMS for our blog
#73Re: Using Notion as a headless CMS for our blog
#74Re: Using Notion as a headless CMS for our blog
#75Earlier quoted context omitted.
I use usenotioncms.com to fetch Notion pages for https://notion2embed.com . I personally use it to embed Notion blocks/pages on static sites. They are already nicely styled and simple to update. Just and MVP at the moment, but it works for me, and I plan on improving it over time. Will be great for roadmaps, FAQs, "meet the team" galleries, etc.
[dead]
Re: Using Notion as a headless CMS for our blog
#76Earlier quoted context omitted.
I use usenotioncms.com to fetch Notion pages for https://notion2embed.com . I personally use it to embed Notion blocks/pages on static sites. They are already nicely styled and simple to update. Just and MVP at the moment, but it works for me, and I plan on improving it over time. Will be great for roadmaps, FAQs, "meet the team" galleries, etc.
[dead]
Re: Using Notion as a headless CMS for our blog
#77It's like https://github.com/NotionX/react-notion-x but much less worked on (bare essentials) and doesn't need a server per se, it runs on a serverless worker.
Re: Using Notion as a headless CMS for our blog
#78Earlier quoted context omitted.
"Hobby projects can make up to 3000 API calls per month for free." How many API calls on a page view? One? Many?
In useNotionCMS.com, there is no concept of a page view, you just call the api, you get back the html. So it’s per api call, not per page view. If you are talking about feather.so, it’s a completely different product. In that, the number of page views will be determined based on your Feather plan.
Re: Using Notion as a headless CMS for our blog
#79I built an entire product just for doing this. https://usenotioncms.com I then used this and built a no-code blogging platform to publish content from Notion https://feather.so There is also an open source version for using Notion as CMS. That can be found at https://github.com/NotionX/react-notion-x