
Website Design This Week: Ghost Sites, Lighter JavaScript, and What Miniature Crime Scenes Teach Us About UX
This week’s web design landscape delivers a sharp mix of practical CSS techniques, leaner front-end strategies, and unexpected lessons in how designers think. Our team has pulled together five stories that matter for anyone building, maintaining, or rescuing websites in 2026. Here’s what caught our attention and how we’re applying it to client work right now.
Key Takeaways
- Abandoned “ghost” websites represent a genuine revenue opportunity for designers willing to do outreach.
- CSS
border-imageanimation is now a viable technique for creating rich visual effects without JavaScript overhead. - Browser Baseline adoption means teams can audit dependencies and ship significantly less JavaScript today.
- Miniature crime scene models offer a surprisingly useful framework for sharpening UX observation skills.
- AI is reshaping the designer’s role, but lateral thinking remains the irreplaceable human edge.
Turning Abandoned Websites into Paid Redesign Projects
There are millions of websites online right now that haven’t been touched in years. Outdated footers, broken contact forms, stock photos from 2016. They’re not technically dead—they still load. But they’re doing nothing for the businesses behind them.
This is the core of the Ghost Site Resurrector approach, a strategy detailed by Web Designer Depot for turning digital abandonment into cash. The method is straightforward: identify neglected sites, prepare a brief audit showing what’s wrong, and contact the business owner with a concrete proposal. Our team has seen this work firsthand. Small businesses often don’t realise how badly their site has aged until someone shows them. For junior designers especially, this is a low-barrier route to real client work—no cold pitching from scratch required.
Animate CSS Border Images for Richer UI Without Extra Weight
Border images have been in CSS for years, yet most designers skip right past them. That’s a missed opportunity. The border-image property allows sliced images to run across entire element borders, and when animated, the results are genuinely striking.
We’ve been experimenting with the techniques outlined in this CSS-Tricks deep dive on animating CSS border-image. The practical upside: decorative effects that previously required SVG animation or JavaScript libraries can now be handled in pure CSS. For client sites where performance budgets are tight, this is exactly the kind of native browser capability we prioritise.
Ship Less JavaScript by Auditing Against Browser Baseline
The gap between “you need a library for that” and “the browser handles it natively” keeps shrinking. Baseline—the cross-browser feature support standard—now covers enough ground that teams should be actively auditing their dependency lists.
A practical framework for doing exactly this is laid out in Smashing Magazine’s guide on how Baseline can help you ship less JavaScript. We’ve started running these audits on existing client projects. The wins are immediate: smaller bundles, faster load times, fewer third-party security risks. If a polyfill or utility library exists only to cover something browsers now do natively, it goes.
What Miniature Death Scenes Reveal About Design Thinking
This one sounds odd. It’s not. Frances Glessner Lee built miniature crime scene dioramas in the 1940s to train investigators. The key insight: working with scale models forces you to notice details you’d otherwise miss. It changes the questions you ask.
That’s the argument made in this UX Collective piece on what a dollhouse full of death teaches about thinking. For our UX team, the takeaway is direct: prototypes and wireframes aren’t just deliverables. They’re thinking tools. Building small forces precision. We apply this principle every time we move from abstract strategy to tangible interface design.
AI Changes the Tools, Not the Need for Lateral Thinking
AI can generate layouts, write copy, and suggest colour palettes. What it cannot do is look at a problem sideways. That distinction matters more each month. As explored in UX Collective’s reflection on the designer’s next hack in the age of AI, the human advantage now sits squarely in lateral thinking—reframing problems rather than just solving them faster. Our position: use AI to accelerate execution, but keep strategic and creative direction firmly in human hands.
Every story this week points in the same direction. The tools are getting lighter, the browsers more capable, and the opportunities more accessible—but only for teams that stay curious and keep auditing their assumptions. That’s exactly what we do for every client project we touch.
Frequently Asked Questions
What is a ghost website and how can designers profit from it?
A ghost website is a live but neglected site that hasn’t been updated in years—outdated design, broken features, poor SEO. Designers can audit these sites, contact the business owners with a clear improvement proposal, and convert them into paid redesign projects.
How do web designers use CSS border-image animation instead of JavaScript?
The CSS border-image property lets you slice and stretch images across element borders, and modern browsers now support animating these values directly. This means decorative motion effects that once required JavaScript libraries can be achieved with pure CSS, improving page speed.
Why should front-end developers audit JavaScript dependencies against Browser Baseline?
Browser Baseline tracks which features are natively supported across all major browsers, making many polyfills and utility libraries redundant. Auditing dependencies against Baseline reduces bundle size, speeds up load times, and cuts third-party security exposure.
How does prototyping improve UX design thinking?
Building small-scale models—whether wireframes or interactive prototypes—forces designers to confront specific details they’d skip in abstract planning. This process sharpens observation, surfaces hidden usability issues early, and leads to more considered design decisions.





