Using it
Publishing Vercel pages
Your room is a folder of thinking. When you want to show it to someone, MindrianOS turns it into a clean, live web page. Non-technical stakeholders work off these result pages, not the terminal.
When you need to show your work to an investor, advisor, or your team, you want to a polished live page without building a website, so you can they see investor-ready output in one link, not a folder of files.
In plain terms
Built-in publish commands
Each turns part of your room into a shareable view:
- 1
/mos:presentopens the six-view presentation: dashboard, wiki, deck, insights, diagrams, graph. - 2
/mos:publishdeploys the presentation to a live URL. - 3
/mos:snapshotcreates a project hub page: a single index that links every view.
How to deploy
You need the Vercel CLI once (npm install -g vercel then vercel login, free account). After that, publishing is one command from inside your room.
/mos:publishLarry builds the page, deploys it, and gives you back a live link to share.
If your page returns 401
A 401 means the deployment is private.
The project hub
One index for everything
Run /mos:snapshot to create a hub page: a single front door that links the dashboard, wiki, deck, and graph. Send one link; the reader navigates the rest.