https://github.com/ceearrbee/mastoforum
A forum-style web client for Mastodon hashtag timelines
https://github.com/ceearrbee/mastoforum
bbs fediverse fediverse-client fediverse-tool forum forum-software mastodon mastodon-app mastodon-client
Last synced: 17 days ago
JSON representation
A forum-style web client for Mastodon hashtag timelines
- Host: GitHub
- URL: https://github.com/ceearrbee/mastoforum
- Owner: ceearrbee
- License: agpl-3.0
- Created: 2026-06-12T17:45:21.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-16T20:17:40.000Z (about 1 month ago)
- Last Synced: 2026-06-16T22:15:11.936Z (about 1 month ago)
- Topics: bbs, fediverse, fediverse-client, fediverse-tool, forum, forum-software, mastodon, mastodon-app, mastodon-client
- Language: TypeScript
- Homepage: https://ceearrbee.github.io/mastoforum/
- Size: 761 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# mastoforum
A forum-style web client for Mastodon. Hashtags become boards, statuses
become threads with their reply tree intact. Sign in with any instance —
the app registers itself over OAuth, so there's nothing to configure
server-side.

## Stack
- React + TypeScript + Vite
- IBM Carbon
- TanStack Query
- masto
- DOMPurify
## Run
- `npm install`
- `npm run dev` — http://localhost:5173
- `npm test`
- `npm run build` — static site in `dist/`, deployable anywhere
Licensed [AGPL-3.0-or-later](./LICENSE).