Project ideas from Hacker News discussions.

California is chasing wealth that has feet

📝 Discussion Summary (Click to expand)

Theme 1: Land Value Tax (LVT) as an efficient, unavoidable tax
Supporters argue LVT targets immobile land, discourages speculation, and cannot be avoided by leaving or passed to renters.

“Land value taxes shift tax burden away from productive use of land and on to unproductive uses of land. The people who pay more are land speculators and those with empty lots, and the people who pay less are those productively using the land, which is 99% of homeowners and businesses.” – epistasis
“The land value tax can’t be dodged by leaving nor can it be passed on to renters.” – cucumber3732842

Theme 2: Proposition 13 distorts California’s housing market
Many see Prop 13’s assessment caps and inheritance loopholes as inflating home prices, worsening affordability, and discouraging new construction.

“Old voters like the house they brought 20 years ago for 100k being worth 1.5 million today. They also like not paying taxes on that 1.4m in wealth accumulation.” – 999900000999
“Prop 13 should only cover primary residences… This single change would fix the majority of the state's tax shortfall.” – binlog

Theme 3: Feasibility and fairness of taxing wealth / unrealized gains
Debate centers on whether billionaires’ paper wealth is “real,” can be taxed without avoidance, and whether such taxes would simply drive them away.

“I hope we agree that we need more taxes, it doesn’t matter if they are taxes on billionaires, taxes on property, taxes on sales, taxes on crypto, or taxes on the poor.” – cuzezzzbbfofai
“Net worth is not real… The wealth is mostly tied up in assets that ain’t exactly liquid.” – xienze
“If you let someone get to hundreds of billions in net worth and then realize they haven’t been appropriately paying back into the system, it’s already too late.” – palmotea

Theme 4: Housing shortage stems from supply constraints, not taxation
Commenters repeatedly argue that zoning limits, NIMBYism, and insufficient construction—not tax policy—are the root of high rents and prices.

“You can't solve a shortage with demand subsidies. You need to expand supply. SF has too little housing relative to its population… it just bids up and reshuffles the existing ones.” – jdm2212
“This is almost completely traceable to Californians' failure to allow sufficiently dense housing to be built on their doorsteps.” – linkregister

Theme 5: Government inefficiency and waste undermine calls for more revenue
A recurring skepticism is that additional taxes would be wasted due to fraud, mismanagement, or misallocated spending, so reform must come first.

“For a long time I agreed with you, but seeing how the tax money is spent I cannot agree any longer. In most cases government is no longer even spending the money itself, instead it is giving the money to NGOs.” – aeternum
“$24 B unaccounted for and lost that was supposed to be for homelessness. $12 B already spent on high speed rail and they want $120 B more. $50 B in EDD unemployment fraud during the pandemic.” – freediddy


🚀 Project Ideas

Generating project ideas…

LandValueEstimator

Summary

  • Provides automated, data‑driven separation of land value from improvement value for any parcel using recent sales, property characteristics, and spatial regression, solving the pain point that assessors lack reliable methods to value land alone for a land value tax.
  • Core value proposition: delivers transparent, reproducible land‑value estimates that enable homeowners, tax professionals, and policymakers to evaluate LVT proposals with confidence.

Details

Key Value
Target Audience County assessors, real‑estate analysts, homeowners interested in LVT
Core Feature Upload parcel address → get land‑vs‑improvement value breakdown with confidence intervals
Tech Stack Python (pandas, scikit‑learn, geopandas), PostgreSQL/PostGIS, Flask/Dash frontend
Difficulty Medium
Monetization Revenue-ready: SaaS subscription $20/mo per assessor office; free tier for individual homeowners

Notes

  • HN commenters noted the difficulty of finding market comparables for undeveloped land ("My primary concern is that there are generally no market comparables for undeveloped land in developed areas") – this tool directly addresses that gap.
  • Enables evidence‑based discussion on LVT feasibility, potentially shifting debates from theory to measurable outcomes.

LVTImpactSimulator

