Build boundary
Static export only fits pages that do not depend on the Next.js server runtime. API routes, SSR, and dynamic server logic need normal deployment.
If your Next.js project can be statically exported, Appaloft can publish the `out` directory as a static site. Projects that need server components, API routes, or a long-running Node process should use the normal CLI/VPS deployment path.
Static export only fits pages that do not depend on the Next.js server runtime. API routes, SSR, and dynamic server logic need normal deployment.
Small sites can use Cloud static upload; projects with an existing server can deploy the out directory with the CLI.
Check the homepage, deep links, images, CSS/JS, base path, and 404 handling.
Run the project's Next.js build/export flow to produce the out directory.
Choose the out folder in Appaloft, or deploy the same directory with the CLI.
Verify routes, static assets, and error pages.
Appaloft SEO pages are organized around real deployment tasks. Each page should lead to the next useful step, not stand alone.
Connect build output, browser upload, CLI deploy, and one-click buttons for static site publishing.
Tie the control plane, CLI, servers, rollback, and Cloud collaboration boundary into one self-hosting cluster.
Let the agent identify project shape first, then choose the skill, CLI, static publishing, or Cloud console path.
Use GitHub Actions to connect repository events to Appaloft deployment while keeping explicit workflows.