Wrait is a text editor that uses local, in-browser AI with the WebLLM technology.

It depends on support for WebGPU in the browser, so e.g., it doesn't work on Safari.
Online demo: https://demo-ai-editor.combini.app/
To run the development server:
pnpm vite
Go to src/app/components/TextEditorWrapper.tsx
to see how the editor works.
This project also uses the UI library from Combini. You can check out the UI components here.