Best of Vercel — June 2023
- 1
- 2
Community 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
Community 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
Pointer·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
asayer·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.