Configs2026年4月7日·1 分钟阅读

tldraw — Infinite Canvas SDK for AI Applications

Open-source infinite canvas library for building whiteboard, diagramming, and design applications. React component with real-time collaboration. Used by AI tools for visual generation. 40,000+ stars.

介绍

tldraw is an open-source infinite canvas React library with 40,000+ GitHub stars. A single component delivers a full whiteboard. AI tools use tldraw for wireframe-to-code and text-to-diagram features. Best for building collaborative or visual AI applications.


Quick Start

npm install tldraw
import { Tldraw } from "tldraw";
export default function App() {
  return <div style={{ width: "100vw", height: "100vh" }}><Tldraw /></div>;
}

Overview

tldraw is an open-source infinite canvas React library with 40,000+ GitHub stars. A single component delivers a full whiteboard. AI tools use tldraw for wireframe-to-code and text-to-diagram features. Best for building collaborative or visual AI applications.


Source & Thanks

Created by tldraw. Licensed under Apache 2.0.

tldraw — stars 40,000+

🙏

来源与感谢

Created by tldraw. Licensed under Apache 2.0.

tldraw — stars 40,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产