Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 760 Bytes

Wrait

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

Screenshot 2025-01-16 at 5 04 59 PM

It depends on support for WebGPU in the browser, so e.g., it doesn't work on Safari.

Online demo: https://editor.yyjhao.com/

Getting Started

To run the development server:

pnpm vite

Main Entry Point

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.