Piyaz Hosted is live (beta) #262
Pinned
FrkAk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Until now, using Piyaz meant running it yourself: a Postgres in Docker, a machine that stays up, migrations to apply when you upgrade. That is fine if you already run your own infrastructure. For everyone else it is a chore standing in front of the actual work.
So Piyaz Hosted is open. It is in beta, and it is free to use.
What hosted means
I run the platform and you do not. There is no server to keep alive, and no migration to run when a new version ships. You create an account, install the plugin on your harness, sign in once, and your project is there.
It is also not tied to the machine that created it. Sign in from Claude Code, Codex, Cursor or Antigravity, wherever you happen to be working, and you get the same graph. Add the MCP endpoint to a web chat like claude.ai or ChatGPT and you can plan work or check what is blocked from a browser, without opening a terminal at all. The web app is there for the parts you would rather do by hand.
If you work with other people
Your teammates open the project you are already in, with its decisions and its dependencies, so nobody has to forward an md file to explain what was decided last week. You take one task, they take another.
What stays the same
Piyaz runs no models. There is no API key to wire up and no credits to buy for intelligence, because the reasoning happens in the harness you already use.
Self hosting is still there under AGPL-3.0. If you want the database on your own hardware, keep it there.
What beta means
Also shipped since the rename
piyaz_noteMCP tool. Guidance notes are injected into matching task bundles automatically, while reference and knowledge notes arrive as a pointer the agent opens when it needs one. (feat: Create Notes DB schema, indexes, and RLS migration #169 through feat: notes in the project graph with link kinds, preview, egress, and mobile #221)Create your account at app.piyaz.ai/sign-up. Setup for your harness is in the docs. If something breaks, or the plugin will not connect, reply here and I will look at it.
All reactions