Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Deployment

@frame/next is a dynamic Next.js (App Router) application that makes heavy use of server-side rendering (SSR), Server Actions, and runtime data validation. It therefore requires an environment capable of running Node.js for hosting.

Before deploying the application, make sure the project builds successfully.

Terminal window
pnpm -F next build

Official Next.js documentation — Deploying