Skip to content

elecmonkey/excali-ai

Repository files navigation

Excalidraw AI Agent (excali-ai)

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.

Getting Started

You should have Node.js and pnpm installed.

  1. Clone the repository & Install dependencies
git clone https://github.com/elecmonkey/excali-ai
cd excali-ai
pnpm install
  1. (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
  1. Start the development server
pnpm dev

Contributing

Issues & PR welcomes!

License

MIT License

About

Excalidraw AI Agent: create and modify diagrams using natural language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages