I Built a Browser Game with Next.js 16, Cloudflare Workers, and a D1 Database

I've been messing around with Next.js 16 since the beta dropped, and I wanted to build something that wasn't another todo app or SaaS landing page. Something fun, self-contained, and weird enough that I'd actually want to test it myself.

The result is 195-0, a browser-based world conquest draft game. You pick five people for a cabinet, assign each one a role, and run a simulation to see how many of the world's 195 nations your team can conquer. You just open the page and play. No signup, no install.

The Stack

Next.js 16 (App Router, static export)