Netlify is amazing:<p>1. Free
2. Good support
3. Custom domains with SSL
4. Takes care of most important backend stuff (forms and webhooks)
5. Functions (Lambda with zero config needed)
6. Abstracts server stuff like [redirects](<a href="https://www.netlify.com/docs/redirects/" rel="nofollow">https://www.netlify.com/docs/redirects/</a>)<p>Lambda and redirects are the best. I can just put my scripts in a folder and they automagically work.<p>In my LinkedIn profile my website address is not clickable, so people are copying it to browser. This gives me bogus source data, but with Netlify I can do a one-liner:<p>`/li /?utm_source=linkedin&utm_medium=profile`<p>If you go to [patrykkalinowski.com/li](<a href="https://patrykkalinowski.com/li" rel="nofollow">https://patrykkalinowski.com/li</a>) from my LI profile, you'll end up on patrykkalinowski.com/?utm_source=linkedin&utm_medium=profile<p>Zero javascript redirects, zero nginx config, zero S3 settings - one line in text file, git push and I'm done!