Contribute
Everything on Streamers.wiki lives as plain markdown. Adding an entry is as simple as writing a file.
Entity types
- Streamer — a person who streams (e.g. xQc, Kai Cenat, Pokimane)
- Platform — a streaming service (Twitch, Kick, YouTube Live)
- Concept — a term, meta, mechanic or cultural idea (subathon, IRL, TOS)
- Event — a specific moment in time (Mizkif's 2023 return, KSI vs Logan Paul 2)
- Organization — a collective, agency or creator house (OTK, 100 Thieves, FaZe)
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
- Neutral point of view. Describe, don't judge.
- Source anything non-obvious. Prefer primary sources (the streamer, platform, official coverage).
- Drama pages document what was said and done — they don't declare winners.
- Keep frontmatter honest. Unknown values should be omitted, not guessed.
- Update
updated:whenever you meaningfully edit a page.
Open-contribution workflow (Git / PRs / web editor) coming soon.