Custom domains like myapp.test with auto-generated trusted certificates. No mkcert. No openssl commands. No browser warnings.
Some features don't work without HTTPS. Secure cookies, service workers, WebAuthn, certain OAuth flows — they all demand a secure context. In production, your cloud provider handles it. In development, you're on your own.
Donk generates a local Certificate Authority, installs it in the Windows trust store, and issues certificates for any domain you configure. Check the "Enable SSL" box. Your server is now available on https://myapp.test with a green padlock. The certificate is trusted — no browser warnings, no "proceed anyway" clicks.
.test domains — myapp.test, api.myapp.test, anything*.myapp.testVideo: 20–30 seconds. Enabling SSL on a server, seeing the green padlock, opening on a phone.