I keep seeing people claim frontend development is dead, so I went and did some research, and not all of it was bad.
If you rather watch, check out this video:
Job posting show an interesting story
Indeed's Hiring Lab looked at tech job titles against pre-pandemic levels. Software engineer postings were down 49 percent. Web developer postings were down more than 60 percent. This isn't great.
LeadDev tracked frontend openings from August 2021 through July 2025. The job openings tracked about the same as Indeed. Role postings has tracked lower.
Less developers are identifying themselves as frontend developers. In the 2025 Stack Overflow survey, developers identifying as frontend went from 6.6 percent in 2023 to 4.3 percent in 2025. On the other hand developers who identify themselves as full-stack are at a much higher percentage.
All this data points in one direction. Frontend as a job, as a title, is on the decline. And I don't think there is only one reason. It would be easy to point to just AI, but I really think the shift is happening because of a multiple factors.
Why
First, yes, more people are using AI. 84 percent of Stack Overflow respondents are using or planning to use AI tools, up from 76 percent the year before. 51 percent of professional developers use them daily.
And AI does a really good job at many frontend tasks. For example, taking a Figma file and turning it into HTML and CSS is a great use case. I've done that myself. I've used AI to help mock up an interface that would have taken me much longer.
However, AI isn't perfect. In that same Stack Overflow survey 46 percent of developers distrust AI accuracy against 33 percent who trust it, and only 3 percent report high trust. The most experienced developers are the most skeptical, at 2.6 percent high trust and 20 percent high distrust.
So I don't think AI is the sole problem. We still need developers to make those frontends, and as you can see, we don't always trust AI.
The skills moved to meta frameworks
More often, the skills needed by frontend developers also include a lot of what you imagine a fullstack developer does. It also matches what these meta frameworks have been doing. Next.js, Nuxt, SvelteKit, and Astro all put both sides of the API boundary in the same project. Now frontend developers are working on both sides, and no longer consider themselves "frontend" deves.
So what to do?
Pick a backend framework and go deep on it. If you haven't already start working in Next, Nuxt, SvelteKit. Learn how data is passed from the client to server. Pick up, Java, C#, or Ruby on Rails. Go deep and learn it.
Get good at what AI handles badly. AI does a lot of things well but it still has problems with performance work, accessibility, and something I like to call "taste". Automated tooling still detects WCAG failures on 95.9 percent of the top million home pages, averaging 56.1 errors each. The work is there.
Own the review, not the typing. Kiro's guide to frontier engineering lays out ten principles for working with agents. If 84 percent of developers are generating code with AI however only 3 percent highly trust the output (see the Stack Overflow survey from earlier), then you need to look at the total AI software development life cycle to see where you can improve. Start with this guide.
Conclusion
Websites still need to get built. Frontends are still necessary. But we need to look beyond the HTML, CSS and JavaScript.
The work has changed to these full stack meta frameworks, and AI does a lot of work for us. Keep on building and learning! Frontend isn't dead, but it's changed.
Sources
- LeadDev and TalentNeuron on frontend vs full-stack postings
- Indeed Hiring Lab, The US Tech Hiring Freeze Continues
- Stack Overflow 2025 Developer Survey, AI
- Stack Overflow 2025 Developer Survey, developer roles
- BLS, web developers and digital designers
- BLS, software developers, QA analysts, and testers
- BLS, employed people by detailed occupation
- HackerRank, top developer skills
- WebAIM Million accessibility report
If you have been hiring or job hunting lately, I want to know what the titles look like in your market. Drop a comment with the role name and your region.
Top comments (1)
Disagree, agree? Let me know!