add a word
directionary grows one unconventional definition at a time. to add a word:
- fork the repository.
- create a new file at
src/words/<first-letter>/<word>.md. - fill in the frontmatter:
word,pos,meaning— and optionallypronunciation,example,dateAdded. - open a pull request.
template:
---
word: "serendipity"
pos: "noun"
pronunciation: "/ˌser.ənˈdɪp.ə.ti/"
meaning: "a fortunate navigation error. the phenomenon whereby the universe
rewards a distracted mind for refusing to stay on topic."
example: "i came here to look up railway. three hours later, i was friends with
melancholy, rubber ducks, and serendipity."
dateAdded: "2026-06-21"
---
not comfortable with git? that's okay.
open an issue with your word and definition instead.