Tech News
← Back to articles

tldraw SDK 4.0

read original related products more articles

Hey, this is Steve Ruiz, founder of tldraw .

For anyone new to the project, hello, we’re a London-based startup behind the tldraw SDK , a TypeScript library for building infinite canvas apps on the web. In addition to building the SDK, we also build things with the SDK, including a free online whiteboard at tldraw.com and plenty of side projects like tldraw.computer .

Like our previous major releases, this release includes changes to our license together with new resources for developers. It also includes the usual collection of small improvements and fixes to the SDK. You can find these details in the full release notes .

On with the highlights!

npm create tldraw

This release includes our new CLI tool, available at npm create tldraw@latest . You can use this tool to quickly create new tldraw projects using our templates and new starter kits.

Starter kits

This release includes four new starter kits:

agent is a Cursor-style chatbot starter. This kit replaces our AI module and AI template. If you're interested in driving AI interactions on the canvas, this is a great place to start hacking.

workflow is a React-flow style starter for node-and-wire applications. If you have an idea for a patch programming interface, an asynchronous workflow tool, or a ComfyUI-style pipeline for images or data, start with this one.

... continue reading