DEV Community

yuj
yuj

Posted on

[open source] A smart text editor running local models completely in browser

Try it out at https://editor.yyjhao.com

Source code: https://github.com/yyjhao/wrait

When ChatGPT first went viral, there were a lot of AI wrappers that tried to help with writing. With LLMs getting faster, better and smaller (!) I was really curious if we can build a good smart editor that runs locally without any dependencies.

So I built Wrait - it's a smart editor powered by LLAMA 3.2 and WebLLM that runs completely in-browser - no need to install ollama, download models yourself or connect to openAI etc. it just works like a regular web app!

Top comments (0)