Best of VercelJune 2023

  1. 1
    Article
    Avatar of daily_updatesdaily.dev Changelog·3y

    All-new dynamic open graph images

    Sharing posts from daily.dev just got a lot sleeker with new Open Graph images. Check it out

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    An Introduction to Streaming on the Web – Vercel

    An Introduction to Streaming on the Web. Chunking data, handling backpressure, server-side events, and more. In this blog post, we’ll look at what web streams are; how they work, the many advantages they bring to the table for your website, streaming on Vercel.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Introducing the Vercel AI SDK – Vercel

    The Vercel AI SDK is an open-source library designed to help developers build conversational, streaming, and chat user interfaces in JavaScript and TypeScript. The SDK supports React/Next.js, Svelte/SvelteKit, with support for Nuxt/Vue coming soon.

  4. 4
    Article
    Avatar of pointerPointer·3y

    vercel-labs/ai: Build AI-powered applications with React, Svelte, and Vue

    The Vercel AI SDK is a library for building edge-ready AI-powered streaming text and chat UIs. Features SWR-powered React, Svelte and Vue helpers for streaming text responses and building chat. First-class support for LangChain and OpenAI, Anthropic, and HuggingFace Edge.

  5. 5
    Article
    Avatar of asayerasayer·3y

    Going serverless with Next.js

    Serverless functions are code functions written by developers to handle a certain task. These functions are deployed on a third-party service that tends to handle server maintenance and scaling while the developer only has to write and ship their code. This article will show you how to work in serverless fashion with the popular Next.js framework.