Built with Gryt
Things people have made.
Bots, client addons and server plugins, each a folder you can read before you run it. Everything here today is ours — the examples we wrote so there would be something to copy. Yours goes on the same list.
Nothing on this page was audited. A row here means somebody read the pull request that added it, not that the code was reviewed. An addon runs on your machine and a server plugin runs inside somebody’s server, so install ones you’d trust the author with — the same rule the docs give.
Bots
A bot joins a server the way any other client does: its own key, its own certificate, and whatever an admin agreed to let it do. Nothing special happens on the server side.
Client addons
A theme is CSS. A plugin is JavaScript in a worker of its own, and what it can call is what you ticked when you turned it on.
Server plugins
These run inside the server process, with the database and the filesystem, and nothing contains them. Whoever runs the server installs one, and everybody who joins is told it is there.
Getting yours on here
The list is one file in this site’s repository. Open a pull request adding your entry.
- Link to source somebody can read. Not a download, not a landing page.
- Say who made it. A person or a project — your own name is fine.
- One line on what it does. What it does, not how good it is.
It works the same way whether you wrote a theme or a plugin pair. If you built something and aren’t sure it belongs, open the pull request anyway and we’ll talk about it there.
The developer page has the packages, the APIs and what a plugin is allowed to reach.