FTC Sues Intuit for Its Deceptive Turbotax “Free” Filing Campaign

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • UsTaxes

    Tax filing web application

  • Perhaps so. Though I found structural things with each of those projects that I did not like. For example, opentaxsolver's logic is a bunch of 'monolithic' C code, and I haven't been able to find any tests. UStaxes is better in that respect, but there I couldn't get past typescript, honestly, and they have code like https://github.com/ustaxes/UsTaxes/blob/master/src/forms/Y20... where they're relying on position of an item in the array to indicate which field it is. Not trying to disparage anyone, but I did not see evidence of an attention to detail I felt I could trust (and maybe that's just me and NIH syndrome).

    What I would really like is to somehow extract out a representation of the tax logic into something separate from the business of collecting the data from the user, or even calculating the results. I'm not entirely sure what that would look like, maybe it would have to be some domain-specific language (eww) in order to be able to fully express the relationships and dependencies between different fields/forms.

    But I think that tax logic portion is the difficult-to-maintain part, and also the portion different projects would benefit the most from sharing.

  • habutax

    Open-source tax solver for US personal income tax returns written in python

  • I recently started an open-source tax solver, partly because I'm not a huge fan of Intuit: https://github.com/habutax/habutax

    It isn't perfect since its a young project, but I've attempted to simplify and modularize the process of creating/maintaining forms to allow for that part to be crowd-sourced as much as possible (and I'd love your help!).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts