# ai-draw **Repository Path**: joelive/ai-draw ## Basic Information - **Project Name**: ai-draw - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-28 - **Last Updated**: 2026-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
AI Draw 是一个智能绘图平台,通过自然语言对话形式,即可快速生成流程图、时序图、架构图等各类图表,无需复杂的拖拽操作,让所想即刻呈现。支持 Mermaid、Excalidraw 和 Draw.io 三大引擎,支持docker私有部署,支持绘图文件存储和文件分组管理。
基于 next-ai-drawio 和 ai-draw-next 二次开发,增加文件管理、文件分组管理、本地/云端两种模式支持、动态绘图效果等功能,并调整较多交互,优化使用体验。
## 系统截图



**视频片段**
https://github.com/user-attachments/assets/2ac6c577-9c66-4806-a169-37d023c5f9fc
## 私有部署- Docker Compose (推荐)
**1. docker部署并启动项目**
```bash
version: '3.8'
services:
ai-draw:
build: .
image: ghcr.io/stone-yu/ai-draw:latest
container_name: ai-draw
restart: unless-stopped
ports:
- "3000:3000"
volumes:
# Map local data directory to container data directory
# On NAS, change ./data to your actual path, e.g., /volume1/docker/aidraw/data
- ./data/aidraw:/app/data
environment:
- PORT=3000
- DATA_DIR=/app/data
- DEBUG=false
```
**阿里云镜像地址:** registry.cn-hangzhou.aliyuncs.com/stone-yu/ai-draw:latest
**2.访问地址:** 访问http:// 感谢您的支持!您的鼓励是我更新的最大动力。

微信

支付宝