<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/vercel/best-of/2026/06" -->

---
title: Best Vercel posts — June 2026 | daily.dev
description: The most upvoted Vercel posts from June 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/vercel/best-of/2026/06
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/vercel/best-of/2026/06
og:type: website
og:site_name: daily.dev
og:title: Best Vercel posts — June 2026 | daily.dev
og:description: The most upvoted Vercel posts from June 2026, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Vercel — June 2026

1. 1  
[](https://daily.dev/posts/introducing-eve-an-open-source-agent-framework-fdo6n1gyy "Introducing eve, an open-source agent framework")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 12w  
Introducing eve, an open-source agent framework  
Vercel has released eve in public preview — an open-source, filesystem-first TypeScript framework for building, running, and scaling AI agents. An agent is structured as a directory of files covering model config, instructions, tools, skills, subagents, channels, and schedules. Key built-in features include durable execution, sandboxed compute, human-in-the-loop approvals, subagents, and evals. Scaffolding a new agent takes a single CLI command (\`npx eve@latest init\`), and deploying to production is done via \`vercel deploy\`. The framework works with any model, any MCP server, and integrates with channels like Slack, Discord, and GitHub.  
180  
4
2. 2  
[](https://daily.dev/posts/the-skills-sh-api-is-now-available-2ppdbcyz5 "The skills.sh API is now available")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 13w  
The skills.sh API is now available  
The skills.sh API is now publicly available, allowing developers to query over 600,000 skills from the open-source ecosystem. Authentication is handled via Vercel OIDC tokens — short-lived, automatically rotated, and scoped to a team and project — eliminating the need to manage long-lived secrets. The API supports skill search, detailed skill info, security audits, and more, with a rate limit of 600 requests per minute per team and project.  
106  
4
3. 3  
[](https://daily.dev/posts/introducing-eve-at3krhctw "Introducing eve")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 12w  
Introducing eve  
Vercel has launched eve, an open-source TypeScript framework for building, running, and scaling AI agents in production. Inspired by how Next.js abstracted web routing, eve uses a filesystem-first approach where an agent is a directory of files — each file defining a tool, skill, channel, schedule, or subagent. Built-in features include durable execution (checkpointed sessions that survive crashes and deploys), sandboxed compute for agent-generated code, human-in-the-loop approvals, multi-channel support (Slack, Discord, Teams, GitHub, etc.), OpenTelemetry tracing, and eval-based testing. Vercel runs over 100 internal agents on eve, including a data analyst handling 30,000+ monthly queries, an autonomous SDR, and a support agent resolving 92% of tickets. The public preview is available now via \`npx eve@latest init my-agent\`.  
41  
3
4. 4  
[](https://daily.dev/posts/vercel-passport-is-now-in-public-beta-jeahrap0j "Vercel Passport is now in Public Beta")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 12w  
Vercel Passport is now in Public Beta  
Vercel Passport is now in public beta, allowing enterprise teams to protect deployments using their own identity providers such as Okta, Auth0, or any OIDC-compatible provider. Visitors must authenticate before accessing protected deployments. Key features include reusing an OIDC application across multiple projects, setting team-wide defaults, and bulk-assigning Passport to existing projects. A server-side \`getIdentity()\` function from \`@vercel/passport\` lets developers read visitor identity after authentication. Pricing is $100 per project per month with no limit on external users.  
36
5. 5  
[](https://daily.dev/posts/ai-sdk-7-is-now-available-iz9c3resl "AI SDK 7 is now available")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 11w  
AI SDK 7 is now available  
Vercel releases AI SDK 7, a major update to its TypeScript SDK for building AI applications and agents. Key additions include: standardized reasoning control across providers, typed tool and runtime context, provider file and skill uploads to avoid re-sending large inputs, MCP Apps support with sandboxed iframes, a terminal UI for quick agent testing, durable/resumable WorkflowAgent, granular timeout configuration, SandboxSession abstraction, HarnessAgent for integrating Claude Code/Codex/Pi and other harnesses, revamped telemetry with single-registration OpenTelemetry support and Node.js tracing channels, per-step performance statistics, lifecycle callbacks, provider-agnostic realtime WebSocket support, and experimental video generation. Migration from v6 is automated via a codemod.  
32  
4
6. 6  
[](https://daily.dev/posts/vercel-functions-can-now-run-up-to-30-minutes-uo5rq5mjk "Vercel Functions can now run up to 30 minutes")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 12w  
Vercel Functions can now run up to 30 minutes  
Vercel Functions now support execution durations up to 30 minutes for Pro and Enterprise teams on Node.js and Python runtimes, more than doubling the previous 800-second limit. This is designed for long-running workloads like LLM reasoning, AI streaming responses, document processing, OCR, and web scraping. Billing remains cost-efficient via Fluid Compute, which only charges for active CPU time and pauses during I/O waits. To opt in, set \`maxDuration = 1800\` in your route file (Next.js App Router) or in \`vercel.json\` for other frameworks. The feature is in beta for durations above 800 seconds and requires Fluid Compute.  
20

[See all Vercel archives](/sources/vercel/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/vercel/best-of/2026/06#page","url":"https://daily.dev/sources/vercel/best-of/2026/06","name":"Best Vercel Posts — June 2026","description":"The most upvoted Vercel posts from June 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/vercel/best-of/2026/06#items","numberOfItems":6,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/introducing-eve-an-open-source-agent-framework-fdo6n1gyy","name":"Introducing eve, an open-source agent framework"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/the-skills-sh-api-is-now-available-2ppdbcyz5","name":"The skills.sh API is now available"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/introducing-eve-at3krhctw","name":"Introducing eve"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/vercel-passport-is-now-in-public-beta-jeahrap0j","name":"Vercel Passport is now in Public Beta"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/ai-sdk-7-is-now-available-iz9c3resl","name":"AI SDK 7 is now available"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/vercel-functions-can-now-run-up-to-30-minutes-uo5rq5mjk","name":"Vercel Functions can now run up to 30 minutes"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Vercel","item":"https://daily.dev/sources/vercel"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/vercel/best-of"},{"@type":"ListItem","position":5,"name":"June 2026"}]}]}
```

