An open API service indexing awesome lists of open source software.

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

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.

![Board view](Screenshot.png)

## 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).