Netlify

No Change
assess
First Added:June 17, 2026 Updated: July 29, 2026

Netlify is a platform we assess in the garden.

Summary

Key points:

TopicNotes
Deploy pathsGit push, Netlify CLI, drag-and-drop, or dashboard prompts
Confignetlify.toml for build command, publish dir, redirects, headers, and plugins
PreviewsUnique URL per branch and PR; one-click production deploy or rollback
PrimitivesFunctions, Edge Functions, Background and Scheduled Functions, Blobs, Netlify Database
EdgeGlobal CDN with HTTPS and DDoS protection on by default; High-Performance Edge on Enterprise
PricingCredit-based tiers; Free includes limited monthly credits; Pro and Enterprise add seats, SLAs, and support

Typical workflow: connect a GitHub (or GitLab/Bitbucket) repo, set build command and output directory, enable deploy previews on PRs, add env vars per context (production vs preview), and use redirects for SPA routing or legacy paths.

Pairs with: static site generators (Hugo, Astro, Next.js static export), headless CMS webhooks for rebuild-on-publish, and light API routes via functions when a full Kubernetes service is overkill.

References

Details

TopicNotes
Deploy pathsGit push, Netlify CLI, drag-and-drop, or dashboard prompts
Confignetlify.toml for build command, publish dir, redirects, headers, and plugins
PreviewsUnique URL per branch and PR; one-click production deploy or rollback
PrimitivesFunctions, Edge Functions, Background and Scheduled Functions, Blobs, Netlify Database
EdgeGlobal CDN with HTTPS and DDoS protection on by default; High-Performance Edge on Enterprise
PricingCredit-based tiers; Free includes limited monthly credits; Pro and Enterprise add seats, SLAs, and support

Typical workflow: connect a GitHub (or GitLab/Bitbucket) repo, set build command and output directory, enable deploy previews on PRs, add env vars per context (production vs preview), and use redirects for SPA routing or legacy paths.

Pairs with: static site generators (Hugo, Astro, Next.js static export), headless CMS webhooks for rebuild-on-publish, and light API routes via functions when a full Kubernetes service is overkill.

References