Web app for authorized network operators to release IPv4 static IP-MAC bindings on switches.
Copy .env.example to .env and set BIND_PLANE_INITIAL_ADMIN_PASSWORD to a password with at least 8 characters. The first FastAPI startup creates the initial admin when no admin exists; later accounts are managed from the admin UI.
docker compose up -d postgres redis
uv run alembic upgrade head
make api
make worker
make frontend-devOpen http://localhost:5173 and sign in with BIND_PLANE_INITIAL_ADMIN_USERNAME and BIND_PLANE_INITIAL_ADMIN_PASSWORD.