DeepDiagram
An open-source AI visualization tool that transforms natural language into Mind Maps, Mermaid diagrams, and Echarts. Turn your ideas into structured visuals instantly.
File Explorer
Download Latest Version (.zip)- docker-build-push.yml
- issue-spam-guard.yml
- charts.py
- dispatcher.py
- drawio.py
- flow.py
- general.py
- graph.py
- infographic.py
- mermaid.py
- mindmap.py
- routes.py
- config.py
- context.py
- database.py
- llm.py
- logger.py
- migrations.py
- template_syntax.py
- chat.py
- chat.py
- file_service.py
- state.py
- main.py
- 001_add_turn_index_to_chatmessage.sql
- 002_add_files_to_chatmessage.sql
- 003_add_file_context_to_chatmessage.sql
- 004_add_index_to_chatmessage_session_id.sql
- .env.example
- .gitignore
- .python-version
- Dockerfile
- pyproject.toml
- README.md
- start_backend.sh
- test_sse.py
- test_time.py
- uv.lock
- logo.png
- robots.txt
- sitemap.xml
- react.svg
- ChartsAgent.tsx
- DrawioAgent.tsx
- FlowAgent.tsx
- InfographicAgent.tsx
- MermaidAgent.tsx
- MindmapAgent.tsx
- types.ts
- ErrorBoundary.tsx
- SettingsModal.tsx
- ThinkingPanel.tsx
- CanvasPanel.tsx
- ChatPanel.tsx
- ExecutionTrace.tsx
- utils.ts
- canvasState.ts
- chatStore.ts
- settingsStore.ts
- index.ts
- App.css
- App.tsx
- index.css
- main.tsx
- .gitignore
- Dockerfile
- eslint.config.js
- index.html
- nginx.conf
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- 20251222-152234.gif
- 20251225-170102.gif
- 20260104-093043.gif
- 20260104-093302.gif
- 20260104-093459.gif
- 20260107-173449.gif
- 20260119-165849.png
- 20260129-114411.gif
- 20260129-114853.gif
- 20260129-115024.png
- 20260129-115215.gif
- 20260129-115342.gif
- 20260129-115538.gif
- 20260129-120609.png
- chart.png
- draw.png
- flow.png
- mermaid.png
- mindmap.png
- nginx.conf
- chart.gif
- chart.mp4
- chart.png
- draw.png
- flow.png
- infographic.gif
- infographic.mp4
- mermaid.png
- mindmap.png
- demo.gif
- demo.mp4
- logo.png
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- layout.tsx
- not-found.tsx
- page.tsx
- route.tsx
- route.ts
- layout.tsx
- not-found.tsx
- page.tsx
- robots.ts
- BlogCard.tsx
- CTABanner.tsx
- FeatureGrid.tsx
- Hero.tsx
- HowItWorks.tsx
- OpenSource.tsx
- Footer.tsx
- Header.tsx
- LocaleSwitcher.tsx
- JsonLd.tsx
- Badge.tsx
- Button.tsx
- Container.tsx
- Section.tsx
- deepdiagram-ai-drawing-assistant.mdx
- introducing-deepdiagram.mdx
- deepdiagram-ai-drawing-assistant.mdx
- introducing-deepdiagram.mdx
- api-reference.mdx
- deployment.mdx
- getting-started.mdx
- api-reference.mdx
- deployment.mdx
- getting-started.mdx
- config.ts
- navigation.ts
- request.ts
- routing.ts
- content.ts
- test.mdx
- types.ts
- jsonld.ts
- metadata.ts
- utils.ts
- en.json
- zh.json
- globals.css
- middleware.ts
- .gitignore
- DEPLOYMENT.md
- Dockerfile
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- tsconfig.json
- .gitignore
- docker-compose.yml
- LICENSE
- README.md
- README_CN.md
- website-architecture.md
# Installation Guide
git clone https://github.com/LingyiChen-AI/DeepDiagram
Downloads the entire project code from GitHub to your computer.
cd DeepDiagram
Moves into the project folder you just downloaded.
2. Docker
Easy Recommended- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up -d
Runs the command against the services defined in the compose file.
docker-compose ps # Check running services
Runs the command against the services defined in the compose file.
docker-compose logs -f backend # View backend logs
Runs the command against the services defined in the compose file.
Pulled directly from this repo's README.
3. Node.js
Easynpm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
Pulled directly from this repo's README.
4. Python
Easypip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
