CEO and Co-founder of Netlify. Builder of things, coiner of terms.

San Francisco
A reminder that Next JS is fully supported on Netlify, including advanced features like App Router, ISR, PPR, etc. Migrating should be as easy as linking your repository. If not, get in touch. docs.netlify.com/build/frame…
21
102
970
82,199
Netlify is the only place outside of Vercel where Next can be deployed on a serverless front-end cloud with support for all the advanced features. Today we're joining Open Next and starting to share our expertise with the broader community to help make Next run on more platforms.
🤝 We're moving our open-source Next.js adapter to the OpenNext GitHub organization and will begin collaborating across providers, like @Cloudflare and @SST_dev, to make sure Next.js runs well everywhere. bit.ly/40m6I9z
11
29
514
99,450
Same conclusion, RSC is not working out. They add a lot of complexity and tie together front-end, bundling and server runtimes. And in return we get, what? The front-ends people are building with RSCs looks and feels no different to end users than the ones built without them.
25
15
462
106,879
Tanstack for apps. Astro for sites. Vite under the hood.
Next.js is primarily made for Vercel and requires a ton of investment to make it work outside. Things like OpenNext exist but we’d rather bet on truly open frameworks like Vite.
13
15
408
57,359
Jamstack has forever changed the direction of the web. Today @Netlify is doubling down on Jamstack in a big way. We’ve raised our Series D round. We acquired OneGraph. And we’re launching a Jamstack Innovation Fund. 🚀 netlify.com/press/netlify-ra…
26
45
342
Replying to @amasad
There's a reason there's a cross industry open source protect called Open Next built just to make next work on other serverless platforms. Other frameworks built with modern frontend clouds as their ideal deployment target have clean adapter architectures and are trivia to port.
6
5
328
43,969
S3 was the beginning of the cloud, and simple blob storage turned out to be one of the most fundamentally useful abstractions for all types of cloud applications. Netlify just made it even simpler. netlify.com/blog/introducing…
11
26
295
61,609
Replying to @FredKSchott
When a spike in traffic can be automatically and absolutely classified as malicious, our platform is set up to block this. If it’s a new pattern we’ll add it to the automated rules and waive charges. It’s tricky when the traffic in question is not clearly malicious, but could be an indication of a customer being successful. In this case, any automatic block could mean ruining a launch, making a viral campaign go bad or disappointing fans of an emerging artist, etc. For free users, my philosophy has always been that we can never go back and fix it if we ruin your moment of glory, but we can always cancel an invoice or refund a charge. Our support team does their best to identify these situations in advance of a user ever being made aware. In the specific case of the user that posted about the large bill they received, we’ve been clear that while this was an incredibly rare situation, we should have done better. A bill this large should never have left our system automatically and our support teams should not have treated this as a business user. We also should not have speculated that this was a DDoS attack, since in this case the traffic does match organic traffic from a region with lots of old devices. While we do currently have notifications in place that make a user aware that extra bandwidth is being consumed, we do not currently have the ability for users to preset limits. We have assembled a team to immediately address this, and we will report back to the community ASAP when we have some more solid information to share around timing. When me and Chris started Netlify almost a decade ago, our primary goal was that any individual developer should be able to just build and use our platform for free. This is why our core monetization model is centered around helping large companies be successful, not billing individual developers. Since our inception, over millions of developers and thousands of open source projects have benefitted from our free offering; allowing anyone to build, deploy and launch their products to the world. We sincerely apologize that in the case of this user, we stumbled in the delivery of this promise.
14
8
282
19,111
Wow, 8 million developers on Netlify. If you're one of them, thank you. What’s something cool, fun, weird, creative or interesting you built recently?
53
20
288
67,395
AI will make the amount of software we build explode. At Netlify we just switched from Zoom to Google Meets. In general an improvement, except that in Meets you can't share audio from outside the tab you are screen sharing. This means no ability to play a Spotify song during the first few minutes of a townhall or large group meeting while showing the intro slides and messaging. Before AI, I would just have lived with it. Not now. I opened up Claude Code and gave it this prompt: "I want to create a chrome extension that lets me paste a spotify embed block (or similar embed block) and then injects an iframe into the current page with that embed positioned so it's always on top of any other elements and interactive. Make sure there's a little close icon to dismiss the iframe again (should remove the iframe from the DOM)" Now I have a Chrome Extension that lets me play Spotify from within any tab, and I've solved my problem. I've coded Chrome Extensions myself, but it's a long time ago, and I would not have had the time to read up on how they work, figuring out how to start one and do the setup, write UI code for drag'n drop stuff in JavaScript, etc, etc... This is software that would have never been made without AI, and we'll see so much more of this. What's also true is that had I not been an experienced developer, had I not known about the capabilities of Chrome Extensions to inject code into the current tab, or had I not known about iframe's and their ability to run external code safely within a tab, I would not have been able to write a prompt to solve this problem with or without AI. As @KentBeck said in a recent tweet: "The value of 90% of my skills just dropped to $0. The leverage for the remaining 10% went up 1000x."
17
14
238
30,462
Today it's exactly 10 years ago that we launched Netlify out of a private beta with a post on Hackernews. It's been an epic journey so far, with ups and downs and so many memories made along the way. Deep thanks to everyone that's been part of it. More in the thread below.
24
12
210
13,472
React and Remix v3 remind me of Rust and Golang. And similarly, a lot of the loudest voices discussing the two frameworks seems to be looking for "truth" rather than "tradeoffs". Go is less elegant than Rust, error handling is verbose, type system is not as advanced and more limited in the abstractions it can express. In many ways Rust is obviously more advanced, but for many use cases Go's very explicit choice to keep the level of abstraction very low and the code more imperative than functional has proven extremely useful for making it simple for normal engineers to build really robust production software with an easy onboarding from other languages onto Go, while Rust presents a much deeper learning curve and culturally sometime attract developers who prefers clever abstractions over simple solutions. There's not a right answer to "is Rust better than Go" and I'm really grateful that we have both options to choose from and that the two communities are exploring really different paths. In the current world of JS frameworks I've often wished for someone to take the super-pragmatic, low abstraction Golang approach and really stick to it and Remix v3 for now really seems to be the strongest contender to a viable framework with this approach. This is not "better" than React. There's not one "truth" about front-end development. It's a really different set of tradeoffs that I'm really glad to see a team of the Remix caliber explore. Now a lot will come down to the discipline of @mjackson, @ryanflorence and the core Remix team in resisting the allure of layers of abstractions on top of their core paradigm that I can already see potentially emerge in the community - in the same way that Rob Pike, Ken Thompson et all had to resist the push for complex generics, more abstract error handling, and similar levels of abstraction that would have changed the nature of the language.
13
9
173
19,531
Wow, 9 million developers on Netlify. We onboarded a million new developers the last 3 months. If you're on of them, thank you! What do you want us to ship next?
28
13
167
19,625
Netlify's docs are built with Starlight
Need for speed? Astro’s docs framework Starlight is fastest in its class according to real-world user data 🚀
2
8
160
28,016
I want TanStack to be a strong independent open source ecosystem with lots of strong industry sponsors. Our strategy in general is to sponsor and partner with independent open source ecosystems that we think are good for the web.
7
151
6,607
We just rolled out full support for Stale While Revalidate and Targeted HTTP Cache Control to all customers. All seamlessly integrated with our automatic, instant cache purges. netlify.com/blog/swr-and-fin…
6
19
140
56,779
Took us 5 years to land the first million developers. Now 4 years later we crossed 5 million developers on our platform. Come celebrate with us at Netlify Compose! netlify.com/blog/celebrating…
16
8
131
31,762
Big news! Netlify has acquired Gatsby Inc. This is another exciting step toward our mission to make it easier for developers and organizations to build for the web with composable architectures! netlify.com/press/netlify-ac…
5
15
126
18,506
Since I've gotten several requests for a migration check list, here you go:
Switching from Vercel → Netlify? Here’s a handy migration checklist with tips for Next.js and best practices for a smooth transition. 📑docs.netlify.com/resources/c…
2
8
123
7,946
Five years ago I introduced the term Jamstack at SmashingConf in San Francisco, to describe the decoupled architecture of the modern web. Today in @smashingmag I look at how this architecture has evolved since then and whats in store for the future. smashingmagazine.com/2021/05…
2
26
113
At Netlify we’ve taken on the “Preferred deployment partner” sponsorships for both @astrodotbuild and @tan_stack over the last years, but today we’re genuinely excited to have @Cloudflare join us and drop any notion of preferred labels. Open source thrive when we can all invest together across the industry and across competitive barriers, and these projects will lift the whole open web if well funded. Hope more partners will join in and help grow the open web ecosystem.
8
12
123
50,038
Been playing around with React server components and put together a demo on Netlify. It's much more barebones than @sugarpirate_'s full demo, and I hope that it'll be a good starting point for others. Demo: react-server-components.netl… Source code: github.com/netlify/react-ser…
3
21
114
We're now Official Deployment Partner for @vite_js @astrodotbuild for Sites, @tan_stack for Apps, and Vite as the underlying toolchain.
At Netlify, over 60% of deploys from AI agents like Windsurf and Bolt use Vite. As part of Agent Week, we’re proud to announce Netlify as the Official Deployment Partner for @vite_js! ⚡️ Our new plugin brings platform primitives directly into your local development environment.
8
7
115
10,812
Welcome on board Gatsby team!
The rumors are true: Gatsby is joining Netlify and we are PUMPED. The future is composable. gatsbyjs.com/blog/gatsby-is-…
9
5
111
11,524
Very excited about this partnership. @tannerlinsley has been one of the most prolific builders in the whole funny end space the last decade, and TanStack Start is the framework I would pick if I were to rebuild our dashboard from scratch tomorrow.
We’re super excited to announce that Netlify is now the official deployment partner for @tan_stack applications. 💥 TanStack’s refreshing take on building dynamic web applications has caught developers' attention. ⭐ Even before its GA launch, TanStack has nearly 100k stars across its toolkit repos. 📈 These adoption levels are on pace with early versions of Next.js and Astro!
8
5
113
13,855
Here's the full React Server Components demo with Postgress on the backend running on Netlify. Comes with a one-click Deploy button to get you started: github.com/netlify/full-reac…
3
16
109
API Endpoint to stream from OpenAI in 18 lines of code. Just add the file in the netlify/functions dir and deploy. Just Web API's, works with any front-end framework, or even without one.
🎉Introducing Netlify Functions 2.0! 5 years ago we pioneered developer workflows with Netlify Functions - write backend code alongside your frontend without worrying about scaling or servers. Now we're revolutionizing workflows again with Netlify Functions 2.0! Learn more: ntl.fyi/netlifyfunctions
6
7
96
25,127
Big moment for us, bringing FeaturePeek on board and launching collaborative Deploy Previews today. Proud of what we can share with the world. This marks the next era for Netlify, bringing the Jamstack benefits to life in a new way for teams. netlify.com/blog/2021/05/19/…
4
19
91
brb, need to go confirm with the board that it's alright we keep shipping lots of stuff real fast!
5
94
12,150
Gatsby 1.0.0 is out - very exciting release! gatsbyjs.org/blog/gatsby-v1/
1
26
85
It’s been a long time since I’ve had an active personal blog. Given the way social networks seem to be breaking apart and the communities I typically interact with are scattering, it’s time to return to owning my own little corner of the web. biilmann.blog/articles/i-bui…
8
6
90
30,230
I just deployed a website from an airplane in flight. Cloud deploys for real!
2
5
87
Netlify.com is built with Astro. Seeing teams at Netlify choose Astro, being both happy and productive, made me very bullish on Astro. A strong reason to commit to this level of sponsorship. We're literally investing in one of the key tools we use to build Netlify.
It’s Day 3 of #AstroWeek 🚀 Our teams selected @astrodotbuild for the evolution of netlify.com and for the new developers.netlify.com site. Learn what drove those decisions and what excites the team about working with Astro. netlify.com/blog/why-netlify…
4
11
85
12,510
I really like what I've seen of Remix 3 so far. In some ways less radical than what I had thought from the pre event signaling, but compared to all the complexity of useEffect, hooks, suspense, RSCs, etc, of modern React it was so refreshing to see something that felt very straight forward to understand end to end as @ryanflorence gradually built up the abstractions from pure DOM events and browser standards. Looking forward to play around with it.
2
5
84
6,768
Some dream of returning to PHP style full stack web development. Some of us have been there, done that and still have nightmares about it! SQL queries in my templates 😵‍💫
16
2
81
28,343
Over the last 3-4 years front-end architectures have gotten much more complex, without any real step change in what we're building. Let's make the web simpler again, so we can start spending our complexity budget on innovation again.
In July, Netlify partnered with Astro and added a cache primitive and a new API. It’s all to make the frontend simpler for web developers. thenewstack.io/matt-biilmann… #FrontEndDevelopment #JavaScript #WebDev
2
6
80
11,080
In the front-end community, there's a tendency to seek absolutes rather than balancing tradeoffs. Edge Rendering, for example, is powerful but not without its drawbacks. If you're building a full stack app on top of a database Edge Rendering is almost certainly an anti pattern for anything non-trivial. It's not cost efficient to replicate large databases across all edge regions. However, if you're building with a Jamstack approach on top of API's, then API caching + edge rendering can be a very powerful technique. Shopify's Hydrogen framework based on @remix_run is a great example of this. It's edge rendering on top of calls to Shopify's API which already have a good global edge caching layer, giving a good balance of very dynamic storefronts with low latency and a simple architecture to build with. Remix/Astro/Solid edge rendering on top of Netlify Connect is really exciting as well, since you'll get global edge caching for your GraphQL queries out of the box. One big tradeoff when running your app on the edge is more limited compute environments and more limited runtimes. We picked Deno as a runtime environment for Netlify Edge Functions for this reason. It strikes the best balance on the market right now between the security limits that makes it viable for edge environments, while providing a comprehensive JS runtime with good DX, standard libs and ecosystem.
9
75
10,450
Been excited about faster builds and installs with @bunjavascript? Now bun is available and supported for all Netlify Builds. netlify.com/blog/bun-support…
4
12
71
18,913
Want to play with the brand new React server components over the holidays? Here's a one click setup to get started: app.netlify.com/start/deploy… Demos mixing client and server side components, deployed to Netlify and runs locally with Netlify Dev. Enjoy!
14
74
Don't sleep on these types of posts from exceptional engineers like @zeeg or @schickling There's a big change happening in what it means to be a software developer. Writing code by hand it not going to be a big part of it. What follows is that reading code will also stop being a concern. There's no way the role for humans will be to sit and read through machine generated code all day. This change will have huge ripple effects across all of developer tooling, which is currently centered around code as our core IP and the core abstraction developers work at.
I literally have not written code by hand in weeks btw Doesn’t mean I’m hands off on the system design or anything else with the code, but I’m def not writing code.
6
7
78
14,684
Big news: on-demand cache key variations with the new Netlify-Vary header. Want your cache key to understand a cookie value? Netlify-Vary: cookie=logged_in Want your cache key to respect pagination? Netlify-Vary: query=page|per_page netlify.com/blog/netlify-cac…
6
9
77
44,448
Sorry for all the tech trouble at @JamstackConf. We had an amazing setup for this, live studio at a house in SF with amazing peeps like @cassidoo and @jlengstorf ready to create a truly memorable experience. Then P&G lost power to the whole block. Now back streaming from London.
5
7
64
Replying to @samlambert
This particular case wasn't actually a DDoS issue, but a ~3.7mb mp3 file suddenly starting to get a lot of downloads over several days. Regardless of that, our systems should have handled this much better.
On February 24th, an invoice was issued to a Starter plan user of Netlify for a substantial amount of bandwidth usage. Our internal systems should have identified this rare case, and it should have been flagged by our systems before being sent to this user. We sincerely apologize for this situation and the anxiety it caused. Please know that we are taking this situation very seriously. This situation has reinforced the urgency of our ongoing work to put safeguards in place in our billing system to ensure that this never happens again. No user of Netlify should ever be concerned that this could happen to them, and we are committed to fixing this issue immediately. We will also be looking at our company practices, as there clearly was an opportunity for us to have better handled this situation. Again, we apologize to the impacted user, as well as the community at large. We promise to do better.
3
2
63
29,731
Gotta say @tannerlinsley's upcoming Tanstack Start is looking pretty incredible. Great presentation at Compose.
1
2
69
6,096
Found time for a weekend code project for once: Contributed a parallel runner to Gatsby which can heavily speed up some build steps. Currently seeing 4x+ performance increases for image processing. dev.to/biilmann/open-source-…
2
13
61
As CEO, do I tweet too little or code too much?! shiptalkers.dev/compare?name…
10
63
5,776
Incredibly excited to add a whole new dimension too Netlify. Have known and followed the team at Stackbit since day one and seen how much they have helped our shared customers. Together we can do even more.
We’re excited to announce that we’ve acquired @stackbit! Stackbit brings the power of creating and managing no-code digital experiences to non-developers within our platform, giving your entire team the ability to create world-class digital experiences. netlify.com/blog/netlify-acq…
4
6
62
11,322
Boom 🔥🔥 Unstorage support for Netlify Blobs unstorage.unjs.io/drivers/ne…
3
8
61
6,249
Excited to announce this! Huge thanks to the amazing community around us, to the passionate and empathic team that's making all of this happen, and to both new and old investors taking a big bet on us. It's humbling to be working with you all. netlify.com/blog/2018/10/09/…
5
8
63
New article in thread: agent experience (AX). Agents now interact with our products autonomously, build with our platforms and consume our content and experiences on the web and beyond. We all need to consider how to craft our product experiences specifically for AI agents.
5
11
65
23,930
AX, agent experience, is now a key aspect of all tools we ship. Six months after I coined Agent Experience I mapped the real-world patterns and wrote up why they matter. Deploy first, claim later: @boltdotnew launches a live Netlify site before you even log in. @supabase auth and @prisma data and @clerk play the same tune; the agent handles set-up so you start with real output, not a blank prompt. Agents should meet humans where the work lives: Tag a code agent in a @linear issue and a branch pops into the repo, zero context switch. Docs for transformers are not docs for people: Skip the essay. Instead, feed the model a tight context file (llms.txt, .agent.md, recipe endpoints) that lists routes, auth, and edge cases with absolute precision. Context decides the winners: Give your agents real context and the line between tool and teammate disappears. I break down the why, the how, and what’s next in the full essay on AX in Practice: biilmann.blog/articles/ax-in…
5
5
63
14,318
Musk is really proving @jack's point that we need an open protocol for social media. I've always tooted the horn for the Web as the one platform without an owner. Importance of that is more obvious than ever. Hanging out more on that other site where tooting is more of a thing..
4
55
6,599
Remix 3 on Netlify: remix-3-on.netlify.app/
4
3
63
9,112
Built and hosted on Netlify. Huge fan of Evan's work and bullish on the future of Vite and @voidzerodev
Evan dropping Vite Plus website, so beautiful 😍
1
62
7,200
We just shipped Netlify Image CDN as another core platform primitive. Simple to use with any framework (or without a framework). Composes well with our Netlify Blobs or with any image that's part of your digital experience, from builds, blobs or a CMS.
Introducing the Netlify Image CDN. 🎉 Works with any site and framework to easily optimize, transform, and serve images. Available to use in your sites now. ntl.fyi/imagecdn
3
6
58
9,080
Learn vibe coding. Then get curious, and learn why it works.
16
6
62
5,073
Honestly JavaScript would probably be a slightly better language without both const and let, and if const hadn't been there in the first place I doubt anyone would have missed it. What I don't get is why everybody seems to wanna act like "class" is not part of the language.
11
3
53
10,119
Impressed by the quality of @AmpCode. Closest I've felt to having an experienced developer available straight in my terminal. Credit card starts bleeding fast as well though. It's a bold move to really just go for best quality vs cost as differentiator.
7
2
55
5,046
1/16 Today we released an important update to On-demand Builders, Netlify’s platform level feature for supporting DPR netlify.com/blog/2021/10/25/… Here are some thoughts on our approach and how these principles can extend to things like HTTP streaming.
1
16
52
From all of us to all of you: a whole new adapter for @astrodotbuild! Re-built on top of all of our recent improvements to our core platform primitives. If you're as excited about Astro as we are, go give it a whirl over the holidays. Can't wait to see what you all build!
Ending 2023 with a holiday update — the Netlify Adapter now supports Astro 4.0! Simpler implementation, HTML streaming support, integrated cache control, and more. 🚀 Check it out ntl.fyi/3RTY8tQ
3
6
53
16,705
Bolt users now have everything at their fingertips to publish and manage production ready apps, agents and sites. 🔥🔥🔥
Most vibe coding tools are fun toys, but fail to scale your products with secure & reliable infrastructure. Today this changes. Together with @netlify & @supabase, we’re launching the first unified platform for building & scaling to millions of users:
9
1
54
3,325
You all deployed a million sites from Bolt to Netlify! 🚀
Bolt + Netlify just hit 1M AI-generated sites in 5 months. AI code → 1-click deploy → live site. No infra headaches. Just shipping. bit.ly/3QRaNwo bit.ly/3FTBoXe
7
3
56
4,545
Looking for a dev rel engineer in SF. Required: Passion for the open web. Ownership, potential, hustle and drive. Builder at heart. Shares our vision of the open web as a platform. Great community & content skills. Not required: dev rel experience. boards.greenhouse.io/netlify…
3
20
47
17,882
Netlify Compose is coming up in a week, and it’s going to be an amazing event. So proud of the program the team has pulled together. More below! netlify.com/compose/agenda/
3
11
53
11,943
I got the chance to meet Jensen Huang at Cloud 100 with a group of CEOs. One asked him "who do you admire?" His answer really resonated: Never admire people for their success or intelligence. Admire people for their character. Great character is the real scarcity. Well put.
5
1
53
3,789
Big launch! Excited to work with the team at @deno_land to set the standard for how an open source, edge runtime should play into the modern web architecture. Streaming rendering, programmable routing, edge auth, etc... Can't wait to see what our community will build with this!
We know some of you have been on the edge of your seats for this one, but the wait is over because Edge Functions is here! 🎉 Learn more about how you can leverage our edge network to deliver faster sites and apps to your users in the blog post below: ntl.fyi/3xBCCjR
1
12
52
Local-First, similar to Jamstack back in the day, sits in the space between an architecture and a movement, and will play a large part in the future rich web experiences. We're brining some of the best minds in the space together at Compose. Come hear from @kylemathews, @pvh, @jchris and @expede at for our Local-First panel. Excited to bring people together from a broad swath of the composable web ecosystem across dev tools, AI, frameworks, API's and practitioners. netlify.com/compose/agenda/#…
13
50
5,975
Jamstack won so much that it became less useful as a community term, since basically all modern web frameworks ended up being built around self standing front-ends talking to API's and services.
Gonna be responding to the current buzz around the death of the Jamstack in tomorrow’s @JavascriptJam. I’ve already got quotes in there from @remotesynth, @swyx, and @bdougieYO. If you want to give your take reply here 👇
5
7
47
11,626
Back at @smashingconf SF at the Fort Mason 7 years later as the mystery speaker. Incredible to think through how far we've come since I first introduced the term Jamstack back then!
1
4
45
3,704
App deploys straight from Windsurf to Netlify with zero friction. This is why we're all in on AX. Agents will not just be writing the code, they'll be deploying, debugging and iterating as well. Excited to see what you all build!
Wave 6 is here! Included in this update: 🚀 App Deploys 📝 Conversation Table of Contents 💬 Commit Message Generation 🟠 Windsurf Tab in Jupyter Notebook ⏩ Additional context for Windsurf Tab 📂 Improved MCP Support 🎨 Two New App Icons …and much more
3
4
46
2,626
🎉 Just wished @netlify a happy 10th birthday: "Happy birthday Netlify from your CEO and Co-founder :) Love this vibe coded site!" #NetlifyTurns10
7
45
1,372
So excited to have you onboard - surrounding ourself with people who're smarter than us keeps being one of the biggest joys for @Chr_Bach and me while building out @netlify!
🎉 I’m so excited to announce that I’ll be joining @Netlify as Head of Developer Experience on May 13! I wrote up a post here on why I’m excited for this change: sarah.dev/blog/why-netlify
2
1
38
So close to pushing the button!
It’s not launch week yet. It’s not launch week yet. It’s not launch week yet. Fine. Waiting 1️⃣ more day.
8
1
44
3,724
People are consistently underestimating the actual benefits of a simple, static site when it comes to maintenance and security.
3
2
39
4,380
This is static HTML with Islands architecture for interactive components like search and shopping card. Not a template, real world, same core architecture since launch in 2017. The web platform is awesome.
1
5
42
3,944
Replying to @tannerlinsley
I think it's actually much more the exception than the rule that the two patterns converge over time. For logged in dashboard style use cases (especially for professional tools), pure SPAs are very well suited and are simple to reason about.
2
40
7,965
Replying to @ausrobdev
Sorry to hear that. If it's been a while since you tried, a lot changed. We had a painful re-architecture of our approach to Next that landed last year and now have what's probably the largest test suite for Next JS functionality running nightly against our platform.
41
2,114
It's official: you can now Deploy via MCP! AX is the north star for our product at Netlify. Our new MCP server an important part of this strategy, making Netlify even better for agents to build and deploy on.
What if your coding agent could go from writing code to deploying it—all in one conversation? Up next for Agent Week: the Netlify MCP Server. Built on the Model Context Protocol, it gives AI agents direct access to Netlify’s API & CLI to create projects, deploy apps, and manage infrastructure. No more manual handoffs. From prompt to production, all within your workflow.
3
6
42
8,843
Congrats to Lovable! The worlds fastest growing business use Netlify.
Lovable went from $1M to $100M ARR faster than any other software company in history. Huge thank you to everyone who made this possible.
6
2
41
5,545
1/2: Seeing major players like Cloudflare start down the Jamstack path is a testament to the movement. To truly disrupt the legacy web, the entire industry needs to be pointed in this direction.
1
4
41
Tools like Devin will make software development more affordable and accessible for small businesses and individuals. Just as site builders like Wix, Weebly, SquareSpace or Shopify did wonders to democratize custom websites or storefronts. In the 20 years since the first of these launched, the volume up web developers have grown by orders of magnitudes, far from being replaced by them! Ten years from now I believe there will be an order of magnitude more software developers than today. But just like a developer from 20 years ago would be a stranger to all of our modern front-end frameworks, SPA vs MPA discussions, hydration errors or tools like golang, wasm, rust or react, the toolset of a future developer will be radically different. This has been true for all the decades I've been developing software: the only constant is change. Be curious! Learn new tools, figure out how AI can help you do more or do things you could never do before, embrace the change and focus on how to be the best at building amazing things for other people - not at writing code in a specific language or framework.
1
9
37
4,788
Excited for @Netlify to partner with Wix on this. They have an extensive set of services used in production for millions of web sites, and are now making them available as headless APIs that developers can build great user experiences on top of.
📣 Announcing Wix Headless 🚀 Bring the power of our business solutions to any tech stack and device. Web developers can now integrate our backend functionality—like eCommerce, Bookings, CMS and Events—outside of a Wix site, using composable APIs and SDK. 👇🧵
2
36
2,630
Great to see more sponsors for Astro!
Thrilled to announce Webflow's $150,000 donation to support Astro's open source development! Thank you @webflow!!!
4
1
38
6,601
It's been amazing and we've built some awesome things together! Can't wait to see the next thing you build!
After two wonderful years at Netlify, I’m moving on. I’m so proud of the team and the work we’ve done there, a lot of which is poised to come out later this year! As for myself, I’m going to take some time off before starting my own thing 🥂
1
39
Tech check for @ViteConf See you all soon!
1
37
1,812
This is a really good article on evolving the SPA. I think will expect the experience of the web to feel more and more interactive and dynamic and starting with the client is a really powerful approachiof you're aiming to support that.
Since people seem to interested in alternative Server Component architectures, might as well publish the source. These documents are rough, basically brain dumps. But I think thanks to Tanstack there is interest. "Isomorphic First Framework" hackmd.io/@0u1u3zEAQAO0iYWVA…
36
7,814
Excited to launch Netlify Connect! It enables companies to create web dev strategies, where they start their journey to web modernization, and unlock their ability to migrate from legacy to modern architectures in a modular and incremental approach. netlify.com/products/connect…
1
4
35
3,446
Asked Devin to do the job of every proper web developer and build me a Todo list app. Here's what Deving built and deployed to Netlify: snazzy-vacherin-45a697.netli… Love what @cognition_labs is building here, allowing AI models to participate in a modern development workflow.
Today we're excited to introduce Devin, the first AI software engineer. Devin is the new state-of-the-art on the SWE-Bench coding benchmark, has successfully passed practical engineering interviews from leading AI companies, and has even completed real jobs on Upwork. Devin is an autonomous agent that solves engineering tasks through the use of its own shell, code editor, and web browser. When evaluated on the SWE-Bench benchmark, which asks an AI to resolve GitHub issues found in real-world open-source projects, Devin correctly resolves 13.86% of the issues unassisted, far exceeding the previous state-of-the-art model performance of 1.96% unassisted and 4.80% assisted. Check out what Devin can do in the thread below.
1
7
36
42,213
Amazing launch. Congrats to the whole team!
After 2 years of research, two beta releases and countless hours of R&D, the @solid_js Team is proud to announce the release of SolidStart 1.0! 🚀🎉 SolidStart has already made an impact on the broader JS community. We’re excited to see what’s next. solidjs.com/blog/solid-start…
2
33
2,175
I wrote a post on a simple approach to fast edge rendering with Netlify and @remix_run that works regardless of where your API servers live.
Don't give up on edge rendering. Learn how you can do it right. developers.netlify.com/guide…
2
34
6,596
It's Friday and apparently Angular just got it's renaissance! Here's a brand new Angular runtime so you can go play with all the new ng17 goodness this weekend. Enjoy!
We're so excited for the new @angular! Not just the logo (although how awesome is that logo?!) but for all this great DX and fastness! We wanted to join in so our talented @skn0tt made our Angular Runtime do all the magic to make your deploys faster too! Learn how here: ntl.fyi/angular
1
6
32
22,953