# tzapu/WiFiManager

ESP8266 WiFi Connection manager with web captive portal

Repository: https://github.com/tzapu/WiFiManager
Canonical: https://ross.abutalabs.com/products/wifimanager
Homepage: http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
Language: C++
License: MIT
License Family: permissive
Topics: esp8266, configuration-portal, wifimanager, arduino, captive
Last push: 2026-02-25T01:11:14+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 69, release rhythm 8, longevity 100
- inputs: {"age_days": 4109, "days_push": 190, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7250, forks 2085 (observed 2026-08-28T04:09:57.821532+00:00)

## What it is
An Arduino library for ESP8266 and ESP32 that manages WiFi connections with a fallback web-based captive configuration portal. When saved credentials fail, the device starts an access point so users can configure WiFi settings through a browser.

## Use cases
- configure wifi credentials on an esp8266 without hardcoding them
- let users set up wifi on an esp32 device via a captive portal
- fallback access point when saved wifi network is unavailable
- add custom parameters to device provisioning portal
- onboard iot devices to home wifi networks

## When to choose
- building Arduino or PlatformIO firmware for ESP8266/ESP32 that needs user-configurable WiFi
- you want a captive portal provisioning flow out of the box
- you need custom config fields alongside WiFi setup

## When to avoid
- targeting non-Espressif microcontrollers
- you need provisioning over BLE or a cloud service instead of a local portal
- your project is not using the Arduino framework

## Facets
- artifact type: library
- maturity: active
- function: configuration-management, web-framework, http-server
- domain: iot, embedded-systems, developer-tools
- platform: embedded, iot, cpp
- tags: esp8266, esp32, arduino, wifi, captive-portal, configuration-portal

## Member repositories
- tzapu/WiFiManager (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:57.821532+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:39:43.844666+00:00, confidence not recorded.
  - readme: https://github.com/tzapu/WiFiManager (fetched 2026-08-28T04:09:57.821532+00:00, sha 8b76265c2b1c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
