DictionaryByGPT4 is a GPT-powered vocabulary builder that provides comprehensive word entries for over 8,000 English words. Each entry includes definitions, example sentences, root and affix analysis, cultural context, memory tips, and a short narrative story, all generated through GPT-4 lexical analysis.
The project distinguishes itself by combining morphological decomposition with mnemonic storytelling, breaking each word into its roots, prefixes, and suffixes to explain etymology while attaching a memorable story to aid recall. It also enriches understanding by including cultural and historical notes for each word, going beyond standard dictionary definitions.
The entire word database is stored as a flat JSON or Markdown file, enabling instant client-side lookup without a server or database. All word pages are pre-built at compile time through static site generation, allowing fast load times and simple hosting on any static server. The full word list loads into memory on page load for rapid client-side filtering and retrieval.