Summary

  • Interactive web simulator that models the effects of implementing a land value tax on local housing supply, rents, and tax revenue based on user‑supplied zoning, elasticity, and demographic inputs.
  • Core value proposition: lets policymakers and advocates test LVT scenarios visually, countering arguments that LVT would be passed on to renters or cause abandonment.

Details

Key Value
Target Audience Urban planners, city council staff, housing advocacy groups
Core Feature Adjust LVT rate, zoning caps, and demand parameters → see projected changes in new units, rent levels, and tax yield
Tech Stack React, D3.js, Node.js backend, hosted on Vercel or AWS Amplify
Difficulty Medium
Monetization Revenue-ready: Government licensing $5k/yr per municipality; free community version for nonprofits

Notes

  • Directly responds to the HN exchange about whether LVT can be passed to renters ("The land value tax can’t be dodged by leaving nor can it be passed on to renters") by providing a sandbox to test that claim.
  • Generates shareable visualizations that can be used in public hearings or blog posts, fostering informed discussion.

Prop13ReliefAssistant

Summary

  • Guides California homeowners (especially seniors) through property tax deferral and exemption programs, automating eligibility checks and paperwork submission to alleviate the burden of rising taxes under Prop 13.
  • Core value proposition: reduces administrative friction and fear of displacement, helping long‑time owners stay in their homes while still contributing to local revenues.

Details

Key Value
Target Audience Senior homeowners, low‑income households, legal aid nonprofits in California
Core Feature Input property details → receive personalized list of available deferrals/abatements + auto‑filled PDF forms
Tech Stack TypeScript (React Native), Firebase Firestore, DocuSign API for e‑signatures
Difficulty Low
Monetization Hobby (free, ad‑supported or grant‑funded)

Notes

  • Mirrors HN concerns about Prop 13 creating inequality and seniors being priced out ("Old voters like the house they brought 20 years ago for 100k being worth 1.5 million today…").
  • Provides a practical tool that can be promoted by local housing councils, generating goodwill and potential partnerships.

LandShare

Summary

  • Platform for fractional ownership of infill land parcels, enabling small investors to fund housing development and earn returns linked to land value uplift, aligning with LVT incentives to discourage speculation.
  • Core value proposition: democratizes access to land‑based investment while channeling capital toward productive use, addressing the need for more housing and reducing vacant lot speculation.

Details

Key Value
Target Audience Individual investors, community development funds, small builders
Core Feature Browse vetted infill lots → buy fractional shares → receive payouts when land is developed or sold
Tech Stack Ruby on Rails, Stripe Connect for payouts, AWS S3 for document storage, PostgreSQL
Difficulty High
Monetization Revenue-ready: 1% transaction fee on investments + 0.5% annual asset‑under‑management fee

Notes

  • HN discussants highlighted LVT’s ability to make empty lots unaffordable in desirable areas, encouraging development ("Land value taxes shift tax burden away from productive use of land and on to unproductive uses of land").
  • Offers a tangible way for users to invest in the outcome they advocate, turning theoretical support into measurable capital flow.

WealthLandTransparency

Summary

  • Aggregates public parcel data, ownership records, and estimated land values into an interactive dashboard that visualizes concentration of land ownership and potential LVT revenue by district.
  • Core value proposition: supplies activists, journalists, and policymakers with clear evidence of land‑based wealth inequality to support LVT advocacy and counter claims about hidden billionaire assets.

Details

Key Value
Target Audience Researchers, housing NGOs, data journalists, local government analysts
Core Feature Map‑based view of parcels colored by estimated land value; filters by owner type (individual, LLC, trust) and value thresholds
Tech Stack Python ETL pipeline (GeoPandas, Dask), Elasticsearch for search, Mapbox GL JS frontend
Difficulty Medium
Monetization Revenue-ready: API access $150/mo for commercial users; free public tier with limited exports

Notes

  • Reflects HN dialogue about hidden wealth ("Net worth is not real…") and the desire to see where value actually resides ("If you let someone get to hundreds of billions in net worth …").
  • Provides a concrete data foundation for discussions that often rely on anecdote, potentially shifting the debate toward actionable policy.

Read Later