In response to Matt Mullenweg - founder of WordPress - who recently took a swipe at the Jamstack, we look at why developers are moving from monolithic WordPress sites to the modern web architecture.
Five years ago, Netlify launched and changed the way developers build for the web. Today we celebrate 1 million devs and businesses that have joined us. Check out our story and interactive roadmap.
Netlify offers simple pricing for every project. Learn about our newly expanded pricing options that offer more value for developers and enterprise teams.
We're thrilled to announce $53 million in Series C funding, led by EQT Ventures, with participation from existing investors Andreessen Horowitz and Kleiner Perkins, as well as Preston-Werner Ventures.
We have exciting news: fueled by that developer faith in us (thank you!), we’ve raised $30M in additional funding with Kleiner Perkins, Andreessen Horowitz, and the founders of Slack, Yelp, GitHub and Figma all participating.
Take a deeper look at how to use Netlify Functions together with Netlify’s Identity feature to access and update user data, and allow your users to send you a message that you receive directly on Slack. All it takes is a little bit of glue code to bring the services together.
Netlify now handles your serverless AWS Lambda functions so you don't have to. Bring all the power of microservices to your site without setting up servers, writing server-side code, or managing multiple accounts.
When you deploy a site that uses Scrivito CMS, you're actually deploying on Netlify. This means access to all of the workflow essentials like like continuous deployment, domain management, and HTTPS.
Today Smashing Magazine launched a complete site overhaul, including a tech stack built from the ground up on Netlify and its open source projects. And it's 10x faster than the old site.
Today we're excited to announce that we've raised a $12 million Series A round from Andreessen Horowitz, together with our awesome existing investors: Bloomberg Beta, Designer Fund, and Tank Hill Ventures.
We are excited to announce new additions to our features, Teams functionality, and a new family of plans that include an (even more) awesome free tier!
Matt Biilmann and Chris Bach joined the show to talk about JAMstack, Netlify CMS, how open source drives standards, and 10x-ing the speed of Smashing Magazine.
A CMS that is open-source but fully-featured and production-ready, that’s as easy to customize as it is to use, and that developers and content editors can build a community around.
Jekyll Srcset is a small plugin for Jekyll that may solve your most important responsive image needs, without making things ridiculously complicated.
Here’s how you would use it in a Liquid template:
{%raw%}{% image_tag src=page.thumbnail width="200" %}{%endraw%} With a …