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

---
title: Best Vercel posts — August 2026 | daily.dev
description: The most upvoted Vercel posts from August 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/vercel/best-of/2026/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/vercel/best-of/2026/08
og:type: website
og:site_name: daily.dev
og:title: Best Vercel posts — August 2026 | daily.dev
og:description: The most upvoted Vercel posts from August 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 — August 2026

1. 1  
[](https://daily.dev/posts/skill-packs-are-now-available-on-skills-sh-yj0rhln9i "Skill packs are now available on skills.sh")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 5w  
Skill packs are now available on skills.sh  
skills.sh now supports skill packs — bundles of multiple agent skills that can be shared via a unique URL. Packs can be built from community skills, local folders, zips, or GitHub repositories (public or private). Each pack is unlisted in the registry by default, making it easy to share with a team for standardized agent skill sets. Install with \`npx skills add <url>\` and update with \`npx skills update\`.  
28  
7
2. 2  
[](https://daily.dev/posts/bun-runtime-for-vercel-functions-now-accepts-bun-serve-as-an-entrypoint-qbxln0jbo "Bun runtime for Vercel Functions now accepts Bun.serve as an entrypoint")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 5w  
Bun runtime for Vercel Functions now accepts Bun.serve as an entrypoint  
Vercel's Bun runtime for Vercel Functions now supports Bun.serve() as a direct entrypoint, including native WebSocket handlers. Developers can deploy a routes-based server defined in server.ts at the project root without wrapping it in a framework. Enable it by setting "bunVersion": "1.x" in vercel.json. WebSocket connections run on Fluid compute with Active CPU pricing, meaning you only pay for message processing time, not idle connection time. A single function instance handles multiple concurrent connections, though an external data store is needed to coordinate messages across instances.  
24  
1
3. 3  
[](https://daily.dev/posts/set-your-own-project-avatars-upk6vokup "Set your own project avatars")  
Article  
![Avatar of vercel](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/04cca7235cf84db092f24b7ba427b3e1)Vercel · 5w  
Set your own project avatars  
Vercel now lets you set custom avatars for individual projects directly from the dashboard or via the REST API. Previously, Vercel automatically used the project's favicon from its production deployment as the avatar. The new feature is especially useful for microfrontend projects sharing a single favicon and backend projects with no favicon, allowing each to have a distinct visual identity across the dashboard and GitHub bot comments.  
20  
2

[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/08#page","url":"https://daily.dev/sources/vercel/best-of/2026/08","name":"Best Vercel Posts — August 2026","description":"The most upvoted Vercel posts from August 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/08#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/skill-packs-are-now-available-on-skills-sh-yj0rhln9i","name":"Skill packs are now available on skills.sh"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/bun-runtime-for-vercel-functions-now-accepts-bun-serve-as-an-entrypoint-qbxln0jbo","name":"Bun runtime for Vercel Functions now accepts Bun.serve as an entrypoint"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/set-your-own-project-avatars-upk6vokup","name":"Set your own project avatars"}]},{"@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":"August 2026"}]}]}
```

