Tag

Vercel

1 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Jul 2, 2024 · Frontend Development

How Core Web Vitals Shape Google Rankings and Boost Your Site Performance

This article explains how Core Web Vitals—LCP, INP, and CLS—are measured from real‑user field data, influence Google search rankings, differ from Lighthouse lab scores, and how tools like Google Search Console, PageSpeed Insights, and Vercel Speed Insights help developers monitor and improve these metrics.

Core Web VitalsGoogle SEOPageSpeed Insights
0 likes · 10 min read
How Core Web Vitals Shape Google Rankings and Boost Your Site Performance
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 13, 2024 · Frontend Development

Deploy a ChatGPT Chat Application with Next.js and Vercel AI SDK

This tutorial demonstrates how to quickly create and deploy a ChatGPT-powered chat website using Next.js, Tailwind CSS, and Vercel AI SDK, covering project scaffolding, dependency installation, API key configuration, server‑side streaming, and Vercel deployment steps.

AI SDKChatGPTTailwindCSS
0 likes · 12 min read
Deploy a ChatGPT Chat Application with Next.js and Vercel AI SDK
Architecture Digest
Architecture Digest
Sep 5, 2023 · Frontend Development

Anonymous Chat Room – A LiveKit and Next.js Based Anonymous Chat Application

This article introduces the open‑source "anonymous‑chat‑room" project built with LiveKit and Next.js, outlines its key features such as text, voice, video, emoji support and screen recording, and provides step‑by‑step instructions for local deployment and online access.

LiveKitNext.jsVercel
0 likes · 3 min read
Anonymous Chat Room – A LiveKit and Next.js Based Anonymous Chat Application
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 19, 2023 · Frontend Development

Building a Frontend Knowledge Base with Next.js, Tailwind CSS, and Notion Integration

This article walks through creating a full‑stack frontend knowledge‑base project using Next.js with Tailwind CSS, explains the benefits of server‑side rendering, demonstrates routing, component usage, Notion API integration, markdown rendering, and deployment to Vercel, providing complete code snippets and configuration steps.

MarkdownNext.jsNotion API
0 likes · 14 min read
Building a Frontend Knowledge Base with Next.js, Tailwind CSS, and Notion Integration
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Mar 13, 2023 · Frontend Development

OSSA: Open Source Journey and Best Practices for a Taro UI Component Library

Over two years, NetEase Yanxuan built and open‑sourced OSSA, a Taro UI component library created to unify multi‑platform mini‑program development, detailing why Taro was chosen, the challenges of enterprise‑grade reliability and community building, and how automated CI/CD, documentation, MIT licensing, and contributor guides enable sustainable open‑source growth.

ChangeSetsGitHub ActionsMIT License
0 likes · 17 min read
OSSA: Open Source Journey and Best Practices for a Taro UI Component Library
ByteDance Web Infra
ByteDance Web Infra
May 9, 2022 · Frontend Development

Web Infra Live Interview – Full Translation on the Future of Frontend and Vercel

This article provides a complete English translation of a 1.5‑hour live interview where Vercel’s Director of Developer Relations discusses the evolution of frontend development, edge networks, rendering strategies such as CSR, SSR, SSG, ISR, RSC, the Vercel platform workflow, and the role of Rust, WebAssembly, and SWC in modern web tooling.

Next.jsVercelWeb Performance
0 likes · 36 min read
Web Infra Live Interview – Full Translation on the Future of Frontend and Vercel
ByteFE
ByteFE
Feb 14, 2022 · Frontend Development

Vercel DevRel Team Lead Lee Robinson on Frontend Future and Next.js

This article announces a live interview with Lee Robinson, Vercel's DevRel team lead, discussing frontend development trends, Next.js framework, and Vercel's platform, featuring a list of notable developers who joined Vercel.

DevRelFrontend DevelopmentLee Robinson
0 likes · 4 min read
Vercel DevRel Team Lead Lee Robinson on Frontend Future and Next.js
360 Tech Engineering
360 Tech Engineering
Dec 28, 2020 · Frontend Development

High‑Performance Comment Integration for Static Hugo Blogs Using getJSON and Waline

This guide explains how to embed dynamic comments into a static Hugo blog by leveraging Hugo's getJSON function, the Waline comment service, and Vercel deploy hooks to fetch, render, and update comment data during site builds, achieving fast, cache‑friendly performance without sacrificing user experience.

Build HooksCommentsVercel
0 likes · 9 min read
High‑Performance Comment Integration for Static Hugo Blogs Using getJSON and Waline