Discover and explore top open-source AI tools and projects—updated daily.
wangfenghuanAI-powered diagramming tool for creating and modifying visuals
Top 99.4% on SourcePulse
Summary
W-Next AI Drawio is a Next.js application integrating AI with draw.io for natural language-driven diagram creation and modification. It supports a wide range of large language models, including popular domestic Chinese options, making it particularly useful for Chinese developers seeking to streamline diagramming workflows.
How It Works
Utilizing the Vercel AI SDK and react-drawio within Next.js, the app processes natural language prompts via a chat interface. AI models generate or modify draw.io's XML format, enabling dynamic diagram creation, modification, and replication from images or documents.
Quick Start & Requirements
https://next-ai-drawio.jiang.jp/, though self-hosting is recommended for better model choices (e.g., Claude Sonnet 4.5/Opus 4.5).docker run -d -p 3000:3000 -e AI_PROVIDER=openai -e AI_MODEL=gpt-4o -e OPENAI_API_KEY=your_api_key ghcr.io/wangfenghuan/w-next-ai-drawio:latest. Configure AI providers via environment variables.npm install, configure .env.local with AI provider details.Highlighted Details
Maintenance & Community
Maintained by wangfenghuan, with sponsorship opportunities via GitHub. Support via GitHub issues or email (me[at]jiang.jp).
Licensing & Compatibility
Licensed under Apache 2.0, permitting commercial use and modification under its terms.
Limitations & Caveats
Self-hosting is advised for optimal performance and model selection. Users must provide their own API keys. Setting an access code (ACCESS_CODE_LIST) is crucial to prevent unauthorized usage and token depletion. Effectiveness depends heavily on the chosen LLM.
6 months ago
Inactive