
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@mastra/deployer-netlify
Advanced tools
A Netlify deployer for Mastra applications.
pnpm add @mastra/deployer-netlify
The Netlify deployer is used as part of the Mastra framework:
import { Mastra } from '@mastra/core';
import { NetlifyDeployer } from '@mastra/deployer-netlify';
const deployer = new NetlifyDeployer({
scope: 'your-team-id',
projectName: 'your-project-name',
token: 'your-netlify-token',
});
const mastra = new Mastra({
deployer,
// ... other Mastra configuration options
});
scope (required): Your Netlify team slug or IDprojectName: Name of your Netlify site (will be created if it doesn't exist)token: Your Netlify authentication tokenThe deployer automatically creates the following structure:
your-project/
βββ netlify/
β βββ functions/
β βββ api/
βββ netlify.toml
The deployer creates a netlify.toml with the following defaults:
[functions]
node_bundler = "esbuild"
directory = "/netlify/functions"
[[redirects]]
force = true
from = "/*"
status = 200
to = "/.netlify/functions/api/:splat"
Environment variables are handled automatically through:
.env files in your projectThe deployer will:
FAQs
A Netlify deployer for Mastra applications.
The npm package @mastra/deployer-netlify receives a total of 1,351 weekly downloads. As such, @mastra/deployer-netlify popularity was classified as popular.
We found that @mastra/deployer-netlify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 11 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.