Frontend Deployment Platform
Netlify is a platform used to deploy static websites and frontend applications with ease.
- Drag & drop deploy - Git-based deployment - Serverless functions - CDN hosting
1. Drag & Drop (HTML/CSS) 2. GitHub integration 3. CLI deploy
npm install -g netlify-cli netlify deploy
exports.handler = async () => {
return { statusCode: 200, body: "Hello" };
};
Static sites Portfolio websites Frontend apps Simple APIs
- Not for heavy backend - Limited compute