Architect &

I see around corners and bring technology to solve tough problems

Latest · August 2026 · 2 min

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.

Read More