Every day, millions of people face the same tiny problem: they cannot decide. Where should we eat? Who goes first? Which task should we tackle? Who wins the giveaway? The options are obvious, but the decision is not. Our mission at vectricSpin is simple — make that decision instant, fair, and a little bit fun.
vectricSpin is not a social network, not a SaaS product, not a subscription service. It is a small, focused web tool that does one thing extremely well: it spins a wheel, picks a result, and gets out of your way. No logins, no ads interrupting the spin, no confusing menus. Just your options, a spinning wheel, and an answer.
Why we built vectricSpin
The idea for vectricSpin came from a very ordinary frustration. Our small team was trying to decide where to have lunch. Someone suggested a coin toss. Someone else pulled up a "random picker" website that was buried under pop-ups, cookie banners, and a wall of ads. Another person proposed drawing straws. Ten minutes later, nobody had eaten, and everyone was annoyed.
We realized that the existing tools for random decision-making were either too heavy, too ugly, too slow, or too full of dark patterns. A wheel should be elegant. It should load instantly. It should respect your privacy. And it should be genuinely fair — not secretly weighted toward whichever option the site owner prefers.
So we built vectricSpin from the ground up using nothing but pure HTML, pure CSS, and modern vanilla JavaScript. No heavy frameworks. No tracking pixels. No third-party libraries bloating the page. The entire tool runs inside your browser, on your device, without needing to talk to a server. That is not a marketing claim — it is literally how the code works.
How the vectricSpin wheel actually works
We are proud of the engineering that goes into something as simple as a spinning wheel, so here is exactly what happens when you press the spin button.
1. Your options become equal slices
When you type a list of options, vectricSpin splits the circle into 360° / N slices, where N is the number of items. Two options get two 180° halves. Eight options get eight 45° slices. Twenty options get twenty 18° slices. Every slice is exactly the same size, which means every option carries exactly the same probability of winning. There is no hidden weighting, no "favor the first option" trick, no behind-the-scenes manipulation.
2. The result is chosen by your browser, not our server
The random angle that determines the winning slice is generated using your browser's own pseudorandom number generator — the same math engine that powers cryptographic operations in JavaScript. Because everything happens locally, we could not rig the outcome even if we wanted to. Your spin result is mathematically independent of anything vectricSpin does after the page loads.
3. Realistic physics make the spin suspenseful
Most online wheels spin for three or four seconds, blur past every option, and stop in a flash. That feels fake. It also removes the suspense that makes a wheel fun to watch.
vectricSpin uses a genuine exponential friction model borrowed from physics. Every spin is randomly assigned a duration between 15 and 30 seconds. The wheel starts fast, decelerates continuously, and slows to a dramatic crawl near the end — the pointer clicks past one segment at a time until it finally lands. There is no constant-speed blur, no sudden stop, and no fake "slow down" animation. The wheel simply keeps rotating with steadily diminishing angular velocity, exactly like a real physical wheel would after a good hard spin.
Try this: spin once and just watch. You will see the wheel move fast for the first 20% of the spin, then progressively slower — and the final seconds are pure suspense as it creeps toward the final result.
What makes vectricSpin different
There are dozens of spinning wheel tools online. Here is what we do differently.
Privacy by architecture, not by policy
We do not ask for your email address. We do not require a login. We do not use tracking cookies to follow you across the web. Your custom options are stored only on your own device using the browser's built-in localStorage, which means they never leave your computer unless you deliberately share them. If you clear your browser data, they disappear — and that is exactly how it should be.
Built to be fast on any device
vectricSpin renders the wheel once to an offscreen canvas and then only rotates that single image during the spin. That means no matter how long the spin lasts, the frame rate stays smooth even on older phones and low-end laptops. There is no lag, no stutter, and no battery drain.
Accessible to everyone
The tool works with keyboard navigation, screen readers, and assistive technology. You can spin using the main button, by clicking or tapping the wheel directly, by flicking it on a touchscreen, or by pressing the spacebar. The winning result is announced through an ARIA live region so screen-reader users hear the answer as soon as it lands.
Who uses vectricSpin
vectricSpin has found its way into surprisingly diverse corners of daily life. Here are the most common ways people use it.
Teachers and educators
Classroom teachers use vectricSpin to fairly pick students for questions, presentations, group work, and cleanup duties. Instead of always calling on the same hands, a quick spin keeps everyone engaged — and students trust the result because they can watch it happen. Substitute teachers especially love it as an icebreaker on the first day.
Families and friends
"Where should we eat?" "Who drives?" "What movie do we watch?" vectricSpin settles these micro-disputes in seconds. Families with kids use it to distribute chores. Roommates use it to decide who takes out the trash. Couples use it to break the Friday-night restaurant deadlock that would otherwise take 45 minutes.
Streamers and content creators
Twitch and YouTube creators use vectricSpin to run transparent giveaways and raffles. Because the entire spin is visible on camera and the result is generated locally, viewers can see for themselves that the winner was chosen fairly. It is also popular for "spin the wheel challenge" streams, where the wheel decides what the streamer has to do next.
Teams and workplaces
Agile teams use vectricSpin during daily standups to randomize speaking order. Facilitators use it during retrospectives to pick discussion topics. Managers use it to fairly assign boring tasks nobody volunteers for. Remote teams use it as a lightweight way to add a bit of fun to otherwise dry meetings.
Game masters and party hosts
Tabletop RPG game masters use vectricSpin for random encounter selection. Party hosts use it for Truth or Dare, drinking games, and prize draws. The preset options — Yes/No, Food, Truth or Dare, Numbers 1–6 — make it quick to set up a game without typing anything.
Our design philosophy
We believe that good tools should be quiet. They should not shout, interrupt, or demand attention when you are not using them. They should load fast, work reliably, and then get out of the way. Everything about vectricSpin reflects that philosophy.
The interface uses three colors: white, black, and yellow. There is no clutter, no decorative noise, no animated mascots bouncing around the screen. The typography is deliberately readable at every size. The wheel is the visual centerpiece, and it stays that way.
We also believe that websites should be honest. That means no fake urgency timers, no "limited time" pressure, no manipulative UX tricks to keep you on the page. The tool does its job and lets you leave. If you come back tomorrow because you liked it, great. If you never come back, that is fine too.
What vectricSpin is not
It is worth being clear about what we are not, because a lot of tools in this space blur the line.
- Not a gambling tool. vectricSpin is for everyday decisions. It is not designed for betting, wagering, or anything regulated by gambling authorities.
- Not a cryptographic RNG. Our randomness comes from your browser's standard pseudorandom generator, which is more than sufficient for picking a restaurant but is not intended for security-critical applications.
- Not a data collection business. We do not sell user data, we do not run profiling, and we do not want to know who you are.
- Not a subscription. vectricSpin is and always will be free to use with unlimited spins and no account.
How vectricSpin is funded
Running a website costs money — hosting, domain registration, and the occasional coffee for late-night bug fixes. To keep vectricSpin free for everyone, we display a small number of clearly labeled advertisements. We work hard to make sure the ads are unobtrusive: they never cover the wheel, they never pop up, they never interrupt a spin, and they are never disguised as part of the tool.
If you find vectricSpin useful and want to support the project, simply using it and telling a friend is the best thing you can do. That is worth more to us than any ad click.
Roadmap and what comes next
vectricSpin is under active development. Here are a few of the things we are working on.
- Saved wheel presets — save multiple named option lists and switch between them instantly.
- Weighted options — give certain options a higher or lower probability for special use cases.
- Sound effects — optional clicks and ticks as the pointer passes each segment, for a more tactile spin feel.
- Embeddable widget — drop vectricSpin into your own website or blog with a single line of HTML.
- Multi-language support — Spanish, French, German, Portuguese, and Hindi first.
We build in the open and listen to feedback. If there is a feature you want, tell us — see the contact details below.
Frequently asked questions
Is vectricSpin really free?
Yes. There is no premium tier, no signup, and no hidden charge. Unlimited spins, forever.
Do you store my custom options?
No. Your options are saved only in your own browser using localStorage. They never touch our servers.
Can the wheel be rigged?
No. Every slice is mathematically equal, and the winner is chosen by your browser's own random number generator. We do not see the spin and cannot influence the result.
Why are the spins so long?
Because short spins feel fake. A 15-second to 2-minute spin with realistic friction makes the result feel earned and gives every viewer time to watch the outcome. It is also just more fun.
Does it work offline?
Yes. Once the page has loaded, the wheel keeps spinning without an internet connection.
How many options can I add?
From two up to dozens. Slice angles and label sizes adjust automatically to stay readable.
Can I use vectricSpin on my own website?
An embeddable widget is on the roadmap. In the meantime, feel free to link to vectricSpin from anywhere.
Get in touch
We genuinely read every message. If you have a bug report, a feature idea, a partnership request, or just want to say hello, reach us through the contact page or email contact@vectric.online.
Thank you for using vectricSpin. We hope it saves you at least a few arguments this week.