Hacker News new | ask | show | jobs
by frank13 1879 days ago
Hi. I made this. Its mostly plain JS, all of the diagram, except the arrow heads, are simple div element
2 comments

Hi! Thanks for replying. Is there any storage layer? Or is everything encoded in the URL?
Yes. There is a simple storage if you sign in with google/github
I mean what's the storage from a technical standpoint? If you're saving every version of every swimlane that anonymous users create, it seems like that would add up in your database.
If you dont sign in nothing is stored. Your diagram data does not leave the browser, unless you generate an image. The diagram data is in the url
Thank you for making this. Are you making the code available?