#Build
12 entries
Prompt to Add Better Auth to Next.js with PostgreSQL
A copy-paste prompt for adding Better Auth and PostgreSQL session handling to a Next.js App Router project.
Prompt to Add Cloudflare R2 File Upload
Copy-paste AI prompt to add Cloudflare R2 presigned upload URLs to a Next.js App Router project with server-side validation.
Prompt to Add Dark Mode with Tailwind CSS v4
AI agent prompt to add system-aware dark mode to a Next.js app using Tailwind CSS v4 CSS variables and next-themes, with no flash on load.
Prompt to Add PostgreSQL Full-Text Search
Copy-paste AI prompt to add native PostgreSQL full-text search with tsvector, GIN index, and ranked results to an existing Next.js app.
Prompt to Add a Sitemap and robots.txt
AI agent prompt to add a dynamically generated sitemap.xml and a correct robots.txt to a Next.js or Astro project for better search indexing.
Prompt to Add Stripe Checkout to a Next.js App
AI agent prompt to add Stripe Checkout with webhook handling, customer portal, and subscription status to a Next.js App Router project.
Prompt to Build a Cloudflare Worker API Proxy
Copy-paste AI prompt to build a Cloudflare Worker that proxies and rate-limits external API calls, adds auth headers, and caches responses.
Prompt to Build a Next.js AI Tool Directory
AI agent prompt to build a searchable Next.js AI tool directory with MDX data files, category filters, and static generation.
Prompt to Build a SaaS Pricing Page in Next.js
Copy-paste AI prompt to build a SaaS pricing page in Next.js with Tailwind, toggle billing, and Stripe-ready plan data.
Prompt to Build an Astro Static SEO Site
Copy-paste prompt for scaffolding a fully optimized Astro static site with content collections, sitemap, og-images, and TypeScript.
Prompt to Create an Admin Dashboard in Next.js
AI agent prompt to build a protected Next.js admin dashboard with data tables, server-side auth guards, and a sidebar layout using Tailwind.
Prompt to Generate OG Images at Build Time
AI agent prompt to generate per-page Open Graph images at build time in Astro or Next.js using Satori and sharp, with no external service.