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.
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.