TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Solo Developers, what tools do you use to keep track of features/tasks?

3 pointsby cgb223over 2 years ago
I&#x27;m working on a few different software projects, mostly for fun, but I think they could benefit others one day once I get them squared away.<p>I was using Trello to keep track of the different features, and tasks required to get the app to the next level.<p>I&#x27;m finding that Trello is too limited in what I can do to keep track of all the different breakdowns of tasks, and that gets in the way of being productive or keeping good notes on them.<p>On the other end of the spectrum, JIRA is way too intense. Everything can be configured, and when I used it previously, the UX was hostile and unhelpful for quickly jotting down tasks, ideas, and other needs to go from nothing to a feature.<p>What software do you use to keep track of these things?<p>Is there a goldilocks software that is neither too basic, nor to byzantinely configurable, but rather hits that sweet spot for productivity?

8 comments

CrypticShiftover 2 years ago
For an online &quot;free&quot; option, I like quire [1]. Its simple &quot;outliner&quot; style view is good for rapid &quot;breakdowns of tasks&quot;.<p>If you are on mac, there are some powerful apps like Things [2] and OmniFocus.<p>[1] <a href="https:&#x2F;&#x2F;quire.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;quire.io&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;culturedcode.com&#x2F;things&#x2F;" rel="nofollow">https:&#x2F;&#x2F;culturedcode.com&#x2F;things&#x2F;</a>
pmontraover 2 years ago
For my own projects, Redmine or plain text to do lists. My customers are using &#x2F; have been using these systems in the last ten years: Jira, Trello, Kanbanize, YouTrack, Confluence. The best balance for medium sized projects IMHO is Kanbanize, not too limited, not too complicated. For a single developer probably everything will do.
kylebuildsstuffover 2 years ago
Notion&#x27;s weekly todo-list template works well for me, been using it for the past coulpe years. Checkboxes are simple enough, and any block can be converted into a nested page if you need to go into more detail.
sanjayioover 2 years ago
I use a markdown readme until the project is mature enough. It can be stored along the codebase and provisioned through git. It’s easy to order in terms of priority, and works flawlessly offline.
Qtips87over 2 years ago
I used to use software for task management. Now I use post it notes.
j_hatfieldover 2 years ago
Obsidian for todos, feature definitions, and sketches with the Excalidraw plugin OR a simple readme in markdown in the repo.
jti107over 2 years ago
i use asana and its been great for solo and collaborative task management. the ui is nice and its got more advanced features if your team gets bigger
gregjorover 2 years ago
GitHub issues. Post-It notes.