Awesome
<div align="center"> <img src="public/brand/logo_text.png" alt="Superkey logo" /> </br></br> <h4 color="green">FlowGPT is a tool to generate flowchart with ai (gpt-3.5)</h4> <p>Made with ❤️ by <a target="_blank" href="https://twitter.com/nil_ooy">@nilooy 🧑💻</a></p> </div>Built With
- Next.js
- langchain
- Mermaid (https://github.com/mermaid-js/mermaid)
- DaisyUI
Requirements
- Node Version >= 18
- OpenAI API Key
Installation
-
Clone the Repo
-
rename the
env.template
to.env.local
and OPENAI_API_KEY -
cd
into the folder
cd flowgpt
- Install all deps with yarn
yarn
- Run in development mode
yarn dev
- 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)