HISTORY

The History of WLED

From a student side project in 2018 to the world's most popular open-source LED firmware β€” the full story of how WLED was built, grew, and changed the maker community.

What is WLED?

WLED is open-source firmware for ESP32 and ESP8266 microcontrollers that turns them into powerful, Wi-Fi-controlled LED strip drivers. It provides a web-based interface, a rich effects library, smart home integration, and support for dozens of LED chipsets β€” all for free.

The name stands for Wi-Fi LED. It was created by Christian Schwinne, a German developer who goes by the alias Aircoookie online.

2018

Founded

by Christian Schwinne

18k+

GitHub Stars

and growing

4,200+

Forks

community builds

200+

Contributors

across all versions

50+

LED Chipsets

supported

180+

Built-in Effects

and counting

Development Timeline

Key People

Christian Schwinne
@Aircoookie

Creator & Lead Developer

German developer who created WLED as a student project. Remains the project architect and primary maintainer.

blazoncek
@blazoncek

Core Developer (retired)

Major contributor to the segment system, effect transitions, and countless other systems. Left core team at end of 2024.

DedeHai
@DedeHai

Core Developer

Author of the Particle System, Pixelforge, custom font support, palette editor, and many other features in WLED 16.

willmmiles
@willmmiles

Core Developer

Specialist in networking, ESP8266 support, and the AsyncWebServer stack. Key contributor to stability.

atuline
@atuline

Sound Reactive Fork Creator

Created the WLED Sound Reactive fork that pioneered audio-responsive effects, work later merged into mainstream WLED.

200+ Contributors
Community

Open Source Community

Hardware designers, effect authors, documenters, translators, and testers β€” the community that made WLED what it is today.

The Origin of WLED: 2016–2018

WLED began as a personal project by Christian Schwinne (GitHub: Aircoookie), a German computer science student, around 2016–2017. Schwinne wanted to control WS2812B LED strips he had installed in his room from his phone, and found that the existing firmware options were either too simplistic, required complex software stacks, or lacked the effect quality he wanted. He began writing his own firmware for the ESP8266 microcontroller, prioritising a clean web interface, reliable Wi-Fi control, and a rich library of visual effects.

The first public release of WLED appeared on GitHub in November 2018. It immediately attracted attention from the maker community because it solved a real problem elegantly: a single firmware binary that turned an inexpensive ESP8266 into a feature-complete LED controller with a polished browser-based interface, no hub or bridge required.

Community Growth: 2019–2020

In 2019, WLED spread rapidly through the Ethernet Arduino Shield community, the r/WLED subreddit, and various YouTube maker channels. The effects library expanded from a handful of patterns to over 50 in the first year of community contributions. WLED gained support for SK6812 RGBW strips, multiple LED outputs, and integration with the then-emerging Home Assistant home automation platform via MQTT.

By 2020, WLED had become the de facto standard firmware for DIY addressable LED installations. A dedicated Discord server opened and rapidly grew to tens of thousands of members. The WLED Knowledge Base (kno.wled.ge) launched as a community-maintained documentation site covering everything from basic wiring to advanced multi-zone configurations.

The ESP32 Era and Feature Explosion: 2020–2022

WLED's migration to support the ESP32 microcontroller opened up significant new capabilities. The ESP32's dual-core processor and larger RAM allowed simultaneous driving of up to 10 LED outputs, support for LED counts far beyond what the ESP8266 could handle, and a new audio reactive firmware fork (WLED-SR, later merged as audioreactive plugin) that synchronised effects to microphone or line-in audio input in real time.

The effects library reached 100, then 150, then 180+ individual effects, with support for user-defined colour palettes, segment-level effect control, and 2D LED matrix support. Pre-built WLED controllers from QuinLED, Athom, and other hardware vendors made WLED accessible to users who did not want to assemble their own hardware.

WLED Today: 2023–Present

WLED is now the most widely deployed open-source LED firmware in the world, with millions of active installations. Version 0.14 and later releases have focused on stability, the WLED app for iOS and Android, improved multi-controller synchronisation, and the WLED Sound Reactive branch being maintained in parallel. The core firmware continues to be maintained by Aircoookie, with contributions from dozens of community developers worldwide.

The hardware ecosystem around WLED has matured considerably. Dedicated WLED controller boards with integrated level shifters, terminal blocks, and mounting flanges are sold by multiple vendors. WLED is now a first-class integration in Home Assistant, with automatic discovery, real-time state synchronisation, and support for all WLED features through the HA interface.

Frequently Asked Questions

Who owns WLED?

WLED is open-source software released under the MIT licence by Christian Schwinne (Aircoookie). It is not owned by any company. Anyone may use, modify, and distribute WLED freely under the terms of the MIT licence.

Is WLED still actively developed?

Yes. As of 2025, WLED receives regular updates with bug fixes, new effects, and hardware support. The GitHub repository is actively maintained and the Discord community remains very active for support and feature requests.

Can I contribute to WLED?

Yes. WLED accepts pull requests on GitHub for bug fixes, new effects, documentation improvements, and hardware support. The community Discord is the best place to discuss proposed contributions before submitting a pull request.