Pointer Pointer: The Website That Points Right Back at You
05 Aug 2026 · By the Boring Websites editors
Move the mouse anywhere on https://pointerpointer.com/ and a photograph loads of a stranger, mid-gesture, pointing at the exact pixel the cursor sits on. That is the whole website. It has no menu, no account, and no second page, and it has stayed exactly that simple for well over a decade. People keep sending the link to friends precisely because there is nothing else to explore once the joke lands.
In brief
- Pointer Pointer swaps in a new photo of a person pointing to match the cursor's position on screen.
- It belongs to a small tradition of one-trick web pages that do a single thing and then stop.
- Its staying power comes from doing less, not more, the same instinct behind sites cataloged at boringwebsites.art.
What actually happens on screen
The first visit is confusing for about two seconds. A photo appears, someone's hand or finger extended, and then the cursor moves and the photo changes. It takes a moment to notice the pattern: wherever the pointer goes, the picture adjusts so the pointing hand in the frame lands on that spot. Scroll to a corner and a new photograph loads, cropped and angled so the gesture still lines up. There is no explanation on the page, because none is needed once the trick clicks.
There is also no loading spinner, no popup asking for an email address, and no second click required. The whole exchange happens in the time it takes to wiggle a wrist, which is part of why the effect reads as instant rather than clever.
The mechanism behind the joke
The effect runs on a basic piece of browser plumbing. Web pages can listen for the mousemove event, part of the standard DOM interface documented by MDN Web Docs, which reports the cursor's coordinates every time it shifts. Pointer Pointer takes those coordinates, picks a photo from its library whose pointing hand is closest to that position, and repositions or crops the image so the alignment looks intentional. Nothing about the code is exotic. The cleverness is entirely in deciding it was worth doing at all.
No account system, database of users, or server-side logic is needed beyond serving images, which keeps the whole thing fast even on a slow connection.
Photographs built for pointing
The images have the flat, evenly lit look of commercial stock photography, the licensed picture libraries that Wikipedia's entry on stock photography describes as supplying ready-made images for advertising and media. Someone had to shoot dozens of people pointing from enough angles to cover a browser window. Pointing itself is a strange thing to stockpile this way. As Wikipedia's article on pointing notes, it is one of the first gestures humans learn, appearing in infancy before spoken words do. Pointer Pointer borrows a gesture everyone already reads instinctively and turns it into a punchline.
Different photos show different clothing, backgrounds, and hands, so the illusion never repeats the same way twice in a single visit, which keeps the trick feeling fresh even after dozens of mouse movements.
A site that refuses to grow
Most web projects add features over time. Pointer Pointer has resisted that pull, which is part of why it keeps getting rediscovered and shared. Tools like the Internet Archive's Wayback Machine exist precisely to track how pages change, or don't, across years, and sites built around a single unchanging joke are the ones that tend to age best under that kind of scrutiny. There is nothing to update because there was never anything beyond the trick to begin with. That restraint, more than any feature, explains why people keep sending the link to friends.
Why the joke still works
Novelty websites usually wear out fast. This one keeps working because it responds to the visitor rather than just displaying something static. Every movement of the mouse produces a fresh, slightly uncanny confirmation that the picture is watching the cursor, even though nothing on the page is watching anything. That small, repeatable surprise is the entire product, and it is enough. It also travels well: a screenshot of the effect makes little sense on its own, so anyone who wants to understand the joke has to try it themselves, which is exactly how the link keeps spreading.
FAQ
Who made Pointer Pointer?
The site itself carries no formal credits or about page. What's known about its origins comes mostly from web-culture write-ups and link-sharing rather than a press kit, which suits its low-key, no-frills style.
Does the effect work on a phone or tablet?
Touchscreens don't have a hovering cursor the way a mouse does, so the pointing effect behaves differently there. The desktop version, driven by continuous mouse movement, is the one the site is built around and where the joke lands hardest, since a finger on glass cannot hover the way a cursor can.
Is Pointer Pointer part of a bigger project?
No. It is a standalone page with a single function, in the same spirit as other minimal one-purpose sites that trade complexity for a single sharp idea rather than chasing new features.