Static mode
Astro is a strong fit for static output. If the project does not depend on an SSR adapter or server runtime, publish it as a static site.
Astro static output usually lives in the `dist` directory. Appaloft can upload that directory from the browser or deploy it to your own server through the CLI.
Astro is a strong fit for static output. If the project does not depend on an SSR adapter or server runtime, publish it as a static site.
Cloud quick upload is good for fast publishing and replacement; CLI is better when the site belongs on an existing server or automation path.
After opening the URL, check pages, images, scripts, styles, RSS/sitemap, and 404 behavior.
Run the Astro build and confirm the dist directory exists.
Choose dist in Appaloft, or deploy dist through the CLI.
Check the homepage, content pages, assets, and error page.
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.
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.
Tie the control plane, CLI, servers, rollback, and Cloud collaboration boundary into one self-hosting cluster.