←back to thread

242 points elijahwright_ | 4 comments | | HN request time: 0.996s | source

the IRS recently open sourced most of Direct File, a tax tool it has been working on for a few years now. unfortunately, due to recent events, the IRS isn't working on it anymore. I decided to pick up where they left off and I'm trying to get it ready for next tax season

the work behind Direct File is really interesting and I made a lot of it available online to read as well - https://docs.openfile.tax/en/latest/

Show context
1oooqooq ◴[] No.44432514[source]
never understood exactly what is the code they released. is it just the from filler that only works for people with a single w2 and no stocks etc?
replies(2): >>44434238 #>>44437501 #
1. elijahwright_ ◴[] No.44437501[source]
the code they released was everything that is necessary to run Direct File in development, but they removed code relating to MeF (the IRS's online submission API) and SADI (the IRS's auth system which is integrated with ID.me). most of the code is the backend, Fact Graph (which is a very complex rules engine), the client app (both the form and the screener when you go to directfile.irs.gov), and the state tax API
replies(1): >>44442070 #
2. 1oooqooq ◴[] No.44442070[source]
so it is the mostly useless system that only works for a single w2 :(

99.999% of people here would never be able to use it anyway.

replies(1): >>44448123 #
3. elijahwright_ ◴[] No.44448123[source]
it works with multiple W-2s I'm pretty sure. the goal is to make it work for everyone which is pretty difficult but I'm motivated to at least work on getting it to work with IRAs because I have one and I want to use this for next year
replies(1): >>44463468 #
4. 1oooqooq ◴[] No.44463468{3}[source]
is this official but incomplete code better than the always open source but mostly complete open tax solver project?