Progress
Day 7 building AppTruth in public A cool use case I accidentally found from my app AppTruth is it makes it so easy to
create Github PRs. If you use a npm library on github and it has any type of issue, scan the repo on Apptruth. Apptruth will find the issue and explain exactly: - why it happened - how it happened - where it happened It will then automatically give you the AI prompt to fix it. You can then clone the repo and use the prompt to fix it immediately or submit a PR with the suggested fix.
By Uriel Bitton