Hacker News new | ask | show | jobs
Show HN: Alpha Demo of NotePad.ai (open source) (github.com)
7 points by dreamdimension 731 days ago
Hi all, I threw together a small prototype I am calling “Notepad.ai”. A new take on UIs for interacting with LLMs.

While I enjoy using LLM’s in the chat format I wanted to see what it would be like to do it in a more long form style.

It let’s you write in a pretty free form, much like Window’s Notepad, but you can choose to hit ctrl+[ to analyze the text with a preset prompt of your choosing.

It has a few other small features. It’s WIP and very experimental. I would appreciate any feedback or thoughts.

Video: https://youtu.be/ntdlgFmSxQY

Live Demo: https://dreamdimension.net/NotePad-AI/

Github repo: http://github.com/Dream-Dimension/NotePad-AI

More of my Projects: https://dreamdimension.net/

Have a great rest of your weekend!

2 comments

Hi cool stuff, would like to see some valid uses cases of how you use it in your daily routine. Would be way more useful if it was a mobile app (e.g. PWA). Also, a bit frictional to try the demo if we need to put our api key, consider getting some free credits (e.g. microsoft for startups program gives ~2.5k to anyone) so you can let people try it immediately!
Thanks for your feedback. Those are all great points! I’ll make sure to include a few real world use cases in my next demo. I will also give some thought to how I could make a UI for mobile with similar functionality, that sounds like a fun project.

I didn’t know about that Microsoft program, will look into it, thanks again!

Cool stuff! Maybe consider using (Fabric)[https://github.com/danielmiessler/fabric] as the templates for different prompts :)
Awesome, thank, I'm looking through their video now.