https://github.com/nilooy/flowgpt
Generate diagram with AI
https://github.com/nilooy/flowgpt
diagram flowchart gpt-3 gpt-4 langchain openai
Last synced: 8 days ago
JSON representation
Generate diagram with AI
- Host: GitHub
- URL: https://github.com/nilooy/flowgpt
- Owner: nilooy
- License: mit
- Created: 2023-04-09T10:09:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T09:39:57.000Z (over 1 year ago)
- Last Synced: 2025-03-31T10:08:46.455Z (15 days ago)
- Topics: diagram, flowchart, gpt-3, gpt-4, langchain, openai
- Language: TypeScript
- Homepage:
- Size: 2.21 MB
- Stars: 293
- Watchers: 7
- Forks: 61
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-langchain-zh - FlowGPT
- awesome-langchain - FlowGPT
README

## Built With
- Next.js
- langchain
- Mermaid (https://github.com/mermaid-js/mermaid)
- DaisyUI## Requirements
1. Node Version >= 18
2. OpenAI API Key## Installation
1. Clone the Repo
2. rename the `env.template` to `.env.local` and OPENAI_API_KEY
2. `cd` into the folder
```sh
cd flowgpt
```3. Install all deps with yarn
```sh
yarn
```4. Run in development mode
```sh
yarn dev
```5. Open browser and go to http://localhost:3000
## Contribution
it's a pretty new tool, Lots of room for improvement, feel free to contribute.## Roadmap
- Automatic syntax error detection and retry with history
- OpenAI API KEY modal to insert from the UI
- Save flowcharts on localStorage
- Animated Flowchart Generation (exportable as video)## Updates will be posted here
[](https://twitter.com/nil_ooy)