Coding-agent prompts
Use these prompts when you ask an AI coding agent to create or review a landing for Sureva Cloud. They are written to keep the agent grounded in verified docs instead of guessing platform behavior.
Create a landing
Section titled “Create a landing”Create a static landing page for my business.Use pnpm commands and include a lockfile.Make `pnpm build` produce static files in `dist`.Keep the page production-ready: clear offer, contact path, responsive layout, SEO metadata, and no fake testimonials.The app will deploy to Sureva Cloud as a `web` app from GitHub.Use the sureva CLI to manage deployments. Prefer --output json for all commands.Do not expect live DNS/CDN infrastructure before the first successful deploy.Review before deploy
Section titled “Review before deploy”Review this repository before I deploy it as a Sureva Cloud web landing.Use pnpm commands: run `pnpm install` and `pnpm build`.Confirm the build output directory.Find broken links, placeholder copy, missing contact/legal information, and anything that would confuse customers.Fix a failed deploy
Section titled “Fix a failed deploy”Help me debug a failed Sureva Cloud web deploy.Compare the Cloud failure message with the local result of `pnpm build`.Check dependencies, build command, output directory, and environment variables.Use the sureva CLI: run `sureva deploys status <app-id> <deploy-id> --org <slug>` to read the deployment status.Manage apps with the CLI
Section titled “Manage apps with the CLI”Use the sureva CLI to manage this Sureva Cloud app.Set SUREVA_TOKEN to a valid personal access token (sapi_ prefix).All commands output JSON by default — parse JSON, do not scrape human text.Use exit codes to detect failures: 0=success, 1=API error, 2=auth, 3=not-found, 4=validation, 5=network.