Track your Dids

The simplest way to track what you did

Screenshot of App in Browser

Dids, not to-dos

Dids are something, anything that you've done. They can be progress towards a goal, a walk in the park or step towards your new adventure 🏔

Screenshot of iPhone App
"Often the best way to get unstuck is to do anything, anything at all."

Patrick

API (in progress)

Choose your favorite programming language or use curl to create dids and interact with the Dids API

# Create a new Did
curl -L http://todidlist.com/api/dids/create \
-X POST --post302 \
-d api_access_token=myaccesstoken \
-d did="leet code: solved duplicate arrays in rust"
# Get Dids from the last 24 hours
curl -L http://todidlist.com/api/did/getrecent \
-X POST --post302 \
-d api_access_token=myaccesstoken

Don't take our word for it! Try it out yourself!