Last Updated: 3/9/2026
Netlify
🚧 This document is a placeholder and needs to be completed.
What Should Be Here
This guide should cover:
- Quick start with
npm create hono@latest - Setting up Netlify Functions with Hono
- Deploying from Git (GitHub/GitLab/Bitbucket)
- Using
netlify.tomlconfiguration - Environment variables setup
- Netlify Functions handler with
handle()fromhono/netlify - Edge Functions support
- Redirects and rewrites
- Local development with Netlify CLI
- CI/CD with Netlify
Source Material
Refer to:
docs/getting-started/netlify.mdin the honojs/website repository- Netlify Functions documentation
Status
- Content written
- Code examples added
- Cross-references added
- Reviewed