miguelgrinberg/microdot
The impossibly small web framework for Python and MicroPython. observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 96
- Release rhythm 71
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 33.5
- age_days: 2724
- days_rel: 113
- days_push: 24
- n_releases_24m: 15
Adoption not part of the score
2140 stars · 155 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Microdot is a minimalistic async web framework for Python and MicroPython, inspired by Flask, designed to run on resource-constrained systems like microcontrollers. It supports routing, WebSockets, SSE, authentication, and form handling in a tiny footprint.
Use cases
- build a rest api on an esp32 with micropython
- serve a small web app from a microcontroller
- run a lightweight http server with async handlers
- host a websocket endpoint on embedded hardware
- create a flask-like web app without heavy dependencies
When to choose
- you need a web server on a microcontroller or memory-limited device
- you want a Flask-like API in a tiny dependency-free package
- you need async request handling in CPython or MicroPython
When to avoid
- you need a full-featured framework with built-in ORM, admin, or large ecosystem
- you are building a high-traffic production web service
- you rely on extensive third-party Flask extensions
Facets
framework · maturity active
web-framework http-server routing websocket templating web-development backend iot embedded-systems python cross-platform embedded iot micropython flask-inspired async microcontrollers minimalist
2 sources
- readme: https://github.com/miguelgrinberg/microdot · fetched 2026-08-28 · d8befb59f9c5
- registry_pypi: https://pypi.org/pypi/microdot/json · fetched 2026-08-29 · ae0759a88298
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| miguelgrinberg/microdot | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="miguelgrinberg/microdot")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem