
What does a million dollars actually look like? I built a 3D tool to find out.
A few months ago, my co-founder Moris asked me a question that I couldn't answer: "If someone handed you a million dollars right now, how much space would it actually take up?" We started digging and realized that every "money" tool on the internet is basically a table of numbers. Numbers are great for spreadsheets, but they're terrible at showing scale. You can't feel the difference between $10,000 and $100,000 until you see the physical volume. So we spent the last few months building Money Visualiser. It’s a WebGL (WebGPU in progress) sandbox where you type in an amount, pick two currencies, and see them materialize as 3D bill stacks. We pulled the exact dimensions for 82 different banknotes from central bank specs. For example, if you're looking at a stack of Japanese Yen, you’ll see they’re wider and taller than US Dollars, just like in real life. Technical bits for the curious: Stack: Next.js 16 (App Router), Three.js, React Three Fiber. Physics: We use bank-standard "straps" and
Continue reading on Dev.to React
Opens in a new tab




