TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ThinkPost – split-panel note taking & brainstorming app for devs

111 pointsby zameermfm10 months ago
ThinkPost is an Interactive split-panel diagramming, draggable block-based note-taking, and brainstorming tool.<p>I developed ThinkPost as a side project for few months now. Basic idea is parallel streaming of ideas. It&#x27;s a desktop web app with a very scaled down mobile version just for support.<p>Whole my career I had been working with startups and specifically early stage ones, and it&#x27;s a big responsibility to devise a feature on our own, think deeply about it in different streams (logically, security, re-usability, platform APIs etc.) and even present distilled part of it to stakeholders (Often times non technical people). Even now I run backend&#x2F;infra&#x2F;mobile&#x2F;qa&#x2F;customer support&#x2F;integrations for a healthcare startup, so stakes are high. There&#x27;s a lot of self brainstorming in multiple streams and then there&#x27;s also distillation process. I couldn&#x27;t really work with single page notepads for that streaming process. We should be able to note down in split-panels, so there&#x27;s space for parallel ideas.<p>Many note-taking apps today single-paged have high-think-threshold (windows notepad&#x2F;apple notes have very low-think-threshold), you have to think before you write in them, so not a good option for quick ideas. So built a platform specifically for everyone who can parallel stream ideas in split panels Textually (low-think-threshold), write as they like), Diagrammatically, Code-wise or even Quick Maths. And also move the idea blocks across panels or within! or Open a new tab if you want more!<p>I&#x27;m personally a massive user of my app because I plan everything at my current job via this app, run meetings, self-brainstorm features, study requirements, visualize code-ideas, an develop this when I get time as well. All completely free. Might run ads later.<p><a href="https:&#x2F;&#x2F;thinkpost.io" rel="nofollow">https:&#x2F;&#x2F;thinkpost.io</a> - Try! no login needed.<p>More comprehensive introduction: <a href="https:&#x2F;&#x2F;zameermfm.medium.com&#x2F;introducing-thinkpost-io-33df61ce4bc7" rel="nofollow">https:&#x2F;&#x2F;zameermfm.medium.com&#x2F;introducing-thinkpost-io-33df61...</a>

18 comments

