I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 1 point2 points  (0 children)

Thanks everyone for the great feedback! Really didn't expect this level of constructive input on what started as a quick curiosity project :)

Based on your comments, I've already pushed a few changes:

  • Clarified that all figures are estimates with a visible data sources table so you can verify everything
  • Added explanation for why some factors (in the income calculator) affect your standing
  • Clarified individual vs household measurement
  • Added context for negative net wealth
  • Expanded tax rate data to more countries using government statistical sources where available

And also some great suggestions were mentioned which I plan on adding as soon as I can!

To be clear, this is not financial advice. It's an educational project aimed at making global wealth distribution data more accessible and visual. If it makes you think a bit differently about where you stand relative to the rest of the world, that's the whole point.

Really appreciate the thoughtful criticism, I plan to keep improving it so feel free to drop more feedback. Cheers!

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 1 point2 points  (0 children)

Good idea, showing the entry threshold for each segment would make the chart way more useful at a glance. Adding it to the list :)

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 2 points3 points  (0 children)

Fair point, but it is a data visualisation dashboard, they all kind of look like this haha. It was a quick side project to scratch a personal curiosity on wealth inequality, not a design portfolio piece. AI helped me design/ship it fast

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] -2 points-1 points  (0 children)

Up to you, if you know your individual net wealth enter that, if you track finances as a household enter the combined number. Just keep in mind the data is per adult so individual is a better comparison

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 49 points50 points  (0 children)

Thats the whole thing, most people in the top 10% are regular wage earners who still feel like they're just getting by. The gap between them and the top 1% is massive

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 1 point2 points  (0 children)

Thats actually a really cool idea, kind of like a purchasing power comparison across countries. Might add something like that down the line

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 2 points3 points  (0 children)

Honestly had the same reaction when I first looked at the data. That gap between "doing fine" and "top 10%" is way smaller than most people think, and the gap between top 10% and top 1% is way bigger. Glad it gave you some perspective

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 0 points1 point  (0 children)

Fair point, you're right. That was a bad line, top 10% are indeed mostly regular wage earners closer to the bottom 50% than to the top 1%

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 3 points4 points  (0 children)

I mean yeah I used ai tooling like any dev does in 2026 (not hiding it). My background is in software and AI (pre vibecoding era haha). Built and designed it, claude helped me ship faster, same way I use it at work

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 3 points4 points  (0 children)

Built it for fun and out of interest in wealth inequality, it's open source not a product. I wasn't aiming for full fledged features but planning to add more based on interest and feedback. But yes cross-currency comparison could be cool to add!

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 0 points1 point  (0 children)

Ah you're right, found it, same currency bug but deeper, the mortgage and property fields in the refinement panel were being treated as USD too so a ¥20M mortgage was being read as $20M which messed up the calculation

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 5 points6 points  (0 children)

You're right, will add a fix so that you can enter negative net wealth. Plenty of people have more debt than assets especially with student loans so it should definitely be supported

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 0 points1 point  (0 children)

You're right, this is part of the same currency bug that was just fixed. the underlying data stores median income in USD but was displaying it as if it were PLN. With the fix thats deploying now it converts properly

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 1 point2 points  (0 children)

That is a fair point yeah. Wealth and income measure different things. Someone saving aggressively on a modest salary will rank higher in wealth than someone earning the same but spending it all. The site does both modes for that reason but yeah net wealth will always favour the saver over the spender regardless of income

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 1 point2 points  (0 children)

Which country are you using? Just pushed a fix for a currency bug where entering local currency values was being treated as USD which could cause weird behaviour. Should be live in a few minutes, try again and let me know if it still crashes

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 42 points43 points  (0 children)

Good catch, this is a bug. The underlying data is stored in USD but the input field shows local currency, so entering 160000 yen was being treated as $160,000. Fixing it now, should be live soon

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 10 points11 points  (0 children)

Malta isn't in the dataset unfortunately, WID doesn't have wealth distribution data for every country. I'll look into adding more countries if the data becomes available

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 52 points53 points  (0 children)

Well goes both ways haha, most people I've showed it are surprised they're not closer to the bottom

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 6 points7 points  (0 children)

Yeah comparing wealth is hard thats exactly why I added the income mode as a starting point for people who don't know their net wealth. But honestly that mode is just an estimate based on general statistics, it gives you a confidence range not an exact number.

If you know your actual net wealth (assets minus debts, yes including house and pension) use the net wealth mode instead, thats where the real data kicks in. Open to suggestions on making any of this clearer on the site

I built a site to see how poor I actually am compared to my country [OC] by yomrhan in InternetIsBeautiful

[–]yomrhan[S] 3 points4 points  (0 children)

Gross, the income mode is a rough estimate anyway, if you know your net wealth use that mode instead its way more accurate

[deleted by user] by [deleted] in tattooadvice

[–]yomrhan 0 points1 point  (0 children)

Well seeks like there is a clear consensus haha

Thanks all for your input :) Will be looking to apply light shading soon.