Creativity
Excalidraw
exampleAre you the maker of excalidraw.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 virtual whiteboard for sketching hand-drawn-feeling diagrams. Open-source, runs in any browser, end-to-end encrypted collab when you want it.

What you get
Open source
Anyone can read, modify, and redistribute the code.
Free software (FSF-approved)
Open source under a license the Free Software Foundation recognizes, with no use restrictions.
Free version available
There's a meaningful free version you can use indefinitely without paying.
No subscription required
The core software doesn't need a recurring payment to keep working.
No account needed
Use it without signing up or giving them your email.
End-to-end encrypted
Your content is locked with a key only you have — even the company can't read it.
You can run your own server
Skip the company's hosting and run the software on your own machine or a server you rent.
Standard, open file format
Your data is in a format other tools can read — you're never locked in.
Easy to export your data
Download all your data any time, in a format you can actually use elsewhere.
Has a developer API
Other software can integrate with it through a documented public interface.
Technical detailsexpand
npm:@excalidraw/excalidrawNo maintainer declared.
View manifest (JSON-LD)expand
{
"@context": "https://vibehunt.tech/v1",
"@type": "Capability",
"id": "cap:example:excalidraw",
"software": {
"name": "Excalidraw",
"category": "creativity",
"homepage": "https://excalidraw.com",
"source": "https://github.com/excalidraw/excalidraw",
"license": "MIT",
"packageRefs": [
"npm:@excalidraw/excalidraw"
],
"description": "A virtual whiteboard for sketching hand-drawn-feeling diagrams. Open-source, runs in any browser, end-to-end encrypted collab when you want it."
},
"solves": [
{
"intent": "Sketch quick architecture diagrams, flowcharts, or wireframes that look hand-drawn, with optional realtime collaboration.",
"constraintsSatisfied": [
"core:open-source",
"core:libre",
"core:free-tier",
"core:no-subscription",
"core:no-account-required",
"core:end-to-end-encrypted",
"core:self-hostable",
"core:open-format",
"core:exportable",
"core:has-api"
],
"scale": [
"single-user",
"team"
]
}
],
"maturity": "stable",
"source": "example"
}