WordWise is a no-frills document editor that talks with OpenAI's GPT-3 language model API.
Reasons to use WordWise:
- AI-assisted writing - Writer's block? Boilerplate? Press a key to get AI help.
- Dirt cheap - Bring your own GPT-3 API key. This is 50 to 2000x cheaper than commercial AI document editors.
- Private and lightweight - WordWise is a client. Your documents are transmitted directly to GPT-3 without middle men.
- Write in Markdown - Formatting, headings, bullets, code, etc.
- Portable - Export your documents to other formats (markdown, html, docx, json)
Press ⌘-Enter
or Ctrl-Enter
to have GPT-3 contribute to your writing.
Note that you will need to enter your OpenAI key in Settings
and/or run this project locally.
Completions work best when you've already written at least a few sentences.
![image](https://github.com/user-attachments/assets/298b732c-ae23-40cd-a192-1af66401976a)This project is built with vite.
yarn dev
- launch local development serveryarn build
- build for production indist/
yarn preview
- preview production build locally