Port and bind address
Distinguishes loopback-only settings from wildcard binds that may expose a development server to the LAN.
Static localhost configuration review
Paste a development-server configuration to find port ambiguity, network exposure, permissive host or CORS settings, and framework-specific mistakes.
The snippet is inspected locally and never executed or uploaded.
Choose a framework or let the linter infer it.
Distinguishes loopback-only settings from wildcard binds that may expose a development server to the LAN.
Flags ambiguous port sources, framework defaults, and settings such as Vite port fallback or Next.js environment placement.
Looks for permissive development settings and client-visible environment variable names that deserve manual review.