Gatsby (software)
{{Short description|Lightweight javascript framework}}
{{Infobox software
| name = Gatsby
| developer = Gatsby, Inc.
| released = 2015
| logo = Gatsby Logo.png
| logo size = x64px
| latest release version = 5.14.0
| latest release date = {{start date and age|2024|11|6|df=yes}}
| programming language = JavaScript, TypeScript
| platform = Web platform
| genre = Web application framework
| license = MIT License
| website = {{Official URL}}
}}
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.{{cite web |url=https://www.gatsbyjs.com/plugins |title=Gatsby Plugins |access-date=2022-02-19 |publisher=Gatsby, Inc.}} Since version 4 Gatsby also supports server-side rendering (SSR) and Deferred Static Generation for rendering dynamic websites on a Node.js server.{{cite web |url=https://www.gatsbyjs.com/docs/how-to/rendering-options/using-server-side-rendering/ |title=Using Server-side Rendering (SSR) |access-date=2022-02-19 |publisher=Gatsby, Inc.}} Gatsby is developed by Gatsby, Inc. which also offered a cloud service, Gatsby Cloud, for hosting Gatsby websites, which was terminated by Netlify in August 2023 to unify it with Netlify Cloud.{{cite web |title=Netlify Announces the Evolution of Cloud Platform |url=https://www.netlify.com/blog/gatsby-cloud-evolution/ |access-date=2024-05-11 |website=Netlify |language=en}}
Gatsby was launched in 2015. The company raised $15 million in Series A funding in September 2019,{{cite web |last=Lardinois |first=Frederic |date=2019-09-26 |title=Gatsby raises $15M Series A for its modern web development platform |url=https://techcrunch.com/2019/09/26/gatsby-raises-15m-series-a-for-its-modern-web-development-platform/ |access-date=2023-02-12 |website=TechCrunch |language=en-US}} and $20 million in Series B funding in 2020. In February 2023, Netlify acquired Gatsby, Inc..{{cite web |last=Lardinois |first=Frederic |date=2023-02-01 |title=Netlify acquires front-end platform Gatsby |url=https://techcrunch.com/2023/02/01/netlify-acquires-frontend-platform-gatsby/ |access-date=2023-02-12 |website=TechCrunch |language=en-US}}
See also
{{Portal|Free and open-source software}}
References
{{reflist}}
External links
- {{Official website|https://www.gatsbyjs.com/}}
Category:JavaScript web frameworks
Category:Static website generators
Category:Free static website generators
Category:Free software programmed in JavaScript