Skip to content
LoL Meta Wiki logo

LoL Meta Wiki

Interactive documentation for 4000+ meta classes and properties. Built by the community, for developers and modders who want to understand League's internal data structures.

Learn About Classes

Explore 4000+ meta classes with inheritance graphs and property details.

Inheritance Trees

Interactive visualizations of class hierarchies and property listings.

Community-Driven

Improve class/property docs or write a new guide — all changes happen via GitHub PRs.

Markdown Support

Rich documentation with full Markdown formatting and code examples.

1

Clone and Install

Terminal window
git clone https://github.com/LeagueToolkit/lol-meta-wiki.git
cd lol-meta-wiki
pnpm install && bun install
2

Generate Database

Terminal window
pnpm generate-db
3

Start Development Server

Terminal window
pnpm dev

Visit http://localhost:4321 to see the wiki

Via Web

Click “Add documentation” buttons on any class page, edit on GitHub, and submit a PR. No local setup required!

Locally

Create or edit YAML files in db/docs/ with full Markdown support for rich documentation.

Ready to Contribute?

Check out our contributing guide to learn about documentation standards, YAML formatting, and best practices

View Contributing Guide