alt.hn

7/29/2026 at 12:11:23 AM

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

https://www.hubble.md/

by handfuloflight

7/29/2026 at 7:25:02 AM

Genuinely curious, maybe I'm missing something. What makes this more "agent-ready" than Obsidian .md files on disk or even something like .org files?

I can let my agent edit those files all the same + there's better integrations and knowledge readily available on these.

I can tell my agent to edit the Obsidian Markdown just like that, but I can also tell it to create a full-on notebook with backlinks and DataView queries. I can tell my agent to create logically complex .org notes with code blocks and references.

To me, Hubble just seems like a Markdown editor, based on the premise that agents are able to edit local files.

by xn--yt9h

7/29/2026 at 5:18:49 PM

Usually, I have vscode/Claude Cowork up on one side and on the other is Obsidian. I made a plugin[1] that converts emails to `.md` so they can also be in Obsidian folder -- so Claude can query those emails the same way it does my notes. Works beautifully.

[1] https://github.com/chaidhat/inbox-to-md

by chaidhat

7/29/2026 at 1:05:42 AM

I feel like there's not enough content on the landing page to help me understand why I need yet another notetaking app. The burden of proof is high given how many of these there are.

by flippyhead

7/29/2026 at 10:23:46 AM

At least it is self describing, unlike some other projects that are like "An alternative to faomz with deliric integration"

by braiamp

7/29/2026 at 4:19:09 AM

Also why is it a nodejs app? With the explosion of LLM and the insane increase in productivity shouldn't it be a Rust app?

by thewhitetulip

7/29/2026 at 10:22:42 AM

Why even limit the app to Rust? Cross compilation is for humans. Just have the LLM make multiple versions of the codebase using whatever language and SDK is best integrated into each OS.

by throwthrowuknow

7/29/2026 at 7:03:50 PM

Why limit to language and SDK? Have the LLM write machine code.

by danielmeskin

7/29/2026 at 10:40:21 AM

Absolutely! LLM is basically magic at this point (or so we hear)

by thewhitetulip

7/29/2026 at 4:51:31 AM

Between being criticised for too much LLLM and not enough, the developers can't win can they?

by filcuk

7/29/2026 at 1:03:15 PM

There is still a place for 'but rust’, in between too much and too little LLM usage.

by mianos

7/29/2026 at 5:20:10 AM

Well they can win! Since everyone is so pro LLM don't write apps in Nodejs LOL

Pre LLM nodejs was convenient option to deploy to all platforms at once.

Post LLM that's no longer a limitation! Just prompt more to create apps in native language! Anyways RAM is getting costlier by the day due to LLMs themselves

That is unless devs don't use LLMs at all. Then they should simply state in the GitHub repo that we don't use AI!

I wouldn't use AI for hobby projects tbh. It's my personal preference

by thewhitetulip

7/29/2026 at 8:09:41 AM

> Just prompt more to create apps in native language!

If you have ever done that you know that that's as true as "write once, run everywhere". There will always be tweaks and iterations, even if it saves you a lot of time.

by dewey

7/29/2026 at 9:30:27 AM

I was being sarcastic but okay.

Because every other day we hear how excellent LLM is that we don't need to write code anymore

by thewhitetulip

7/29/2026 at 9:33:23 AM

Sorry, misunderstood that.

by dewey

7/29/2026 at 1:05:10 PM

With the explosion in token usage, why not write it in z80 assembly and run it in a z80 emulator written in webasm?

by mianos

7/29/2026 at 6:08:39 PM

Why not?

by thewhitetulip

7/29/2026 at 11:24:45 AM

It can be the language they prefer. Why would someone spend money to create software in some language for the sake of having an LLM generate it

by zaphirplane

7/29/2026 at 12:22:41 PM

The counter argument is that since LLM resembles magic why use inefficient nodejs that is basically an app running inside chrone Why not use native binaries?

Is efficiency not important in 2026?

by thewhitetulip

7/29/2026 at 9:11:52 PM

repeating the statement doesn’t make a counter point

by zaphirplane

7/29/2026 at 8:43:52 AM

> With the explosion of LLM and the insane increase in productivity shouldn't it be a Rust app?

Too bad we can't post emojis on HackerNews, I exploded laughing.

Literally every part of the statement is laughable.

by iLoveOncall

7/29/2026 at 8:48:07 AM

I didn't know you can't post emojis! I also exploded laughing reading your comment

I expect people to not understand sarcasm on Reddit. I suppose I shouldn't expect it on HN as well

by thewhitetulip

7/29/2026 at 9:36:35 AM

