Architect &

Create from prompt NWSL Matchup

I had an hour

I wanted to see three things; what games an NWSL team has left, how a team has performed compared to another team, and a ranking of how hard a teams remaining fixture are. I find it useful to see how a team has done and I hope you do too!

So I built it

So I put the two together and fed Claude Code this prompt:

Create an html page that shows the current NWSL standings and is used to show which teams that one team has played against. Needs to have clear indiciation for Home or Away game and the score for games that have been played. Ideally this would all be client side including loading of existing standings and fixtures or at least a way to catch up to current. Create an html page that shows the current NWSL standings and is used to show which teams that one team has played against. Needs to have clear indiciation for Home or Away game and the score for game that have been played. Ideally this would all be client side including loading of existing standings and fixtures or at least a way to catch up. This lines up with goal to make this shareable and open source.

More a stream of thoughts and ideas than a great prompt.

The results were great

The first version that came back was a working page. A few tweaks and a follow up session for a difficulty rating and it was done. It is on Github Pages and the code on Github.

The takeaway

The speed of getting ideas out of heads and into something people can consume unlocks creativity. Show up with working proof of your ideas.

Image of what was built with league table on left and outcomes of games on the right.