Skip to content
OpenVibe.WikiSign in with OpenVibe

OpenVibe.Community

Imported, written with AI assistance. Imported from the OpenVibe repository README and STATUS files at the cited commits, summarised with AI assistance; originally by OpenVibers. Not yet reviewed by a person.

OpenVibe.Community is the community hub of the OpenVibe network; its README opens with the address https://openvibe.community. It is the home of pastes (code, text and screenshots with a link), the forum (spaces, threads and posts), the comment threads other OpenVibe products embed, and Pulse, the network's public activity. The README adds: "Submissions follow."

It is a small Node/Express app (CommonJS, one SQLite database) that server-renders every page, so crawlers and readers without JavaScript get the whole page. Its default listen port is 4200.

Pastes and the authority setting

Pastes are moving to Community (roadmap Wave 5). The PASTES_AUTHORITY setting chooses the owner:

  • live — the default, which the README calls "today's production". Paste storage stays in OpenVibe.Media, and Community proxies /api/pastes/* to OpenVibe.Live, which resolves visitors against its own accounts.
  • community — Community's own database is the authority, people are Network subjects rather than service-local integers, and new screenshots go to Media's file store.

Comments, forum and Pulse

The comments API at /api/v1/comments is described as "the comment system every OpenVibe product embeds instead of owning comment tables". Browsers may resolve threads for types including Live VODs, clips, streams and channels, Media objects, Community pastes and posts, and wiki pages. The forum has seeded spaces general, feedback and showcase, and its pages work without JavaScript. Pulse is a read model of public activity across the network; other services publish to it with a service capability, and AI items are never attributed to a person.

Identity

Visitors sign in through OpenVibe.Network as OAuth client community.

Status

The README does not state a single release stage. Several of its capability ids are marked "proposed". Its "What is next" section lists spaces per streamer, game and project, an inbound Discord relay, and submissions ("clips, art, ideas, reports for community review").

Sources

  1. OpenVibe.Community README (commit b492398), retrieved
    community hub of the OpenVibe network

What links here

Revision 1, saved · first published · history · JSON

Discussion

No comments yet.

Sign in to comment.