Skip to content

sent-hil/llm-spellcheck

Repository files navigation

llm-spellcheck

Web app to do spellcheck using OpenAI or Claude API and visualize it as diff to easily inspect the changes. Generated by Claude.

screenshot

Development

npm run dev

Open http://localhost:3003 with your browser to see the result.

Docker

docker build -t llm-spellcheck .
docker run -d -p 3003:3003 -e OPENAI_API_KEY=$OPENAI_API_KEY llm-spellcheck:latest

About

Visualize diff of spelling and grammar changes from LLMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •