Quick Start
npm install tldrawimport { 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+