EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Marketing Team eve Template
    Marketing Team eve Template icon

    Marketing Team eve Template

    Multi-agent Systems
    Featured

    An open-source multi-agent marketing team template built on the eve framework that runs five AI specialists from Slack, routing tasks to content, social, email, and SEO agents.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free to use, modify, and deploy under the MIT License. Requires a Vercel account and third-party service accounts (Notion, Resend, Typefully, Slack).

    Engagement

    Available On

    Web
    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Multi-agent SystemsMarketing AutomationAgent Frameworks

    Alternatives

    AmyEnvelope Open Schema SpecPlumoAI
    Developer
    VercelSan Francisco, CAEst. 2015$863M raised

    Listed Aug 2026

    About Marketing Team eve Template

    The Marketing Team eve Template is an open-source project from Vercel Labs that lets you run a coordinated team of five AI marketing specialists directly from Slack. Built on the eve framework—Vercel's filesystem-first framework for durable backend agents—it routes work from a single lead agent to specialists that write long-form content into Notion, queue social posts in Typefully, build and send email campaigns in Resend, and audit pages for SEO. The template is licensed under MIT and published on GitHub with one-click deployment to Vercel.

    What It Is

    The template implements a multi-agent system structured as a lead plus five specialists. The lead agent never writes deliverables itself; it grounds each request in a shared brand context document and per-user preferences, then delegates to exactly one specialist with a complete brief. Each specialist runs in a fresh child session with no inherited conversation history, tools, or connections from the lead. The five specialists are:

    • product-marketer — owns positioning, messaging, competitive alternatives, and the shared brand context document
    • content-marketer — writes long-form blog posts, landing pages, case studies, and newsletters, delivering a Notion page link
    • social-media-coordinator — drafts short-form posts for X, LinkedIn, Threads, Bluesky, and Mastodon via the Typefully queue
    • seo — runs page and site audits, hierarchy and internal linking, JSON-LD schema, and templated page sets
    • email — reworks copy for inbox fit, then builds and sends campaigns in Resend

    How the Agent Architecture Works

    The tree is deliberately one level deep. The lead delegates; specialists do not sub-delegate further. Each specialist loads skills on demand—per-platform style guides with banned-words lists, SEO audit checklists, email deliverability rules—using eve's load_skill mechanism. Skills add instructions to the turn but never add new actions the agent can take.

    Specialists gather their own evidence using web_search and web_fetch against a source budget, run lint_against_style on each draft to catch banned words, and edit in deliberate passes against a shared writing-quality rubric before returning work. Long documents move between specialists by artifact ID rather than by pasting text through the lead's context window, keeping handoffs clean.

    Twenty-three skills are distributed across the five specialists, and a writing-quality skill is shared via a defineSkill factory pattern rather than duplicated directories.

    Human-in-the-Loop Approval Gates

    Every irreversible action pauses for an approve-or-deny decision, rendered as buttons in Slack or as a prompt in the dev TUI. Sends in Resend are always gated—scheduled or not—because email cannot be recalled. Typefully deletes always pause, but creating or editing a draft only pauses when the call actually publishes or schedules it, keeping routine drafting friction-free. The Resend connection also narrows what the model can discover at all via a tools.allow list, reducing roughly 85 published Resend MCP tools to the 47 covering campaigns, lists, and diagnostics; account administration such as API key creation is never exposed.

    Credential and Authentication Model

    Authentication is handled at runtime with no shared integration tokens for most services. Notion, Resend, and Slack authenticate through Vercel Connect with per-user OAuth, so each action is attributed to the real signed-in person. Vercel Blob and the AI Gateway authenticate via the project's OIDC token. The only static credential in the project is TYPEFULLY_API_KEY, because Typefully's MCP server only accepts a static key.

    User preferences are stored in Vercel Blob keyed by a SHA-256 hash of the framework-resolved principal ID, so a session can only read or write its own user's file and no raw identifier is stored in the path.

    Setup and Deployment Path

    The template deploys with a single Vercel button click that provisions Notion, Resend, and Slack connectors, a public Vercel Blob store, and prompts for the Typefully API key. One manual step remains after deploy: verifying a Resend sending domain in the Resend dashboard, which is skippable if email is not needed.

    Local development requires Node.js 24 or newer, pnpm, and the Vercel CLI. After cloning the repository created by the one-click flow, vercel link and vercel env pull wire up environment variables including a short-lived OIDC token. The dev TUI (pnpm dev) provides a full local interface including approval gate prompts; the Slack surface cannot be tested locally because Slack forwards events through Vercel Connect to the deployed project.

    Specialists can also be added as remote agents in separate deployments using eve's defineRemoteAgent and vercelOidc() for deployment-to-deployment auth with no shared secret.

    Current Status

    The repository was created on July 26, 2026 and last pushed on August 3, 2026, indicating active early development. The project had 305 stars and 12 forks as of early August 2026 per GitHub metadata. It is part of the Vercel Labs organization and sits alongside related templates including the eve Sanity Copilot and eve Content Agent templates.

    Marketing Team eve Template - 1

    Community Discussions

    Be the first to start a conversation about Marketing Team eve Template

    Share your experience with Marketing Team eve Template, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free to use, modify, and deploy under the MIT License. Requires a Vercel account and third-party service accounts (Notion, Resend, Typefully, Slack).

    • Full source code under MIT License
    • One-click Vercel deploy
    • Five marketing specialist agents
    • Slack, Notion, Resend, and Typefully integrations
    • Human-in-the-loop approval gates

    Capabilities

    Key Features

    • Five-specialist multi-agent marketing team (product marketer, content marketer, social media coordinator, SEO, email)
    • Lead agent routes requests to specialists with complete briefs; never writes deliverables itself
    • Slack integration via Vercel Connect with @mention and DM support
    • Long-form content delivered as Notion pages
    • Social drafts queued in Typefully for X, LinkedIn, Threads, Bluesky, and Mastodon
    • Email campaigns built and sent via Resend MCP server
    • Human-in-the-loop approval gates for all irreversible actions (sends, deletes, publishes)
    • Per-user OAuth authentication for Notion and Resend via Vercel Connect
    • Shared brand context document in Vercel Blob read by all specialists
    • Per-user preferences stored in Vercel Blob keyed by hashed principal ID
    • 23 on-demand skills including platform style guides, SEO audit checklists, and deliverability rules
    • Resend tools.allow list restricting model to 47 of ~85 published tools
    • Artifact handoff system for passing long documents between specialists by ID
    • UTM tracked link builder for social and email campaigns
    • Remote specialist support via eve defineRemoteAgent and Vercel OIDC
    • Filesystem-first discovery: tool name = filename, subagent name = directory name
    • No shell access for specialists; web_fetch used instead of curl for cost efficiency
    • One-click Vercel deploy button provisioning all connectors and Blob store
    • Dev TUI for local testing including approval gate simulation
    • MIT licensed open-source template

    Integrations

    Slack
    Notion
    Resend
    Typefully
    Vercel Blob
    Vercel AI Gateway
    Vercel Connect
    Vercel Sandbox
    Vercel OIDC
    Claude (Anthropic claude-opus-5)
    Vercel CLI
    Ultracite (Biome preset)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Marketing Team eve Template and help others make informed decisions.

    Developer

    Vercel

    Vercel is a platform for frontend developers that provides the developer experience, tools, and processes to create high-quality web applications.

    Founded 2015
    San Francisco, CA
    $863M raised
    915 employees

    Used by

    OpenAI
    Stripe
    PayPal
    Under Armour
    +5 more
    Read more about Vercel
    WebsiteGitHubX / Twitter
    18 tools in directory

    Similar Tools

    Amy icon

    Amy

    Amy is a B2B go-to-market AI platform with 50+ purpose-built agents, a shared Knowledge Hub, 200+ pre-built workflows, and integrations for marketing, sales, and customer teams.

    Envelope Open Schema Spec icon

    Envelope Open Schema Spec

    An open JSON schema (Apache 2.0) for defining AI agent teams — portable, versionable, and deployable across any conforming runtime.

    PlumoAI icon

    PlumoAI

    An open-source autonomous AI employees platform where AI workers think, plan, select their own agents, build workflows, and deliver outcomes — with built-in project management.

    Browse all tools

    Related Topics

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    295 tools

    Marketing Automation

    AI-powered platforms that automate repetitive marketing tasks and workflows with intelligent scheduling, segmentation, and personalization across multiple channels and customer touchpoints.

    73 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    577 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions