Language Learning Tech Part 1
Language Learning Tech
Building Custom Software In The AI Age
The core functionality of this software is to help the user build up a vocabulary through spaced repitition. The key differentiators of this software are as follows:
- Custom vocabulary. In contrast to prebuilt Anki decks which may not contain relavent words.
- Excerises to reinforce the words via LLMs
First Iteration: vocab-tracker
A full-stack web app to help users translate and track English words into Hebrew. Built with React, Node.js, Express, and PostgreSQL. Words are translated via the Google Translate API and saved with their translation and date for easy review and practice.
Source code: https://github.com/YehudaTaylor/vocab-tracker.
Built with Claude Code.
This post is licensed under CC BY 4.0 by the author.