Contribute

Everything on Streamers.wiki lives as plain markdown. Adding an entry is as simple as writing a file.

Entity types

Minimal streamer template

---
name: Example Streamer
aliases: ['example', 'exstream']
primary_platform: Twitch
platforms: ['platforms:twitch']
genres: ['Just Chatting', 'Gaming']
started: '2019'
followers: 1200000
active: true
tags: ['variety', 'english']
description: One-line, neutral, encyclopedic summary.
related: ['concepts:subathon', 'streamers:other-name']
sources:
  - https://example.com/profile
updated: 2026-04-18
---

## Background

Write in neutral, encyclopedic prose. Link to related entries using markdown links or the frontmatter `related` field.

## Career

## Notable moments

## Sources

Linking between entries

Use the form type:slug in frontmatter arrays — e.g. platforms:twitch, streamers:xqc, concepts:subathon. These render as links in the infobox, feed the backlinks section, and populate the graph view.

Editorial guidelines

Open-contribution workflow (Git / PRs / web editor) coming soon.