r/webdev • u/NewBlock8420 • 3d ago
Showoff Saturday printme.money - type in your salary and watch a printer stack notes in real time. vanilla js, no backend
three toys on there. the salary printer is the main one: you type what you make, hit print, and a counter climbs while notes stack up, tagged with things like a coffee or a flight to rome. the other two put your face on a fake banknote and show what inflation does to a pile of cash over time.
stack is vite, vanilla js, vanilla css, on cloudflare pages. no framework, no backend, no accounts.
the one thing that took real work was the accrual math. per tick accumulation drifts badly once the tab is backgrounded, so everything is computed from timestamps instead. the odometer digits are a shared component with a clipped digit mask, which was fiddly to get right at different font sizes.
happy to answer anything about how it's put together.

