This project could easily use FileSaver.js to download the JSON locally. You could then easily read it back. This is how I do it for my site that runs locally only.
I think the question should be restated as: how do you save to a file and load from a file? The use of localStorage means you can only have one version of a canvas per browser/device pair.
Maybe not ideal but you _could_ use the browser inspector and copy the data from local storage and send it around manually. Not suggesting this is a workable solution but if you just needed to get it off one computer to another.
You can make the gist non-public by default (set public=false), and perhaps gists are the wrong tool, but something akin to gists seem like a good way to do something like this. I know Dave Winer was using the DropBox API in this way for some of his outlining tools.
But your point is well made, one of the downsides of the "web" as a platform is that it's hard to know what happens with the data you save to a random web application. I've had experience with product managers loading entire customer lists of emails into random "email validation tool"s, which were clearly just honeypots for foolish people's data.
A former version of the app I made a few years ago had the ability to download a json file with all your data. Then to open you would just drag the file from your computer and drop it on the canvas. But that obviously didn't work for mobile
>The Business Model Canvas, released under Creative Commons license, is open for building other approaches and variations on the concept. There have been a number of variations discussed and demonstrated here in the Hub and externally. Where variations have been made, recognition of the original source material must be included in the variation. The text and link Strategyzer.com should be clearly visible and legible under every canvas.
If you're interested in the topic, you should definitely check out https://strategyzer.com/ which is the company co-founded by the former PHD that developped the concept of the Business Model Canvas.
That does sound dubious. The specific graphics created by Strategyzer can be copyrighted with a Creative Commons license of course, but I can't see how the concept of the business model canvas can be protected.
In the current US patent climate disaster it is not really a big leap to see something that is clearly not protected by copyright and then think "maybe they got a patent for it and throw licenses around because of that."
Shameless plug: we built business model canvas building [1] into Aha! In addition to being able to create them, you can save them and put various versions into presentable notebooks [2] to see how they change over time or just to compare them. Also, it's configurable, so you can create a lean canvas or SWOT diagram or others [3]
Chrome apps always felt weird to me. They're not really separate from Chrome, but they.. live outside Chrome? And you have to launch them like a real app? Even though they're not real apps. It's just so weird. I would prefer an Electron app any day over those weird Chrome app things.
I know it's not exactly what you're looking for but for personal use anyone else wanting this sort of thing, this is how I display sites as apps (Google Calendar, Todoist)
There is still Qt WebEngine as a "lite" Electron. Or if that is too objectionable you can use the WebView interface with a users browser and let the app run as a background process.
Electron (while inside Atom) started out its life as a WebView from WebKit.framework, but they realized there are too many downsides to that. So they forked Chromium to add it to a Node process and wired it into Node's libuv, which is all Electron really is. So yes it's heavier weight, but now you have Developer Tools built in.
For something like this, if you want low memory, use a piece of paper!
I imagine this is something you either have showing on a screen on the wall next to your dashboard, or open when you need to look at it. In either case, electron won't stop you or bottle-neck your system :)
FYI to other business software developers: this does not refer to a "canvas" object in HTML 5 sense nor tying that to a business domain model object as we might expect, it's a Business tool for apparently brainstorming business ideas for people that don't already have a clear business idea.
I'd love to hear about peoples experience with this.
I have the book and I tried setting up a canvas a few times but I didn't find it very helpful. It might be because of nature of the projects that I tried it on, I am not sure. Can anyone tell me about a time where they got explicit value/insight from setting one up?
Successfully used Business Model Canvas to present new business model to a larger organisation's board and get approval to start a new business unit. I feel it made the presentation of the key benefits of the business model easier, because the board was familiar with the Canvas and thus there was more shared ground.
I've used them collaboratively quite a bit. They are a quick way to talk about different players you are working with and talking to, and the layout of the canvas gives you a common vocabulary to talk about how you are viewing different players. Early on at my current startups, we were doing quite a bit of discovery and talking about a lot of different organizations and a lot of different relationship options, and the canvas gave us a way to keep track of that while we were working on other things.
We still keep one up to date and use it for on-boarding and documentation of learning. It's not a heavy-weight process. Super light-weight.
If you get too formal about it, it's a waste of time, like UML.
I have used the canvas a lot (bought the book too!) and found it an useful tool to externalize the thoughts in my head and make them concrete on paper. It's not a silver bullet though and you can create amazing canvases that ultimately lead nowhere.
I believe the reason why I'm not using the business model canvas anymore is because I've internalized most of its core principles and find it much easier to write down the core aspects of a business model in a text file. Much easier and less meaningless meta work (finding the right online tool, strictly following the canvas when it doesn't make sense in many industries/niches).
It's part of the Lean Startup methodology. And the very first step in getting to MVP. Where I believe it is helpful is getting feedback. You have something concrete to show people. And hopefully their feedback will help you to crystallize your design.
Cool! Fyi, when adding an item with 30+ characters, the item spills over to the next grid. Since you are already using css grid there are some css grid properties that handles minimizing/ wrapping values within a parent grid. Cheers!
Awesome! I think this tool is great. I would recommend adding to your future MVP is an info highlight to each block of the canvas, so the user doesn't have to research the type of questions he/she needs to fill the canvas.
Hey really cool. I like what and how you did it, it is appropriate level of storing data.
Few years ago I made a html version, so people can create number of canvases. Gitignore ignores anything starting with model- and you have business and lean canvas examples.
if you are looking for a free online version of the business model canvas and many more templates, you can also try out our tool canvanizer.com as an alternative. This also supports sharing and collaboration through edit or readonly links. Does not build on local storage though.
There's a whole open source toolkit for managing and sharing BMC avail on http://toolkit.builders/ which would profit a lot from your sneaky interface.
It looks OK. It's light on features and the UX isn't that great (why input popups at the top of the page?). Why not spend a bit more time on it before showing it off to a big audience?
Question: how do you save/load?
We had a similar idea for draw.io [1]
[1] https://www.draw.io/?splash=0&url=https://raw.githubusercont...