Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 643 Bytes

Draftflow

Draftflow is a collaborative AI editor. You type text, the AI acts like another participant in a Google Doc and goes and corrects your writing for you.

See this post for more info.

Getting Started

First, make sure you have an OPENAI_API_KEY= line with the API key in .env.local.

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to load the editor.