Gatsby

Some might rush to point out that Gatsby is more like a site generator than a framework. While that may hold some truth to it, the thing is we see Gatsby as being closer to a modern frontend framework, which is the reason why we’ve included it here. This React-based tool has all the features you need to build modern websites, including plugins to integrate highly popular services and “recipes” to automate common web tasks. 

A static web page (sometimes called a flat page or a stationary page) is a web page that is delivered to the user's web browser exactly as stored, in contrast to dynamic web pages which are generated by a web application.Consequently, a static web page displays the same information for all users, from all contexts, subject to modern capabilities of a web server to negotiate content-type or language of the document where such versions are available and the server is configured to do so. == Overview == Static web pages are often HTML documents stored as files in the file system and made available by the web server over HTTP (nevertheless URLs ending with ".html" are not always static).