The thing is that maybe your comment is sarcasm, but half of HN commenters would make the same comment 100% seriously.

by iLoveOncall

7/29/2026 at 10:39:20 AM

Oh wait. Is it?

I am just tired of JavaScript being used for desktop apps!

Can't someone create a framework using LLM that doesn't use JS?

But the zed team did create a cross platform library did not they?

by thewhitetulip

7/29/2026 at 7:34:29 AM

What would make Rust better for this type of app compared to Node?

by hendrikmans

7/29/2026 at 10:19:08 AM

Tauri is a good balance. Rust "backend" plus a native web view, so less JS and a lighter binary.

by mhluongo

7/29/2026 at 8:50:05 AM

Pray tell me why a desktop app is running on a browser in the age of LLMs?

Electron was written to make dev times faster

But since LLMs are basically super engineers can't the app be written in native language rather than running on v8?

Maybe not rust. But then zed people did develop a cross platform library for apps didn't they?!

by thewhitetulip

7/29/2026 at 1:29:05 AM

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/

by Brajeshwar

7/29/2026 at 8:10:51 AM

I'm trying to understand why this can't just be a folder on your disk. Agents know how to use "ls" and "cat" so I guess I'm missing something.

by dewey

7/29/2026 at 10:20:59 AM

You’re not, thing that makes it agent friendly is copy path button

by rpunkfu

7/29/2026 at 10:35:22 AM

Isn’t that less friendly to agents than just looking at the file path on the filesystem?

by dewey

7/29/2026 at 8:30:18 AM

[dead]

by phron3sis

7/29/2026 at 5:02:55 AM

I’ve been waiting for an app like this to be developed! .md files can be opened from Finder! The tree file view is just like I’m used to with Obsidian! Frontmatter support! There’s even an editor toolbar. Almost everything on my wishlist for a Markdown editor, except for Mermaid rendering.

Since this project uses such good agentic engineering practices, I was able to use Claude Code to add support for Mermaid diagram rendering and produce my very own local build on Mac, all in about 30 minutes.

Thank you! Hubble+cmux gets me close to the agentic IDE I’m working towards.

by shreddude

7/29/2026 at 11:49:33 AM

If you don't mind me asking, what are "good agentic engineering practices"? To my knowledge, we are still exploring many techniques of using agents within a codebase, and have not widely agreed on "best practice".

Do you mean "good code" and "good documentation"?

by nerptastic

7/29/2026 at 5:54:44 AM

You seems pretty enthusiastic about this very new and not very well known software...

by darkwater

7/29/2026 at 6:35:10 AM

Ben Holmes is active at X, you can check him out @BHolmesDev, he works for Warp.dev, they do multi-harness IDE named Oz.

by sixtyj

7/29/2026 at 6:20:28 AM

It's 680 commits old.

by mirekrusin

7/29/2026 at 7:22:57 AM

Which in this brave new agentic world could be what, 2 days? :)

by darkwater

7/29/2026 at 1:01:55 PM

There are also a lot of mcp agents for Joplin: https://discourse.joplinapp.org/t/ai-agents-and-joplin/46168 Dare I say, another, more popular, note taking app for you and your agents.

I really like it as I run a webdav service and can read/write and sync notes between multiple Mac desktops and Android. Encrypted while I am at it.

Markdown native.

by mianos

7/29/2026 at 1:23:53 PM

But does joblin support anything more than markdown? I'm thinking of using it as a like a store for agent plans, so I can easily edit stuff. Can an agent add rendered HTML, meramaid etc in joblin?

by fariszr

7/29/2026 at 9:14:37 PM

internet reinvents vi lock files from first principles

by effnorwood

7/29/2026 at 10:09:08 AM

The current sepia color scheme you see on all vibecoded websites is so, so tiring.

And before you ask, the next "trend" will be as much tiring.

by monegator

7/29/2026 at 1:12:03 AM

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

by ernsheong

7/29/2026 at 1:34:34 AM

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

by 0gs

7/29/2026 at 8:44:42 AM

The value proposition of Markdown is that you don't need a special editor, you can open it with any text editor that comes with your OS and it's human readable already.

by dewey

7/29/2026 at 7:12:22 AM

I think that is a really nice implementation. A few questions:

Can you easily share lists or pages or is it all local? (Is there a cloud element to it)

What are the most useful examples you’ve personally found when it comes to using the HYML component?

I built https://smalldocs.org for my agent’s Markdown needs. I extended it so it can render complex formats: Mermaid diagrams, charts, in-document slides and even in-document spreadsheets. It gives your agent a good selection of formats to express itself as it helps you understand whatever topic you’re looking into.

