urltodo icon

urltodo

I've been working on urltodo.com in the evenings this Spring.

urltodo screenshot

It's the fastest way to create and share lists, just add your items and hit copy. The entire list is stored in the link itself meaning there's no servers or accounts, it loads instantly, and it even works offline (it's a PWA).

I don't think I'm ever going to get tired of just linking lists in documents like this.

Its also hackable. I have some examples JS and Python scripts that can read and write their own urltodo lists. You can read the docs to find out the details.

There's some interesting possibilities with scripting here. For example, if you had a workout routine in Google Sheets, you could use Google Apps Script to generate a link to a list of exercises, which could be ticked off during each workout. You could then display that link in a cell for each day.

Interestingly ChatGPT is really good at generating long urltodo links from lists if you just give it a link to the docs (so it knows the encodings), but I might make an MCP server some time so AIs can really use it.

I'm pretty pleased with myself for this one. I think I did the idea in my head justice. It was also great fun creating the icons and logo.

If you want to checkout the code here's the GitHub repo.