Home/Vercel
Source

Vercel

572 articles from Vercel.

AI & ML — Introducing AI Integrations on Vercel

Introducing AI Integrations on Vercel

Vercel's AI Integrations and AI SDK connect your frontend to leading AI providers for text, image, and audio models, making it easy to build streaming chatbots, RAG systems, and generative experiences in Next.js.

VVercel·February 8, 2024AI & ML
Frontend — The foundations of the Frontend Cloud

The foundations of the Frontend Cloud

An introduction to the underlying infrastructure of the Frontend Cloud: Part 1 of the developer's guide to a future-proofed stack for the modern frontend.

VVercel·November 21, 2023Frontend
Performance — How to scale a large codebase

How to scale a large codebase

Transition from monolithic to monorepo architectures with Vercel. Explore feature flags for safe releases, incremental builds for quick iterations, and skew protection for version consistency to ease codebase management and speed up development.

VVercel·November 16, 2023Performance
Security — Understanding cookies

Understanding cookies

Learn how cookies function, how they are used by websites, and the importance of managing them for privacy and security.

VVercel·November 1, 2023Security
Security — Understanding CSRF attacks

Understanding CSRF attacks

Understand the mechanics and risks of Cross-Site Request Forgery (CSRF) attacks, and discover crucial development practices, like anti-CSRF tokens and appropriate use of HTTP methods, to fortify web applications against such threats

VVercel·September 29, 2023Security