Connections Maker

word-puzzle builder
Side project · 2026

Build your own NYT Connections-style puzzle and hand it to a friend with one link, no account, no server, nothing to sign up for.

Connections Maker screenshot
Demo · building four groups and copying a share link

The New York Times Connections puzzle is great, but there's exactly one a day and you can't make your own. I wanted to build a private puzzle for a friend's birthday (sixteen words, four hidden categories), and there was no clean way to do it without standing up an account system and a database to hold a few dozen words.

So I skipped the backend entirely. Connections Maker lets you author a puzzle in the browser and the whole thing (words, groups, labels, colors) gets packed into the share URL itself. There's no account to create, nothing stored on a server I run, and no link that quietly expires. You send the URL, the recipient opens it, and the puzzle is just there.

How it works

Stack

React · TypeScript · Vite, deployed as a static build to GitHub Pages. The puzzle is serialized into the share URL and TinyURL handles shortening, there is no server-side code, so there's nothing to run, scale, or pay for.

← all projects