Netlify#
Netlify is a cloud hosting platform used to deploy and serve static web applications, such as React frontends and static documentation sites.
Netlify automatically builds the project from a connected Git repository and deploys the generated static files to a global CDN. It provides HTTPS by default and integrates with custom domains managed through Cloudflare.
Netlify handles build execution and content delivery, but it does not run backend logic — the API server is hosted separately.