About tsbb

A TypeScript bulletin board

What is tsbb?

The community board for tsbb — forums, plugins, avatars, signatures and a terminal client.

tsbb is a bulletin board: a place where people start topics and reply to them, in the open. It is organised as a tree of forums, and a topic lives in one of them.

How do I join?

Put in your email address on the sign-up page and open the link it sends you. There is no password: the link is the sign-in, and a passkey can replace it afterwards.

How can I read it without a browser?

Every list on the board is also a feed, and the whole board answers to programs:

They all apply exactly the permissions the pages do, and none of them is a second-class copy of the site: see what this board publishes for machines.

What is it built on?

One board, reachable every way people and programs read the web: as pages, as an installable app, over a REST API, from a shell, through MCP, and from a terminal. Runtime plugins, no build step, self-updating installs. Boards that connect to other boards are next.

Who runs it?

tsbb is run by Profullstack, Inc.. You can reach the people behind it at board@tsbb.dev. The software is tsbb, an MIT-licensed TypeScript bulletin board that anyone can host; this board is one install of it.

The new bulletin board platform
tsbb, the software this board runs.

Everything the pages show, at /api/v1, resolved through the same permission checks, and described by an OpenAPI file.

CLI

The tsbb command runs a board, and reads and posts against any board from a shell, with --json on every command.

Served at /api/mcp over streamable HTTP, and as tsbb-mcp over stdio. An assistant reads, searches and posts as a member.

A browser, a script and a model all get the same content under the same permissions. llms.txt, skill.md and an explicit welcome in robots.txt.

A manifest, a service worker and an offline page. Installs on a phone or a desktop and keeps what you have read when the connection goes.

A plugin is a directory. Filters, actions, slots, settings and routes, loaded at boot. Drop it in and restart.

A board checks GitHub releases a minute after boot and every five minutes, installs the new one and restarts itself.

Three skins over one set of markup, one of them a terminal look. And tsbb-tui, for reading and posting over SSH.

RSS for the board, every forum, thread, member and search. And a forum can be filled from any RSS or Atom feed.

Peer to peer Planned

Boards that connect to other boards and sync topics between nodes. On the roadmap, not in the code yet.