I like to consider my personal website as a product that I will continuously iterate on and build on top of. So, to keep track of new ideas (or features) and organize them properly, I use this simple productivity tool called Trello to add new cards for each feature and move them accross different stages of my (oversimplified) Agile Software Development process for this particular product.
If youโre curious, Iโm embedding this Trello Board using an iframe
, like this:
<iframe
src="trello-board-url.html"
frameBorder="0"
width="100%"
height="600">
</iframe>