A tool to generate and visualize mind maps powered by AI. Leverage cutting-edge technology to transform your ideas into dynamic mind maps.
MindMap App is built with Next.js, TypeScript, and Tailwind CSS. It integrates with the OpenAI API to generate mind maps in response to user prompts, providing a unique solution for brainstorming and idea management.
- AI-Driven Mind Map Generation: Create mind maps based on natural language prompts.
- Interactive Visualization: Experience dynamic nodes and edges.
- Responsive Design: Enjoy optimal display on desktops and mobile devices.
- Secure Environment: Sensitive configuration is kept out of version control using a properly configured
.gitignore
.
-
Clone the repository:
git clone https://github.com/bluefishhh93/mindmap.git
-
Navigate into the project directory:
cd mindmap
-
Install dependencies:
npm install
-
Setup Environment Variables:
-
Copy the example file to create a new
.env
:cp .env.example .env
-
Open the newly created .env file and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here
-
Start the development server:
npm run dev