2026-05-24 22:35:46 +02:00
2026-05-24 15:32:36 +00:00
2026-05-24 18:53:24 +00:00
2026-05-24 18:36:09 +00:00
2026-05-24 15:32:36 +00:00
2026-05-24 15:32:36 +00:00
2026-05-24 15:32:36 +00:00
2026-05-24 15:32:36 +00:00
2026-05-24 15:32:36 +00:00

excali

Private self-hosted Excalidraw with Bun and SQLite.

Run locally

bun install
bun run dev

Open http://localhost:3000.

Test

bun run test
bun run typecheck

Build the image

docker build -t excali .
docker run --rm -p 3000:3000 -v "$PWD/data:/data" excali