Software:Gatsby

From HandWiki
Short description: Lightweight javascript framework to create for static and server‑rendered applications
Gatsby
Gatsby Logo.png
Developer(s)Gatsby, Inc.
Initial release2015
Stable release
5.12.0 / 24 August 2023; 5 months ago (2023-08-24)
Repositorygithub.com/gatsbyjs/gatsby
Written inJavaScript, TypeScript
PlatformWeb platform
TypeWeb application framework
LicenseMIT License
Websitegatsbyjs.com

Gatsby is an open-source static site generator built on top of Node.js using React and GraphQL. It provides over 2500 plugins to create static sites based on sources as Markdown documents, MDX (Markdown with JSX), images, and numerous Content Management Systems such as WordPress, Drupal and more.[1] Since version 4 Gatsby also supports Server-Side Rendering and Deferred Static Generation for rendering dynamic websites on a Node.js server.[2] Gatsby is developed by Gatsby, Inc. which also offers a cloud service, Gatsby Cloud, for hosting Gatsby websites.[3]

Gatsby was launched in 2015. The company raised $15 million in Series A funding in September 2019,[4] and $20 million in Series B funding in 2020.[5] In February 2023, Netlify acquired Gatsby, Inc..[5]

See also

References

External links