When comparing Postach.io vs Gatsby JS, the Slant community recommends Postach.io for most people. In the question“What are the best solutions for a personal blog?” Postach.io is ranked 12th while Gatsby JS is ranked 17th. The most important reason people chose Postach.io is:
Use your Evernote app notes as content for your blog. Just add a "published" tag to your note and you're done.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Blog using Evernote
Use your Evernote app notes as content for your blog. Just add a "published" tag to your note and you're done.
Pro Markdown support
You can write using Markdown syntax on Postach.io.
Pro Good themes
Well-designed themes, more than you would expect for a lightweight solution.
Pro Familiar to Evernote users
It's based on a tool you probably already know well and use a lot. No need to go anywhere else.
Pro Customizable themes
You can change the look and layout of your blog.
Pro Custom domain support
Postachio.io allows for using your own custom domain.
Pro Multimedia support
Any media file you can use in Evernote, such as images, audio, video can be used in Postach.io.
Pro Comments system
People can leave comments on your blog via the Disqus comments system.
Pro RSS feeds
People can subscribe to your blog using RSS feeds.
Pro No page reload when navigating
Pro Based on React.js
Editing markup is phenomenally easy when you have components.
Pro Live reload
Every change you make can be almost immediately seen in a browser.
Pro A lot of plugins
Gatsby offers a lot of plugins to integrate tools like SASS, typescript, styled components, etc.
Pro Very active development
Gatsby is very actively developed and the maintainers are very helpful.
Pro Built-in code and data splitting
Pro Open Source
Pro Take content from any source
Gatsby can generate the pages with content from any sources like Drupal, Wordpress, Contentful, etc. If the source plugin is not coded for your solution, you can create it.
Pro A static site and a React app in one
The static pages are generated by Server Site Rendering of the React app. So you have all benefits of a static site, and all benefits of a React app, which is very powerful.
Pro GraphQL Data Layer
Pro A lot of examples
Gatsby have a lot of examples sites in his github repository.
Pro Beautiful out-of-the-box blog starters
Cons
Con A bit raw
You'll maybe have to tweak some JSX if you want something that's not covered by available themes.