Here is a sample document: https://smalldocs.org/blogs/what-is-a-smalldoc

I publish anonymous analytics here: https://smalldocs.org/analytics

by FailMore

7/29/2026 at 8:58:03 PM

Uhh yeah I don't let agents edit files that I'm writing - that's how you get psychosis. I enforce this via snapshots before and after tool calls

by 4b11b4

7/29/2026 at 1:05:50 AM

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

by firasd

7/29/2026 at 2:56:54 AM

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/

by egeozcan

7/29/2026 at 3:00:52 AM

What are your thoughts on Hubble?

by losteric

7/29/2026 at 3:15:30 AM

I think it looks high quality. Perhaps it needs a way for those mini-html apps to store data? Also some additional docs and clear marketing that differentiates it from Obsidian would be cool as well.

by egeozcan

7/29/2026 at 3:05:20 PM

as a lightweight markdown reader on macOS, I much prefer the native mdv* app than running a nodejs app.

* https://github.com/tqbf/mdv

by akaralar

7/29/2026 at 8:59:47 AM

Cool, I needed a lightweight markdown editor. I like Obsidian but it's not really a notebook. What's missing is a ToC view for your .md as a sidebar which Obsidian has.

by gandhiandy69

7/29/2026 at 4:27:59 AM

How is this different from Obsidian? Why would someone switch? The page is a bit lacking on detail.

by Catloafdev

7/29/2026 at 5:53:03 AM

It would be interesting to see benchmark comparisons with traditional EHR integration solutions in terms of speed and reliability.

by madhu_ghalame

7/29/2026 at 1:23:25 PM

Oh look, a new note taking app. Must be Wednesday.

by pickleglitch

7/29/2026 at 10:38:01 AM

Obsidian exists. It is more feature rich and mature.

by Nekorosu

7/29/2026 at 10:39:33 AM

You could at least read the tagline or something, before leaving low-effort comments. Im a big fan of Obsidian, use it every day, but if Im looking for something "backed by Markdown and HTML" then obviously its not even an alternative...

by embedding-shape

7/29/2026 at 11:35:38 AM

What is your Obsidian backed by?

by smallerize

7/29/2026 at 1:39:04 AM

so, Obsidian?

by chaidhat

7/29/2026 at 2:05:53 AM

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.

by swedishagentic

7/29/2026 at 5:13:55 PM

Obsidian does hot reloading too. Usually, I have vscode/Claude Cowork up on one side and on the other is Obsidian. I made a plugin[1] that converts emails to `.md` so they can also be in Obsidian folder -- so Claude can query those emails the same way it does my notes. Works beautifully.

[1] https://github.com/chaidhat/inbox-to-md

by chaidhat

7/29/2026 at 4:04:59 AM

midwit meme, but both ends are just "a pile of .md files in a synced directory somewhere"

by Ycros

7/29/2026 at 8:41:42 AM

I'll be more blunt than other commenters: this is useless. Obsidian and plenty of other note taking apps already do the same and more.

Add to that the fact that it's likely entirely vibe-coded, there's really 0 value proposition here.

by iLoveOncall

7/29/2026 at 4:12:49 AM

but how is it different from my notion?

by eluru

7/29/2026 at 8:03:09 AM

local files on disk. we should make notion Just Work with real markdown files on disk like this too.

by jitl

7/29/2026 at 5:07:27 AM

I have always found markdown cumbersome. Will try this later. Seems like the main thing is having agent input right there, which is handy.

by gverrilla

7/29/2026 at 4:03:16 AM

ANOTHER.md

by Sha1rholder

7/29/2026 at 10:59:21 AM

Sorry, but wtf is this and why is it on the front-page??

"Agent ready"? Eg, it uses markdown like... everything else? There is literally no information here.

by crimsoneer

7/29/2026 at 4:30:14 AM

can we have a moratorium on notetaking apps?

by lhd1

7/29/2026 at 8:03:39 AM

[flagged]

by zesptra

7/29/2026 at 4:31:16 AM

[flagged]

by jocelyner

7/29/2026 at 7:40:58 AM

[flagged]

by myshapeprotocol

7/29/2026 at 8:12:41 AM

[flagged]

by TokenLat

7/29/2026 at 11:03:01 AM

The shared markdown files between human and agent notes is a nice touch — no proprietary format lock-in, and agents can just read the files directly. Does it handle conflicts when both the user and an agent edit the same note at the same time?

by jkwang

7/29/2026 at 11:20:40 AM

Bot

by harmonious