cortesi/devd
A local webserver for developers observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 88
- Release rhythm 8
- 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: n/a
- age_days: 3993
- days_rel: n/a
- days_push: 73
- n_releases_24m: 0
Adoption not part of the score
3477 stars · 147 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
devd is a single-binary local web server for developers, written in Go, that serves static files and acts as a reverse proxy with built-in livereload. It is designed for terminal use with no config files, automatic port selection, and one-step self-signed TLS.
Use cases
- serve a static site locally with livereload on file changes
- reverse proxy a local backend and auto-reload the browser when source files change
- quickly test a web app over HTTPS with an auto-generated self-signed certificate
- run a lightweight web server in a Docker container without Node or Python
- pair with modd to rebuild and reload a project on filesystem changes
When to choose
- you want a zero-config, dependency-free local dev server as a single binary
- you need livereload for static files or proxied backends
- you work primarily in the terminal and want readable, colorized logs
When to avoid
- you need a production web server or advanced proxying features
- you want a GUI or browser-based configuration
- your stack already includes a full dev server like webpack-dev-server or Vite
Facets
cli-tool · maturity maintenance
http-server web-framework web-development developer-tools windows go cli livereload reverse-proxy static-file-serving front-end-development self-signed-tls command-line linux macos
1 source
- readme: https://github.com/cortesi/devd · fetched 2026-08-28 · d98f6f4b99a3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cortesi/devd | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem