alt.hn

3/3/2026 at 6:13:45 PM

Show HN: We want to displace Notion with collaborative Markdown files

https://www.moment.dev/

by antics

3/4/2026 at 9:02:27 PM

I'm not understanding the value here. If I'm writing markdown and avoiding notion, what does this provide my team that git does not?

I can easily write the markdown docs and they will render fin in most git forges.

by DerArzt

3/5/2026 at 5:55:36 AM

Moment is distinctive because (1) it's natively programmable, and (2) has a native, high-performance, live collaborative editing.

For (1), programmability is why our templates[1] are generally so rich. See, e.g, our NES emulator[2] or our SQLite Explorer[3], both of which would be vastly harder to accomplish in Notion. It's even much harder in Obsidian, which is Markdown-first! Both templates took ~30 minutes of work with `claude`, and to do something similar with their respective extension APIs would have take orders of magnitude more time, especially to publish.

For (2), actually-working live collaborative editing is pretty hard to come by on Markdown-based docs editors. If you don't think you need this, the offering will be less compelling. My opinion is that many people who think they don't need this in a team setting end up being surprised how big a barrier this is when they try to use Obsidian as the central knowledge base for a team setting. Notion is extremely buggy and sometimes very slow, but in almost all cases I've seen, that ends up being worth the trade-off of not having to write code or get everyone to use the exact same extension set. Just my 2 cents though.

[1]: https://www.moment.dev/templates

[2]: https://www.moment.dev/templates/75ovowgp6jnv6lofwu60bx1d1

[3]: https://www.moment.dev/templates/4m8zt4ne0bnqfb4hjtcwm2fob

by antics

3/3/2026 at 6:40:01 PM

The problem with the mission statement mentioning Notion is that notion is too big of a product and you are probably only aiming to displace a small part of it.

Secondly, if a server cant be spun up alongside this that serves markdown editing, that others can access immediately without going through a setup process, for guerilla collaboration, then it is not replacing notion. It is simply a different medium.

Notion is a lot of things; pages, triggers, actions, databases, and agents. You are focusing only on pages.

by nashashmi

3/3/2026 at 7:03:57 PM

Not 100% sure I understand, but, if you opt into sharing a doc, we do spin up a collaboration server on your behalf, and editors do not have to set anything up to use it. The bulk of the work we've had to do is to make this seamless and good.

For the other points: yes, we aspire to do all of those things. :)

by antics

3/5/2026 at 6:53:04 PM

Are those other points, something you can do in Markdown? DB in markdown?

by nashashmi

3/5/2026 at 9:17:39 PM

Our approach, which is behind a feature flag right now, is to allow users to attach "assets" to jj change IDs (these are sort of like stable git commit SHAs). This is how we will power inline comments, and it's how we'll power Notion-style SQLite-based databases. We already have, checked in, an implementation of IVM built on top of SQLite, specifically for this purpose. I don't see how we could be a Notion competitor without them.

by antics

3/4/2026 at 2:51:42 AM

I liked the idea and the headline got me to click. But then I got confused with the Postman capabilities… So this is beyond markdown—it’s helping you build live dashboards with Markdown.

Why would I reach for that instead of Claude code building a dashboard with HTML/CS/JS?

by helsontaveras18

3/4/2026 at 3:15:19 AM

Author here, speaking only for myself, sometimes you're right, and I do want to create a new Next.js app, deploy it to our internal Kubernetes cluster behind our corporate intranet with all the credentials and so on.

And sometimes I don't! Sometimes I just want to add a graph of customer churn from a ClickHouse query directly into a PRD, and just say who has access to run it, so the proxy can enforce it. Or I want to put a release button into the document that documents the release process. Sometimes I want a collaboratively-editable document that just happens to be enriched with a little bit of personalized UI.

by antics

3/4/2026 at 3:10:44 AM

Great question! We support live collaborative editing and publishing what you build to the web, all within the app.

We think Claude Code is great for single-player, but it breaks down when you want to share with your team.

by litacho1

3/3/2026 at 6:45:37 PM

So Retool but for using agents. Neat.

by itunpredictable

3/5/2026 at 7:19:12 AM

brother you should be competing with jupyter notebooks, you know the python and the math nerds who do data viz and all that sass

the average notion user is a brain dead idiot who doesnt even know what markdown means

by jsjenfjri

3/5/2026 at 9:15:39 PM

I think responses like this are a good reminder that technology is most leveraged when it's useful to both people who are technical and nontechnical. For the first time in the the 70+ year history of software, the cost profile of "integration software" is approaching cents per app. A child can magic up an NES emulator from the ether; semi- and non-technical users can instantly create something personalized to their use, which is useful to their specific team and their specific company.

I'm not going to be the one to shut them out of this change. We will work to help both of these audiences.

by antics