Live data from Hacker News

Hubble: Open-source notetaking app for you and your agents

hubble.md

1–10 of 93 posts

Re: Hubble: Open-source notetaking app for you and your agents

#3
Looks interesting. The dual interface from the start (React UI for humans and just editing .md for the agents with skills) is an interesting idea and probably how a lot of new software projects will work going forward

I feel like tables are generally underrated while the AI ecosystem is focused on .md files but I guess markdown has tables so they’re included to some extent

Re: Hubble: Open-source notetaking app for you and your agents

#5
Will check this out too.

Now, I'm having fun with tldraw.[1] With their new tldraw offline, I can continue to work in Claude Code (and others) and I can either output or interact/input from tldraw. This is more of a free-form, infinite canvas. I treat it like Excalidraw + Draw.io + Freeform Notetaker.

For text, most agents/LLM/assistants are pretty happy and smart using the same Markdown files to anywhere I have allowed them to interact.

1. https://www.tldraw.com/

Re: Hubble: Open-source notetaking app for you and your agents

#6

All my agents need are plain .md files in my project directories.

it's interesting -- i think most (non-technical) people don't really have a muscle memory go-to markdown editor. i certainly didn't. i hated obsidian at first! funny how learning to like markdown makes obsidian like 1000x better haha

Re: Hubble: Open-source notetaking app for you and your agents

#8
post #7

so, Obsidian?

There's even a community plugin MCP that makes this easier. Afaik the hot reload is the only thing that "beats" this but I haven't had issues with Agents interacting with obsidian through the MCP - I'm not sure how much more useful it is to talk with an agent through a note taking app vs through its CLI.

Re: Hubble: Open-source notetaking app for you and your agents

#9
I also have one I developed according to my use: https://github.com/egeozcan/mahpastes

It has a rest api and a cli tool, and also the possibility to make headless deployments, and it can sync clips without a sync server. It can serve folders/tags and optionally expose a read or read/write api for JSON files on the same level. It supports lua plugins, and I have a fal.ai plugin to generate/edit images already in the repo (some other examples there).

It has a lot of features so maybe it's better if I just link to the docs: https://egeozcan.github.io/mahpastes/

Re: Hubble: Open-source notetaking app for you and your agents

#10
post #9

I also have one I developed according to my use: https://github.com/egeozcan/mahpastes It has a rest api and a cli tool, and also the possibility to make headless deployments, and it can sync clips without a sync server. It can serve folders/tags and optionally expose a read or read/write api for JSON files on the same level. It supports lua plugins, and I have a fal.ai plugin to generate/edit images already in the r…

What are your thoughts on Hubble?
Post reply on HN