Kinopio is a visual thinking tool that can be used for things like brainstorming, organizing thoughts, mood-boards, planning, basically for figuring stuff out (by yourself or collaboratively).
I've been building it for the last year after leaving my job as the co-creator of Glitch (http://pketh.org/hello-kinopio).
There's no sign up required to use it, let me know what you think,
Looks good. Just wondering how is this different from a mindmap. Is the multimedia ability the differentiator?
I hacked together a simple textual mindmap with colors, fonts, etc on a canvas that I use for personal thinking. Just wondering how this improves the process.
The differentiators for me are: 1) super-streamlined card creation and editing. It lets me quickly capture, then move around with ease. No fiddling with appearance or sizes 2) less structure than traditional mind-mapping. I don't always think in hierarchies. Sometimes I have unrelated thoughts that later coalesce. This tool matches that mode.
From what i notice this is looser and easier to create notes. The nodes can be connected in any aleatory way, you can even make circuits. Mind maps are organized in a different way which might yield better results for different tasks
Thx! I tried to keep things pretty simple technology wise. I use Vue/vuex for the frontend and node/express/sequelize for the backend
The architecture is a bit more unique local-first approach (everything is saved and loaded from a localstorage cache and can be immediately interacted with, Then the slower-to-retrieve source of truth version of your data from the server is transparently swapped in for the cached data when it's ready)
I've been a big fan of brain storming tools for a long time so appreciate new tools with different takes on the problem.
I do have one observation and it maybe just me. I have no way of clustering a group of connected thoughts, or a way to 'chunk' the concepts. I see some attempt by using coloured lines but there should be a way to make these ideas hierchical and from that be able to zoom up and down various levels of conceptualisation. It would make managing a large network of ideas a lot easier, possibly a bit more ergonomic. Similar to the way the brain works.
It may just be me but was wondering if there's a way to achieve that with the current tooling or if you think there are workarounds?
The idea is that if you've got a bunch of cards you want to 'group' to isolate and expand on seperately, it's pretty convenient to be able to do so in a new space.
Let me know if this addresses grouping for you, thanks :)
I'm really excited about this tool. It hits all the right notes for me in terms of flexibility and constraints. I've used it to write an academic paper, run collaborative retrospective sessions with my team, organize my thoughts, and more. I wrote about it here: https://www.bentsai.org/posts/2020-08-06-i-joined-the-kinopi....
Happy user and recent subscriber here. What differentiates this for me vs. other mind mapping tools is its idiosyncratic and opinionated interface. Yes please to more interfaces that feel like a human has made them.
I like the art, not a fan of the text boxes not having white backgrounds when editing but I get the stylistic choices.
Interesting approach to mind mapping, limiting by # of cards seems like it encourages large cards though. Could you do a time based trial instead? Or limit collaboration/public for paid plans?
I was concerned about the performance a large graph would have when I toggled filters on/off on my iPhone and it took about a second for each change to apply (that’s with < 20 cards). If someone really used this they’d end up with thousands.
to ensure that cards comfortable fit in all screensizes, cards can only have 255 characters, so cards can't get too big (also because that's the default postgres string limit).
I'll look into optimizing filter performance, can you email me (hi@kinopio.club) the space you used for this? It usually isn't that slow.
re time trial: there's certainly no perfect trial scenario that works for everyone, so if you hit the limit and you're still evaluating just shoot me an email and i'll adjust your limit.
This is really cool. One issue: I accidentally created a checkbox card with no text and there's no way to edit or remove it (Safari). I can tick the checkbox and move it around and connect it to other cards, but I can't bring up the edit window.
Correction: there is a small area just below the checkbox in the card that I can click to bring up the edit window. Was difficult to discover.
I've been using Kinopio for a few things in the last few weeks. It's a great bit of kit, and for me the excitement of the UI keeps me more interested than traditional mind mapping software.
Pirijan is super responsive on support. Glad to be able to support his project financially!
Great work on this Pirijan. I use Glitch.com almost daily, but I did not know that you were the co-creator. But, the moment I landed on the site I knew it had something to do with Glitch. I felt that familiar design instantly.
The demo song is a mashup version of Drake's hotline bling that I found on youtube. It'd be awesome if Nintendo went after me for using it though, because it might mean that they'd use the iconic tune for themselves again
Very cool visual design. Reminds me of Nototo.app because it also relies on visual cues for information organisation. It works wonders for intuitive information recall.
This is really neat. Found it to be pretty intuitive, and selecting multiple nodes is super useful. I noticed the arrow links on the top of the node open on the same window, which I would have expected to open on a blank window so that I don't lose the current view.
the links open in the same page because navigating away from kinopio.club doesn't result in any data loss.
Because there are usability issues with new tab/window spawning for less pro computer users, the w3c recommendation is that you should only use target=_blank links when moving to a new page would destroy your page state (e.g. if you were filling out a form).
(Just in case you haven't tried it yet, middle mouse clicks will open the url in a new window/tab)
html embed is def possible , but using an actual iframe might lead to some performance impacts. Instead what I eventually plan to build is a url unfurling/screenshot tool that I can use on cards with urls
Have you considered adding markdown support to the cards?
Within an hour I paid for premium and have used it to mock up diagrams and workflows at work multiple times. This is a really fantastic tool for non linear ideas & brainstorming. I hope you are able to continue development!
The local storage is great. Looks like the export to JSON and the local storage cache are one and the same meaning importing data should be straightforward as well.
In general my goal is to have the main navigation interactions be as native as possible so there's less to learn. e.g. if you know how to scroll a webpage, you know how to scroll a kinopio space.
Thank you for making this it's cool and is basically the exact way that I use Keynotes on Mac to organize ideas (only better because of adding videos and other content)
It might need some tweaking, but the target area for bringing up the edit UI is pretty small in that case. I think you have to click on a small section below the checkbox :P
Hey aus_sua, this is the first I've heard of that. Could you let me know what actions occured when you noticed the freezing (scrolling, card editing, etc.)?
As well as any device or browser info. If I can replicate this I should be able to eliminate the freezing.
(For a quicker response, feel free to email me at hi@kinopio.club)
Names cannot be copyrighted, though they can be trademarked, but trademarks are rarely enforceable outside the trademark’s domain. Since this site has nothing to do with video games I think they’re fine.
Kinopio is a visual thinking tool that can be used for things like brainstorming, organizing thoughts, mood-boards, planning, basically for figuring stuff out (by yourself or collaboratively).
I've been building it for the last year after leaving my job as the co-creator of Glitch (http://pketh.org/hello-kinopio).
There's no sign up required to use it, let me know what you think,
thx!
– Pirijan