osdev10 months ago
Nice idea and the site looks well done! Congrats on launching this. I played around the site a bit and with the different panels.. a few thoughts&#x2F;questions...<p>THOUGHTS<p>1. Target: Is the market for enterprise&#x2F;work or for consumer&#x2F;personal use or does it not matter? Similar question for people, is it more for people who need diagrams in combination with notes and if so, are these mostly technical people who could author both the notes &#x2F; diagrams and for non-technical people who would read&#x2F;consume them?<p>2. All-In-One: The inevitable question&#x2F;concern on a tool that combines many things into one, is that, it being good but not great at any one thing. This is something I&#x27;m also dealing with on one my projects. How do you address this concern?<p>3. Limitations: Are there any limitations with the note taking, or the diagramming capabilities compared to specialized products &#x2F; apps like Joplin, UpNote, Bear, or Draw.io ?<p>QUESTIONS<p>1. Tab: Is a &quot;tab&quot; analogous to a &quot;note&quot; in other apps?<p>2. Panels: Are all the panels linked to a tab and is there a limit to the panels?<p>3. Folders: I didn&#x27;t quite get it, but how are multiple notes organized into 1 collection?<p>4. Diagrams: Do you have an example of a sophisticated diagram made with your app?<p>I use diagramming quite often, but it&#x27;s mostly for work purposes for technical software architecture diagrams, which I eventually embed into other wiki pages and&#x2F;or git readmes. For personal use at home, I can&#x27;t remember the last time I had to diagram anything. The first thing that comes to mind is how does the diagramming compare to something more specialized like draw.io. I can definitely see potential in this for work purposes.<p>All the Best!
评论 #41097514 未加载
chrisweekly10 months ago
Congrats on building and sharing something you find useful! Sincerely.<p>But: split-panel layout is merely one of myriad features in Obsidian. Serious note-takers typically have a long list of UX and non-functional requirements, which require serious investment and&#x2F;or a robust community &amp; ecosystem. So I think you&#x27;ve got your work cut out for you to make a solo project in this space appealing to even a small minority. And that&#x27;s before the &quot;Might run ads later&quot; kicker.
评论 #41100024 未加载
katspaugh10 months ago
Dinky Dog [1] author here. I really like the split-pane idea!<p>You can only write as much in a single flowchart node, so tools where you can only draw lack a place for extended notes.<p>Also it&#x27;s a great way to illustrate written points. I can see this being used e.g. in classrooms. Theory on the left, examples on the right.<p>Great work!<p>---<p>[1] <a href="https:&#x2F;&#x2F;dinky.dog&#x2F;?q=about-9315ba924c9d16e632145116d69ae72a" rel="nofollow">https:&#x2F;&#x2F;dinky.dog&#x2F;?q=about-9315ba924c9d16e632145116d69ae72a</a>
评论 #41099857 未加载
rawoke08360010 months ago
Well done on launching :)<p>But I&#x27;m having some major GUI issues:<p>1. Icon-Button-Click-Area: Click on the STAR (Panel Type) I can only activate it via putting the mouse cursor at the left bottom of icon&#x2F;button. Putting my cursor RIGHT on top in the middle does not activate it.<p>2. Panel-Split: Not sure if its related to 1, but I could only ever managed to figure out how to split my left horizontally plane once. Trying to split the right panel also like this, proved to be impossible (for me)<p>3. Sluggish-Feel: This could def be related to 1, but there seems to be a general delay between action(if it fires) and visual feedback<p>Suggestions:<p><pre><code> * Re-look at GUI and make it more predictable&#x2F;familiar in terms of interaction (click-area, feedback,speed) * Templates-For-Tab: Would be nice when creating a new tab, I could pre-select from a few templates, silly examples follows: - 4 box splits), - 2 vertical splits, - 3-splits (image, code, text) </code></pre> b) GUI-Feedback: Just to make it feel more responsive.<p>c) Use-Cases: I do like the free-form-thinking with wide constraints ntoe taking idea. I can even see it being used for: WebToon-Layouts, Storyboards, User-Testing, Use-Cases etc.<p>Again Congrats On Launching ! It&#x27;s 90% of the challenge !<p>EDIT: Google Chrome Linux
评论 #41098393 未加载
zameermfm10 months ago
Hi everyone, Thank you all for your votes, ideas, thoughts, comments and really appreciate your inputs! After a successful MVP launch on the frontpage yesterday, there were many takeaways, - I will be fixing core issues in the app those were met by the users. - Will be repositioning beyond developers, dropping &quot;developers&quot; tag, because I have received requests to facilitate onboarding from non developers, i.e wider technical community as well (also outlined by some of the comments here). - Will be improving the platform and prioritize development considering the direction I want to take from now on. - Rethink&#x2F;User Testing UX&#x2F;UI for frictions - More reach-outs to&#x2F;onboarding potential customers while repositioning.<p>Thanks everyone! Keep your votes, comments coming, I&#x27;m very active on HN, ill be responding to them anytime.
schnable10 months ago
As someone who regularly brainstorms using Excalidraw for drawing and Bear for words, this is pretty much perfect for me. I couldn&#x27;t get Obsidian to fit my brain for most of my use cases.<p>Nice work! Please let me give you money so I don&#x27;t see ads.
评论 #41102928 未加载
dougdimmadome10 months ago
nice work.<p>I can definitely see a use for this already<p>&gt; Many note-taking apps today single-paged have high-think-threshold [...] You have to think before you write in them, so not a good option for quick ideas.<p>Yes. Very much so. I often resort to pen and paper because I want to get down a more free form idea and I often feel very constrained by a note taking platform. I feel like this one is different in that way.<p>Is there an easy way to embed something from one pane into another? When I have a &quot;drawing&quot; pane I can export the image to svg or png and then import on the &quot;text&quot; pane, but I would love to just send the image over the wall with one click. Maybe its already in there and I&#x27;m missing it?
评论 #41099873 未加载
usernamed710 months ago
good move to not require signup&#x2F;signin to give it a go, i would have otherwise just bounced entirely. Def. the kind of tool where that is possible.<p>&gt; Many note-taking apps today single-paged have high-think-threshold (windows notepad&#x2F;apple notes have very low-think-threshold), you have to think before you write in them, so not a good option for quick ideas.<p>It&#x27;s good that you are identifying competitors &#x2F; alternative solutions; but &quot;thinking before writing in them&quot; is not a pain i think most users would connect with, nor is your platform in any way changing this dynamic of interaction. So it feels like a reach.<p>The UI looks good, but there are some UX frustrations. to me this overall does too much - there are too many things. It&#x27;s good they are tucked away in menus but it is overthought to the point of being overwhelming. But...could possibly be addressed via different progressive disclosure.<p>I can see how&#x2F;why you might use it. but for me it is not the right &quot;it&quot;. It&#x27;s also not &quot;for devs&quot; in the way you maybe want it to be as a platform. That all but kills it for me. I don&#x27;t think that as a premise has a market.<p>Also, the split panel as a design decision feels constraining. Who are you to tell me how to use your software? And with them being the same objects it just feels redundant or like I&#x27;m expected to type with the left and right hands separately. But with a different start state and maybe using two different panels you could create more &#x27;ah-ha&quot;.<p>I would lean into making this like a jsfiddle where it&#x27;s low friction to generate things and share it with others. That can be a great starting point, and help give direction to the product.
评论 #41097562 未加载
parentheses10 months ago
Have you seen Eraser?<p><a href="https:&#x2F;&#x2F;www.eraser.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.eraser.io&#x2F;</a>
评论 #41115444 未加载
t0ffif3310 months ago
Great idea, and great execution of it! I mostly use a text file to get my thoughts down while building but I can see myself using something like this. My only feedback would be to maybe not use the Gemini AI icon for &quot;Switching Panel Type&quot;, my feeling is that there are more expressive icons for such actions.
评论 #41097543 未加载
Bluestein10 months ago
Kudos on the &quot;try without login&quot; option.-<p>+1000
评论 #41100543 未加载
OccamsMirror10 months ago
Dark mode in Firefox MacOS has a lot of issues. Makes it seem like an afterthought.<p>I love the idea of this. I&#x27;m unsure how to use it to my advantage though. An explainer video would go a long way I think.
评论 #41097843 未加载
getcrunk10 months ago
Dang congrats!<p>I had a very similar idea for going on a decade now , but never got around to working on it until a few weeks ago. Now I&#x27;m demotivated.
评论 #41098597 未加载
评论 #41101316 未加载
gigatexal10 months ago
What&#x27;ll the pricing be? I don&#x27;t want to get hooked and then have some sort of crisis if&#x2F;when I can&#x27;t afford it.
评论 #41100986 未加载
Obscurity434010 months ago
Is it able to collapse blocks&#x2F;bullets and&#x2F;or zoom in like Workflowy?
评论 #41101007 未加载
apwell2310 months ago
would you mind including a video of the product. Or a video of you using it to do your work.
评论 #41097479 未加载
Bharathkumar1210 months ago
Good one
benatkin10 months ago
Nice project. I played with it for a little while, and while I found some issues like the code blocks inserted with `&#x2F;` not automatically sizing to fit the content, and showing an alert() when switching panel types even when a panel hasn&#x27;t been edited, I think it works pretty well for how ambitious of an app it is.<p>I like being able to do things side by side. However, I think perhaps the tabs should be within each split. It also should be geared towards quickly opening and closing things. A low entropy split view will result in space being taken up by stuff that isn&#x27;t relevant. This is why the split view in Visual Studio Code works pretty well. It&#x27;s like a browser where the tabs are constantly changing - not like Excel where you delete tabs but don&#x27;t close them and they&#x27;re persisted across sessions including the order of the tabs. (Actually, Excel has a split view but it works because you can quickly change which tab is open in each split, so it&#x27;s relevant to the task at hand.)<p>&gt; Many note-taking apps today single-paged have high-think-threshold<p>Like Notion and Obsidian? I find them to be simple to use if you don&#x27;t use their advanced features.<p>&gt; I&#x27;m personally a massive user of my app.<p>It&#x27;s because you&#x27;re testing your own app.
评论 #41097538 未加载