FlowchartGPT is your intelligent assistant for creating and understanding flowcharts and diagrams. It provides an intuitive interface for visualizing processes, algorithms, and workflows, similar to working with a professional diagram designer. With features like AI-powered chat assistance and interactive flowchart creation, & Edit via Prompt advantage, FlowchartGPT helps you create professional diagrams effortlessly.
Built with Next.js and modern AI technology, this open-source template helps developers create their own flowchart generation tools. As more professionals need to create clear visual representations of processes, this template enables you to build your own flowchart platform quickly and easily.
https://flowchart-gpt.vercel.app/
- Flowchart creation interface via Prompting
- AI-powered assistant for diagram suggestions
- Edit Via Prompt Facility
- Next.js and React for Frontend and Backend
- Database: MongoDB
- AI Integration: Anthropic's Claude
- Flowchart Generation: Mermaid.js
- State Management: React Context
- Generate flowcharts from natural language descriptions
- Create process documentation for business workflows
- Design algorithm visualizations for technical documentation
git clone https://github.com/yourusername/FlowchartGPT.git
cd FlowchartGPT
npm install
Ensure you have MongoDB installed and running on your system, or use a cloud-hosted MongoDB service like MongoDB Atlas. Create a new Cluster, select a free plan, and copy the connection string, this will be required in the next step.
Create a .env.local
file in the root directory and add the following variables:
OPENAI_API_KEY=your_openai_api_key
npm run dev
- Register for a new account or log in
- Create a new flowchart project
- AI assistant to build your diagram
- Export or share your flowchart
We welcome contributions! Here's how you can help make FlowchartGPT even better:
- Fork the project (
gh repo fork https://github.com/yourusername/FlowchartGPT.git
) - Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Please open an issue in the GitHub repository for any queries or support.