Last updated: April 2026
Varia Jigsaw is a free, browser-based jigsaw puzzle game built for people who want a quiet break, a daily challenge, or a quick win on their phone. Open the page, pick a grid size, start solving — nothing to download, no account required. If you sign in, your progress and uploaded images sync across browsers; if you don't, everything stays on your device.
The game is made by Variaplay LLP, a small independent games studio. We build polished browser games and publish them under the Variaplay.com brand.
Bigger isn't always better. A 5×5 puzzle of detail-rich art is often more interesting to solve than a 12×12 of mostly blue sky — every piece carries more visual information per square inch. If you're new or playing on a phone, start at 4×4 or 5×5. There's a longer write-up of this in our guide on choosing difficulty.
"Edges first" is overrated. Most guides tell you to assemble the border before anything else. It works, but it's not always the fastest path. If the image has a strong color block in the middle (a face, a building, a vivid object), separating those pieces and solving that region in parallel often gets to a finish line faster — the border is a safety net, not a starting condition.
Photos are harder than paintings. Photographs have continuous gradients (skies, water, skin) where the eye has trouble locking onto a specific piece. Paintings — especially impressionist or graphic styles — give you more discrete cues. If you're stuck on a photo, try squinting at the source image to find the broader color zones.
We publish short, opinionated guides on solving jigsaw puzzles — written by people who build a puzzle game and watch a lot of solves. We add a guide when we have something genuinely useful to say, not on a schedule.
The game is plain HTML, CSS, and JavaScript — no heavyweight framework. Pieces render to the DOM with a custom Path2D-based cutter that produces interlocking shapes; snap detection runs in pixels rather than grid coordinates so pieces snap when they look right, not when they're close to a grid cell. Progress is stored locally by default and, if you sign in, synced to Google Firebase so your collections and gold balance follow you across devices.
Image uploads are processed in the browser. As a guest, your image never leaves the page — we don't have a server-side copy. If you sign in, the image is uploaded to your private Firebase Storage folder so you can solve it from another device; only you can access it. Either way, we don't share uploaded images with anyone, train models on them, or use them for advertising.
We don't sell in-game currency for real money. We don't use affiliate tracking. We don't pass your data to advertisers beyond the browser-level cookies the site's display ads use; details are in the Privacy Policy. We don't gate basic features behind sign-in — everything except cross-device sync works as a guest.
Questions, bug reports, feedback, or business inquiries? Email support@variaplay.com. We read everything that comes in, and reply to most of it.