Web app to do spellcheck using OpenAI or Claude API and visualize it as diff to easily inspect the changes. Generated by Claude.
npm run devOpen http://localhost:3003 with your browser to see the result.
docker build -t llm-spellcheck .
docker run -d -p 3003:3003 -e OPENAI_API_KEY=$OPENAI_API_KEY llm-spellcheck:latest