Creativity
tldraw
exampleAre you the maker of tldraw.com?
This entry was authored as example data, not by the maintainer. Submit a verified manifest from your domain and it replaces this one — same URL, stars carry over.
A polished collaborative whiteboard with a delightful drawing engine and a JS SDK other apps embed to add a canvas in minutes.

What you get
Source-available
You can read the code, but the license restricts certain uses (like reselling or running it commercially).
Free version available
There's a meaningful free version you can use indefinitely without paying.
No account needed
Use it without signing up or giving them your email.
Has a developer API
Other software can integrate with it through a documented public interface.
Easy to export your data
Download all your data any time, in a format you can actually use elsewhere.
Technical detailsexpand
npm:tldrawNo maintainer declared.
View manifest (JSON-LD)expand
{
"@context": "https://vibehunt.tech/v1",
"@type": "Capability",
"id": "cap:example:tldraw",
"software": {
"name": "tldraw",
"category": "creativity",
"homepage": "https://tldraw.com",
"source": "https://github.com/tldraw/tldraw",
"license": "Apache-2.0",
"packageRefs": [
"npm:tldraw"
],
"description": "A polished collaborative whiteboard with a delightful drawing engine and a JS SDK other apps embed to add a canvas in minutes."
},
"solves": [
{
"intent": "Draw, diagram, and collaborate on an infinite canvas with a buttery-smooth interface and a real SDK if you want to embed it elsewhere.",
"constraintsSatisfied": [
"core:source-available",
"core:free-tier",
"core:no-account-required",
"core:has-api",
"core:exportable"
],
"scale": [
"single-user",
"team"
]
}
],
"maturity": "stable",
"source": "example"
}