DEV Community

Discussion on: What non-CMS tools would you use to make a small but growing website?

Collapse
 
jarodpeachey profile image
Jarod Peachey

I would use GatsbyJS as the Static Site Generator, and host it on Netlify. Netlify comes with forms, so you can set those up. Netlify also comes with a CMS option. If you don't use the Netlify CMS, Gatsby easily integrates with other CMSs

Collapse
 
monicat profile image
Monica Macomber

Gatsby easily integrates with other CMSs

Didn't know that, that's cool.