Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
Integrate AI providers in NEXTY.DEV using ai-sdk. Use when adding chat, text generation, image generation, video generation, or other AI features. Covers multiple providers (OpenAI, Anthropic, Google, DeepSeek, xAI, OpenRouter, Replicate, fal.ai, KIE, Custom OpenAI) and streaming patterns.
Implement authentication in NEXTY.DEV using Better Auth. Use when checking sessions, protecting routes, adding social logins, or managing user roles. Covers server/client auth, guards, and admin checks.
Migrate a NEXTY.DEV project to Cloudflare Workers deployment using @opennextjs/cloudflare. Covers infrastructure setup, database adapter changes (Neon HTTP / Hyperdrive), auth refactoring, blog pre-build, and deploy commands. Use when moving an existing NEXTY project from Vercel/Node to Cloudflare Workers.
Manage blog/CMS content in NEXTY.DEV. Use when creating blog posts, glossary entries, managing tags, or implementing content visibility. Covers post types, rich text editing, and public content display.
Work with PostgreSQL database using Drizzle ORM in NEXTY.DEV. Use when creating tables, writing queries, running migrations, or managing schema. Covers schema definition, CRUD operations, and transactions.
Automates database schema migration from one PostgreSQL database to another using PostgreSQL Schema isolation mechanism. Supports both new project initialization and migration from existing databases.
Send transactional emails in NEXTY.DEV using Resend. Use when creating email templates, sending notifications, or implementing welcome/magic-link emails. Covers React email templates and sending patterns.