Loading...
Loading...
Found 57 Skills
Manage environment variables across Vercel environments. Sync with Vercel CLI, handle local overrides, and load env vars in scripts.
Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel Toolbar integration.
Add user authentication using Better Auth with Drizzle ORM and Neon Postgres. Base setup with email/password authentication.
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
Build a complete AI chat application with database persistence, chat list management, and automatic title generation.
Complete observability stack with structured logging, error tracking, and web analytics.
Generate dynamic social preview images using Next.js file conventions and the next/og library. Server-rendered JSX images cached at build time.
Configure Resend for transactional emails like password resets and email verification.
Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.
Install the Vercel AI SDK with AI Elements components. Build a streaming chat interface with the useChat hook.
Use Better Auth for client and server-side authentication. Covers session access, protected routes, sign in/out, and fetching user data.
Write type-safe database queries with Drizzle ORM. Covers select, insert, update, delete, relational queries, and adding new tables.