Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up

Why we choose Gatsby over Next.js and Wintersmith

Moreno Feltscher
October 3rd, 2017
Smartive and Gatsby logos

This article was originally published on our company blog on September 27, 2017.

smartive.ch goes Gatsby

At smartive, a Swiss-based web agency, we always saw the potential of static site generators. After using Wintersmith and Next.js we recently made the switch to Gatsby for our company site. A decision we don’t regret. Here’s why.

Back in the Days..

As mentioned we already built our company website using static site generators early on. Last year, we finally made the switch from our good old custom PHP application with little to no logic, which served us for about two years, to Wintersmith. At that time this was one of the leading static site generators based on Node.js. Since most of our applications at that time were already JavaScript based it seemed to be the perfect fit. The fact that our company was undergoing a complete rebranding in terms of our corporate identity came in quite handy as well.

After running Wintersmith for almost a year we encountered its limits. Some of the major drawbacks at that time were:

  • No code splitting, resulting in the client having to load a bunch of unnecessary JavaScript and CSS files
  • Pulling in external resources, such as blog posts, was quite unhandy and sometimes even impossible
  • Build process optimization was almost impossible and in our case resulted in a webpack setup on top of Wintersmith which was not really maintainable

React to the Rescue!

Since by the time we encountered the problems described above we already had deep knowledge of React we started looking for an alternative based on that hot new thing.

The first thing that caught our attention was Next.js, as seemingly everyone going for a server-side rendered React app was using it. After some days hacking on our app we encountered some issues, especially when it came to frontend rendering. We chose prismic.io for our backend system which served all the content. Although this felt right at first but, as all of us are developers, working around the constraints of it just didn’t feel right.

Luckily at that time Gatsby version 1.0 just got released and we decided to give it a try during one of our so-called Hackdays. We instantly fell in love with the simplicity of the system. Our first approach was to just use all the components which we already had created for Next.js and backed it by simple JSON files containing the content we wanted to serve using the amazing yet simple GraphQL-based pull-in mechanism Gatsby provides. This was accomplished by using the gatsby-transformer-json plugin internally. Keep in mind that our content rarely changes, so this was always the way we wanted it to be (without knowing for some time as we had to admit to ourselves).

One of our main goals all along was to show our latest blog posts on Medium. Unfortunately at that time there was no plugin to achieve this so we decided to write one ourselves. By the time of writing I’m proud to say we successfully did so and even contributed it back to the community. Make sure to check it out if you’re interested in a similar solution.

The only thing left was to actually rebuild and deploy our site once a new blog post gets released on Medium. We chose IFTTT for this task, mainly because of its simplicity. Every time IFTTT picks up a newly published blog post it triggers a GitLab CI pipeline using a webhook, which then rebuilds and deploys our application onto our Docker Cloud infrastructure.

The result of our work using Gatsby is an outstanding Google PageSpeed score thanks to the built-in code splitting and cache handling mechanisms. If you’re interested in how smartive.ch is built you can have a look at our code on GitHub.

We are really looking forward to build other cool stuff for our customers using Gatsby!


If you have any questions about the way we built smartive.ch feel free to contact me on Twitter.

_Special thanks goes to my co-worker Robert Vogt who did most of the work on our website and contributed the Medium plugin mentioned above._

Share on TwitterShare on LinkedInShare on FacebookShare via Email

Full-Stack Web Engineer and Partner at https://smartive.ch

Follow Moreno Feltscher on Twitter

Tagged with blogs, Case Studies, deploymentView all Tags

Talk to our team of Gatsby Experts to supercharge your website performance.

Contact Gatsby Now
© 2023 Gatsby, Inc.