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.
- Announcements — News about the board itself.
- General discussion — Anything that does not fit anywhere else.
- Introductions — New here? Say hello.
- Fullstack — Fullstack web development
- Networking — Network with people...hire or get hired.
- App Showcase — Link to your app here, a description is always helpful
- Agentic AI — Discussions related to agentic AI
- Programming — Ask your programming questions here.
- Questions and help — Ask, and mark the answer that worked.
- Bug reports — Something broken? Tell us here.
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:
- RSS for the board, any forum, any thread, any member and any search.
- A REST API, described by an OpenAPI file.
- The
tsbbcommand line client, with--jsonon every command. - An MCP server, so an AI assistant can read and post as a member.
- An app you can install, and
tsbb-tuiin a terminal over SSH.
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.