English | 简体中文
[Work in Progress] AI-powered diagram editor that lets users create and modify Excalidraw diagrams through natural language.
This project is built on top of Excalidraw and related open-source tools.
You should have Node.js and pnpm installed.
- Clone the repository & Install dependencies
git clone https://github.com/elecmonkey/excali-ai
cd excali-ai
pnpm install- (Optional) Configure an OpenAI-compatible provider on the server
- Server config is shared by everyone.
- You can skip this and let users fill Base URL / Key / Model in the client UI (only for themselves).
cp .env.local.example .env.local
vim .env.local- Start the development server
pnpm devIssues & PR welcomes!
MIT License