Hey Product Hunt
I'm Justin, the maker of Liminal, and I'm stoked to finally share what I've been building!
Heads up: this is the first cut. I'm launching now to find out if the friction I've been feeling is real for other people too. All feedback is welcome, and please let me know if you run into any bugs or problems, I'll get them fix asap!
Quick backstory
Last summer, the way I work changed. Agents got good enough to become the place I did the work. Claude Code became my main interface, the intelligence layer everything flowed through. My job shifted from writing and producing to directing an agent to do it.
Notion and Google Docs weren't built for this. They were bolting agents into their apps, but that's not where my agent lived, and their MCPs were slow and expensive to talk to. Claude Code worked much better and faster with local markdown files, a format the agent already speaks. So I stopped writing in Notion and Google Docs and went all in on local markdown.
I was doing all of this in VS Code because that's where I coded. But viewing and editing markdown there is clunky. You use the preview to render it nicely, then jump to the raw side to actually edit. So I built a WYSIWYG editor on top of the local files.
Then I tried to share something. Nobody wants to be sent a raw markdown file, and Google Drive doesn't render it nicely. Passing files back and forth killed any hope of collaboration. So I built real-time live collaboration on top of local files: a lightweight CLI watches your workspace folder and syncs bidirectionally with the cloud. Share a link and your teammate opens the same live workspace in a browser. Their edits land back on your disk instantly.
Once that worked, the thing I hadn't designed for showed up. My agent and my teammates' agents were all reading and writing into the same workspace. Liminal had quietly become a shared second brain. Company knowledge that keeps updating and compounding as the team works, sitting on every agent's local disk as plain files they can directly access.
What Liminal is
A collaborative workspace for humans, agents, and teams. Your AI-native second brain. Bring your own agents. Own your files.
How it works:
Work with your agent, not just through it. Your agent writes files to disk in markdown or HTML. Liminal renders them as clean UI the moment they save. Review and edit naturally in the browser, without wrestling with raw markdown.
Share instantly, without the friction. A lightweight CLI syncs your workspace to the cloud in real time. Send a link and your teammate is in the same live workspace. No sending markdown over Slack, no hosting your own HTML, no waiting on Google Drive.
A shared second brain for every agent on the team. Files live locally, so every agent has direct access to everything the team has written, decided, and learned. No external calls, no lag, no losing context between sessions.
No middleman, no MCP tax. Direct file access means no MCP round-trips, no proprietary formats, no wasted tokens. Context is cheap, fast, and always fresh.
The ask
Would love your feedback, especially if you're living in Claude Code, Codex, or another agent all day: does this map to your experience, or am I solving a problem only I have?
Justin
https://useliminal.xyz
Love the positioning.
What type of teams are seeing the most value so far?
Liminal
@getfoundertools This should most benefit people, teams, and companies who are all in on using a single agent as their interface for work and want to collaborate with each other, but TBD since this is day 1!
You're not solving a problem only you have. I've run exactly this architecture for months — a folder of markdown that multiple agents on multiple machines read and write, synced through git because nothing better existed. It quietly became the most load-bearing thing in my stack, so the friction is real and so is the payoff.
Some conventions from living it, offered as free product opinions since you said Liminal doesn't have any yet:
Per-writer append-only files — each machine and agent gets its own daily log — make conflicts structurally rare instead of resolved-after-the-fact. Shared files become the exception, and the exceptional ones are the ones worth merge UI.
One small always-loaded index with a hard rule that detail lives elsewhere. At 500 files the index is the search: the agent greps the index, not the corpus. Omri's question is the one that decides whether this scales.
An authoritative current-state file that wins when it disagrees with older notes. Abdullah's staleness case bites hardest — my standing rule is that notes record what was true when written, and anything actionable gets re-verified before an agent acts on it. A tool that aged or flagged entries when the thing they point to disappears would be the first genuinely new feature in this category.
And merging over last-write-wins is the right call — this week two of my agents wrote the same knowledge as different commits and taught me that multi-writer brains want merge semantics everywhere, not just the editor. Good launch. This one's aimed at a real hole.
Liminal
@ryan_davis23 that's great feedback, thank you so much!
fair bet, and honestly a reasonable one to make right now rather than build search infra prematurely. the case that'd worry me is less "find the file with this keyword" and more "find the doc where we argued about pricing back in March" when nothing in it says the word pricing - that's a grep miss even with a smart agent doing the grepping. has that gap actually shown up for you yet at your own file count, or is it still early enough that it hasn't bitten anyone?
Liminal
finally something that doesn't make me wrangle markdown back and forth. plugged in an agent output and it just showed up as a clean page my coworker could edit, which honestly felt kind of magical
Liminal
@sedanurz5c4 I'm glad you found the experience useful!
Everyone's building second brains for individuals. Almost nobody's built one for a founder plus their agents plus their people sharing the same context. That's the harder and more interesting problem. Good luck with the launch.
Liminal
@alex_gidirim Thank you! The funny thing is that I never meant to build a second brain. I stumbled into it by focusing on building a great workspace for humans and their agents -- it just turned out that the result is a shared collection of files/docs/knowledge that's easy to access and stays up to date because that's where all of the work is