JSON Translate - React / Express / ClaudeSDK - Automatic translation of JSON formatted files (for example files used by i18n).
A Web App built with React as a Frontend and Express as a Backend. It uses the Anthropic Claude SDK for translating the phrases in a translations JSON file.
Frontend: json-translator React Frontend
Backend: json-translator Express Backend
You need the following API keys to add to a .env file in the backend folder:
ANTHROPIC_API_KEY=your_api_key_hereYou can run the below commands from the base directory and start the project:
npm i
npm startThis installs and starts both the FE and BE using the npm tool 'concurrently'. Or you can run the commands separately in the frontend / backend folders to have them running in separate instances/terminals.
- [✔]
React (Vite, Typescript) - [✔]
Express API - [✔]
Claude SDK / API
