Remix.run Logo
emil-lp 3 days ago

Should be Show HN.

Now it reads like an ad for some extension to a program I've never heard about.

emil-lp 3 days ago | parent | next [-]

Apparently Excalidraw is An open source virtual hand-drawn style whiteboard. Collaborative and end-to-end encrypted.

https://github.com/excalidraw/excalidraw

petepete 3 days ago | parent | next [-]

I use Excalidraw extensively at work. For me, it's really close to perfection.

It has an excellent UI, selections work way better than Lucid or Figma etc, the sketchy look makes it clear designs are rough and not blueprints, it's private and loads instantly.

The one negative is that it's a pain to get the multiplayer self-hosted version running.

ndezt 3 days ago | parent | next [-]

Yeah, Excalidraw is really nice diagramming tools that I frequently used as well on my day-to-day works.

For the self-host, finally I build the solution myself so I can self-host Excalidraw and several other plaintext diagramming format while still able to working with my peers using realtime collaboration.

I open sourced it on https://github.com/andes90/collabmd, and if you want to try you can play around with the demo on https://demo.collabmd.app

macintux 3 days ago | parent | prev | next [-]

The company where I'm contracted retired Excalidraw in favor of Lucid and, while I understand that big companies are going to go with big, enterprise-y solutions, what went from a weekly "sketch something out to help with communicating my ideas" turned into "once every few months I begrudgingly document something".

Excalidraw is excellent for low-friction sketches.

fabbbbb 3 days ago | parent | prev | next [-]

I was surprised about that, too. Tried a bit but found very few sources online.

A self-hosted version with storage (multiplayer) plus any Claude access would be a killer setup for team planning etc and let us drop Miro.

foobarian 3 days ago | parent | prev [-]

My favorite aspect of it is the keyboard shortcuts. It makes things so much faster.

bryanhogan 3 days ago | parent | prev | next [-]

Both Excalidraw and TLDraw are the two most popular apps of their kind, simplistic whiteboard tools, so I don't think it's that surprising and I don't see any reason why this post should be a "Show HN".

TLDraw: https://www.tldraw.com/

Excalidraw: https://excalidraw.com/

jruohonen 3 days ago | parent [-]

For me, draw.io is still the winner, and especially now that it runs locally also on Linux. As for works in progress, I hope this one succeeds (and would also run locally at some point):

TikzMaker: https://tikzmaker.com/

postatic 3 days ago | parent | prev [-]

I love excalidraw, but don't need the excalidraw+. But Excalidraw open source is the frontend only, which means I have to delete my drawings each time. So I built the backend so I can create many canvases.

https://drawx.ossy.dev

jstanley 3 days ago | parent | next [-]

Your site makes me make an account before I can use it, whereas excalidraw.com doesn't, and also excalidraw.com seems to save my drawing just fine? I closed a tab and reopened it and my drawing was still there, presumably from localStorage.

The three-lines-menu also has a "Save to..." option that lets you create a sharable link or save to your local disk.

blahlabs 3 days ago | parent [-]

You can also embed the excalidraw drawing in the exported image. So you can drag/drop the exorted image back into excalidraw and edit it later.

iCutMoon 3 days ago | parent | prev [-]

I actually created a completely free chrome extension exactly for that reason helps you to save and open the files at excalidraw

https://github.com/AykutSarac/excalihub

mlysk 3 days ago | parent | prev [-]

Pretty new to hn, thanks for the hint