Ask HN: What tools do you use to manage your freelance projects?
1–10 of 32 posts
Re: Ask HN: What tools do you use to manage your freelance projects?
#2Re: Ask HN: What tools do you use to manage your freelance projects?
#3Re: Ask HN: What tools do you use to manage your freelance projects?
#4The only tool I truly find magically despite how boring it sounds is chatGPT, I can tell it everything as a living dev log, I tell it time date when I do things and why and so on just documentating my progress, listing todos and reminders as I go but now I can "talk" back forth on the administrative things like reminding me where I was, recap here, it's just great for managing boring things like I never been able to…
Re: Ask HN: What tools do you use to manage your freelance projects?
#5Re: Ask HN: What tools do you use to manage your freelance projects?
#6 makeRe: Ask HN: What tools do you use to manage your freelance projects?
#7Combined with plugging your linear account into the VCS of your choice (probably github/gitlab/bitbucket).
The free tier of https://www.figma.com/ is good for mockups and design.
Re: Ask HN: What tools do you use to manage your freelance projects?
#8Re: Ask HN: What tools do you use to manage your freelance projects?
#9I don't use any framework for unit tests. Only a short program for each test that returns 0 on success or some other number for failure and prints a message to stderr about what the problem is. These get run in a loop from a shell script.
Re: Ask HN: What tools do you use to manage your freelance projects?
#10make