01 / 07

Design
Tools

The design tools worth knowing as a developer. These aren't just for full-time designers — they're for anyone who builds interfaces and wants to understand why something looks the way it does, not just how to implement it.

★ Top Pick Design · Prototyping

Figma

The industry standard for UI design and prototyping. As a developer, learning to read Figma files — inspect spacing, extract tokens, understand constraints — is a career-defining skill. The dev mode is built for you.

Design · Publishing

Framer

Bridges design and code better than any other tool right now. Built for developers who want to design — or designers who want to ship. The component system speaks React. If you know Next.js, you'll feel at home.

Design · Development

Webflow

Visual web development with clean semantic output. Understanding Webflow's layout model deepens your CSS intuition. Excellent for client sites where you need to hand off something they can manage.

★ Top Pick UX Research · Analytics

Hotjar

Heatmaps, session recordings, and user feedback in one. Watching real users interact with your product is the fastest UX education available. One session recording will teach you more than ten UX articles.

Analytics · A/B Testing

PostHog

Open-source product analytics with feature flags, A/B testing, session replay, and funnels. Built for developers — you can self-host, query with SQL, and wire it directly into your Next.js app in minutes.

Usability Testing

Maze

Rapid usability testing without needing a UX researcher. Connect your Figma prototype, send it to real users, and get quantitative results — task success rates, click maps, time-on-task. Powerful for validating before you build.

02 / 07

Performance
Tools

Performance IS UX. These are the tools that turn raw metrics into actionable improvements — and help you make the case to stakeholders that speed isn't a nice-to-have, it's a conversion driver.

★ Start Here Core Web Vitals · Free

PageSpeed Insights

Google's official tool for measuring Core Web Vitals on real devices. Run this on any URL and you get LCP, CLS, and INP scores from real user data. The field data section is the most honest performance signal available.

Lighthouse · Free

web.dev / Measure

Google's Lighthouse-based audit with deeper explanations than DevTools alone. Every recommendation links to a detailed guide on exactly how to fix it. Bookmark the /learn section — it's the best free UX + performance education online.

Waterfall · Video · Free

WebPageTest

The most advanced free performance testing tool. Test from real devices and locations worldwide, get waterfall charts, video comparisons, and filmstrip views of exactly what users see while your page loads. Invaluable for LCP debugging.

Bundle Size · Free

Bundlephobia

Before installing any npm package, check its minified + gzipped size and how it affects your bundle. UX principle: every kilobyte you add is a millisecond a user waits. Check before you install, not after you ship.

Real User Monitoring

Vercel Analytics

Real User Monitoring built into your Vercel deployment. Tracks Core Web Vitals from actual visitors — not lab simulations. The p75 and p90 score views show you how the slowest users experience your site, which is where UX pain lives.

Image Optimization · Free

Squoosh

Google's browser-based image compression tool. Convert to WebP or AVIF, compare quality side-by-side, and dramatically reduce file size without visible degradation. Images are the single biggest LCP offender on most sites — fix them here.

03 / 07

Accessibility
Tools

Accessibility isn't a compliance task you hand to QA. It's a design and development discipline that improves the experience for every user, not just those with disabilities. These tools make it testable and fixable.

Free Download

The UX Audit Checklist for Developers

20 things to check on any website or app before you ship — written for developers who want to catch UX problems without a design background. Covers visual hierarchy, form UX, error states, loading behavior, accessibility, and performance signals.

No spam. Unsubscribe anytime.

What's inside — 20 checks across 5 categories

  • Visual Hierarchy: Does the most important element on the page draw the eye first, every time?
  • Form UX: Do all inputs have persistent visible labels — not just placeholder text?
  • Error States: Does every error message explain what happened and exactly what to do next?
  • Loading States: Does every async action show a skeleton or spinner before content renders?
  • Empty States: Does every list and dashboard have a designed zero-state with a clear next action?
  • + 15 more checks across accessibility, performance, mobile, and copy…

05 / 07

The
Reading List

Six books that will permanently change how you think about interfaces. Not design theory textbooks — practical, direct, and written for people who build things. Start with the first two.

Don't Make Me Think, Revisited

Steve Krug · 3rd Edition

The most important UX book ever written — and at 216 pages, the fastest read. Krug's central principle: don't make users think. Every interaction should be so intuitive it requires zero mental effort. Developers read this in a weekend and ship better work on Monday.

The Design of Everyday Things

Don Norman · Revised Edition

The vocabulary of UX — affordances, signifiers, feedback, constraints, mappings. After reading this you'll never look at a door handle, a form, or an error message the same way. The mental models chapter alone is worth the cover price.

Refactoring UI

Adam Wathan & Steve Schoger

Written for developers who need to make their own UI look better, right now. Practical and visual — every tip has before/after screenshots. Covers spacing, hierarchy, color, typography, and component design without a single word of theory.

Rocket Surgery Made Easy

Steve Krug

How to run usability tests yourself — cheaply, quickly, and without a research background. A morning of testing with three users will surface more actionable UX issues than weeks of internal review. This book shows you exactly how.

UX for Lean Startups

Laura Klein

How to validate UX decisions fast with limited resources. Ideal for developers working on products without a dedicated UX team — shows you how to research, test, and iterate without slowing down your sprint cycle.

Accessibility for Everyone

Laura Kalbag · A Book Apart

The most readable introduction to web accessibility written for developers and designers. Covers the why and the how — disability, assistive technology, WCAG, and practical implementation — without being a legal document or a checklist.

06 / 07

All Free
Tools

A complete quick-reference table of every free tool worth bookmarking. No sign-up required for most. Open them in a tab right now and run them on whatever you're currently building.

Tool What it does Best for Cost Link
PageSpeed Insights Core Web Vitals from real user data LCP, CLS, INP baseline Free pagespeed.web.dev ↗
Lighthouse (DevTools) Full performance + UX + SEO audit Pre-deploy checks Free Chrome DevTools ↗
WebPageTest Waterfall, filmstrip, video comparison Deep LCP debugging Free webpagetest.org ↗
WAVE Visual accessibility overlay audit Pre-launch a11y sweep Free wave.webaim.org ↗
axe DevTools WCAG violation detection (zero false positives) Ongoing a11y testing Freemium deque.com ↗
Color.review Contrast ratio checker with live preview Choosing text colors Free color.review ↗
Squoosh Browser-based image compression LCP image optimization Free squoosh.app ↗
Bundlephobia npm package size impact check Before installing packages Free bundlephobia.com ↗
Responsively App Preview any URL across multiple viewports simultaneously Responsive UX testing Free responsively.app ↗
Google Fonts Free, high-quality variable fonts Typography upgrades Free fonts.google.com ↗
Coolors Color palette generator and explorer Quick palette decisions Freemium coolors.co ↗
WCAG Quick Reference Official filterable WCAG 2.1 guidelines Accessibility spec lookup Free w3.org ↗

Disclosure: Some links on this page may be affiliate links, meaning UXPays may earn a small commission if you sign up for a paid plan. This never influences which tools are recommended — everything here is used in real production work and recommended on merit. Free tools are always noted. If something costs money, it's because it's genuinely worth it.