This article contains promotional content .(May 2023) |
Formerly | MakerLoop, Inc. [1] |
---|---|
Founded |
|
Headquarters | , |
Area served | Worldwide |
Key people |
|
Products | Netlify platform |
Revenue | US$33 million (2023) |
Number of employees | 244 (2023) |
Website | www |
Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites. [6]
The company enables building, deploying, and scaling websites whose source files are stored in the version control system Git and then generated into static web content files [b 1] [7] served via a content delivery network. [b 2] [b 3] Netlify Functions are used in building dynamic websites with interactive features. [8] The Netlify platform integrates with various plugins and application programming interfaces (APIs) to add extra features/functionality for web projects. [9]
The company was founded in 2014 when Danish entrepreneur Mathias Biilmann noticed the emergence of Git-centered workflows with modern build tools and static site generators, a shift he described as "a massive change happening in the web development space", while running Webpop, a content management startup based in San Francisco. [10] In 2015, Biilmann invited Christian Bach, his childhood friend who was working as an executive at a creative services agency in Denmark, to join him as co-founder in his new venture. [11] In 2017, MakerLoop was rebranded as Netlify. [1]
Beyond the initial focus on hosting for static websites, and attracting many developers with a free basic offer, the company expanded to a broader offering including serverless functions and test and deployment services. [8] [12]
On May 19, 2021, Netlify announced the acquisition of FeaturePeek, a Y Combinator and Matrix Partners backed startup that enables developer teams to preview frontend content. [13]
On November 17, 2021, Netlify acquired Y Combinator and SignalFire-backed OneGraph to allow for the composition of apps with APIs and services using GraphQL. [14]
On February 1, 2022, Netlify announced the acquisition of Quirrel, an open-source solution and service for managing and scheduling the execution of serverless functions and jobs. [15] Later in February, Netlify announced the acquisition of competitor company and Jamstack framework and platform provider Gatsby. [16]
On June 29, 2023, Netlify announced the acquisition of Stackbit, a visual editing company run by entrepreneurs like Ryland King. [17]
On August 16, 2016, Netlify raised $2.1 million from the founders of GitHub, Heroku, Rackspace Cloud, Bloomberg Beta and Tank Hill. [18]
On August 9, 2017, the company announced that it had raised $12 million in series A funding from Andreessen Horowitz. [19] [20] [21] [22]
On October 9, 2018, the company issued a press release announcing that it had completed a series B round led by Kleiner Perkins—with participation from Andreessen Horowitz, Slack and Flickr co-founder Stewart Butterfield, Yelp CEO and co-founder Jeremy Stoppelman, among others—securing $30 million. [23] [24]
On March 4, 2020, Netlify secured $53 million in a series C round led by EQT Ventures, the venture capital branch of Swedish investment company EQT, with contributions by existing investors Andreessen Horowitz, Kleiner Perkins, and newcomer Preston-Werner Ventures. [25]
On November 17, 2021, Netlify secured $105 million in a series D round led by Bessemer Venture Partners at a $2 billion valuation, with contributions by existing investors Andreessen Horowitz, BOND, EQT Ventures, Kleiner Perkins, Mango Capital, and Menlo Ventures. [26] This brought Netlify's total funding to $212 million. [27]
Netlify combines a platform for apps that streamlines the workflow for a development team. [28] Netlify Build is a CI/CD infrastructure for frontend teams that is automated and pre-configured. It does not require a full-time administrator to manage the pipeline. [29] Netlify Graph is a GraphQL-based approach to integrating distinct APIs to build a web app that strives to reduce the inherent complexities in mixing different data models, response formats, and authentication schemes; it is integrated with a number of APIs such as GitHub, Stripe, and Salesforce. [30]
Developers write, test, and review code before production with Netlify CLI. Within the CLI is Netlify Dev, which is a collection of development CLIs that brings the Netlify production environment down to a developer's local machine. [31]
Deploy previews are used to view and leave feedback about a web project, with every annotation and comment synced to an organization's productivity tools. Netlify automatically builds a new Deploy Preview as a unique permanent URL for each Pull/Merge Request. [32]
Netlify Edge is a network used to power web experiences. It is fast due to its global distribution with automated prerendering. With Edge, apps are deployed to multiple cloud providers. Worldwide caches are invalidated instantly as every global deployment is an atomic and instant update. [33]
Netlify's serverless capabilities include Netlify Functions, Background Functions, Scheduled Functions, and Edge Functions.
Netlify Edge Functions allow developers to build fast web experiences by running dynamic content or an entire application from the network edge. Edge Functions are built on open source runtime Deno to work with server-side features from existing web frameworks and edge-first frameworks. [34]
Working as API endpoints deploy server-side code that automatically runs in response to events or completes jobs in the background by coding functions with JavaScript, TypeScript, or Go. Netlify executes functions written as full API endpoints, or functions can be executed directly from the frontend through JavaScript, or they can be called from other services through webhooks. [35]
Netlify works with open source contributors, web framework authors, digital agencies, and technology vendors in the modern web ecosystem; developers pick and plug in the tools for their projects. Netlify is an Enabler member of the MACH Alliance, group of independent technology companies that aim to advocate for open, best-of-breed technology ecosystems. [36]
JAMstack [a] is a cloud-native web development architecture based on client-side JavaScript code, reusable APIs, and markup content. [b 4] It was pioneered and created by Netlify. [37] [38] In its purest form, the idea of JAMstack is that a web application is pre-built into static pages, using content and code to generate the output. In basic terms, JAMstack is a significant shift in focus from the now abstractable back end to the now-powerful front end. [39]
Netlify is the host of the annual Jamstack Conf and runs the annual Jamstack Community Survey. [40]
In March 2017, Netlify CMS was named "GitHub project of the week" by the Software Development Times . [41]
On July 10, 2018, GitHub founder and former CEO Tom Preston-Werner predicted that "within 5 years, you'll build your next large scale, fully featured web app with JAMstack and deploy on Netlify." [42]
Netlify customers include Google, Facebook, Verizon, NBC, Samsung, Nike, Cisco, Atlassian, LiveChat, TriNet, Loblaw, Wieden+Kennedy, Vue.js, Citrix, Peloton, Kubernetes, Lodash, Smashing Magazine, Sequoia Capital, VMware, [27] UW Health, Pan Macmillan, [43] Victoria Beckham Beauty, Twilio, [44] and Unilever. [45] [46] [47] [11] [48] [49] [50] [51]
Marc Lowell Andreessen is an American businessman and former software engineer. He is the co-author of Mosaic, the first widely used web browser with a graphical user interface; co-founder of Netscape; and co-founder and general partner of Silicon Valley venture capital firm Andreessen Horowitz. He co-founded and later sold the software company Opsware to Hewlett-Packard; he also co-founded Ning, a company that provides a platform for social networking websites. He is an inductee in the World Wide Web Hall of Fame. Andreessen's net worth is estimated at $1.7 billion.
GitHub is a developer platform that allows developers to create, store, manage and share their code. It uses Git software, which provides distributed version control of access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project. Headquartered in California, it has been a subsidiary of Microsoft since 2018.
AH Capital Management, LLC is an American privately held venture capital firm, founded in 2009 by Marc Andreessen and Ben Horowitz. The company is headquartered in Menlo Park, California. As of April 2023, Andreessen Horowitz ranks first on the list of venture capital firms by assets under management, with $42 billion as of May 2024.
Peter J. Levine is an American software executive and venture capitalist.
Backend as a service (BaaS), sometimes also referred to as mobile backend as a service (MBaaS), is a service for providing web app and mobile app developers with a way to easily build a backend to their frontend applications. Features available include user management, push notifications, and integration with social networking services. These services are provided via the use of custom software development kits (SDKs) and application programming interfaces (APIs). BaaS is a relatively recent development in cloud computing, with most BaaS startups dating from 2011 or later. Some of the most popular service providers are AWS Amplify and Firebase.
Meteor, or MeteorJS, is a partly proprietary, mostly free and open-source isomorphic JavaScript web framework written using Node.js. Meteor allows for rapid prototyping and produces cross-platform code. The server-side MongoDB program is the only proprietary component of Meteor and is part of the Meteor download bundle. It is possible to use Meteor without using the server-side MongoDB. It uses the Distributed Data Protocol and a publish–subscribe pattern to automatically propagate data changes to clients without requiring the developer to write any synchronization code. On the client, Meteor can be used with any popular front-end JS framework, Vue, React, Svelte, Angular, or Bazel.
Plotly is a technical computing company headquartered in Montreal, Quebec, that develops online data analytics and visualization tools. Plotly provides online graphing, analytics, and statistics tools for individuals and collaboration, as well as scientific graphing libraries for Python, R, MATLAB, Perl, Julia, Arduino, JavaScript and REST.
Jekyll is a static site generator written in Ruby by Tom Preston-Werner. It is distributed under the open source MIT license.
DigitalOcean Holdings, Inc. is an American multinational technology company and cloud service provider. The company is headquartered in New York City, New York, US, with 15 globally distributed data centers. DigitalOcean provides developers, startups, and SMBs with cloud infrastructure-as-a-service platforms.
AWS Lambda is an event-driven, serverless Function as a Service (FaaS) provided by Amazon as a part of Amazon Web Services. It is designed to enable developers to run code without provisioning or managing servers. It executes code in response to events and automatically manages the computing resources required by that code. It was introduced on November 13, 2014.
PubNub is a real-time communication platform and infrastructure-as-a-service company based in San Francisco, California. The company makes products for software and hardware developers to build real-time web, mobile, and Internet of Things (IoT) applications.
Runscope is a SaaS-based company that sells software for API performance testing, monitoring and debugging. Runscope is based in San Francisco, California.
Wercker is a Docker-based continuous delivery platform that helps software developers build and deploy their applications and microservices. Using its command-line interface, developers can create Docker containers on their desktop, automate their build and deploy processes, testing them on their desktop, and then deploy them to various cloud platforms, ranging from Heroku to AWS and Rackspace. The command-line interface to Wercker has been open-sourced.
Imply Data, Inc. is an American software company. It develops and provides commercial support for the open-source Apache Druid, a real-time database designed to power analytics applications.
Foursquare Labs Inc., commonly known as Foursquare, is a geolocation technology company and data cloud platform based in the United States. Founded by Dennis Crowley and Naveen Selvadurai in 2009, the company rose to prominence with the launch of its local search-and-discovery mobile app. The app, Foursquare City Guide, popularized the concept of real-time location sharing and checking-in.
Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static rendering.
Monday.com Ltd. is a cloud-based platform that allows users to create their own applications and project management software. The product was launched in 2014 and in July 2019, the company raised $150 million, based on a $1.9 billion valuation. The company went public in June 2021 and is based in Tel Aviv, Israel.
JAMstack is a web development architecture pattern and solution stack. The acronym "JAM" stands for JavaScript, API and Markup and was coined by Matt Biilmann in 2015. The idea of combining the use of JavaScript, APIs and markup has existed since the beginnings of HTML5.
Smartcar, Inc. is a software company based in Mountain View, California. It allows software developers to locate, unlock, and read data from vehicles using an API.
Vercel Inc., formerly ZEIT, is an American cloud platform as a service company. The company maintains the Next.js web development framework.