Skip to content

Coding-agent prompts

Use these prompts when you ask an AI coding agent to create or review a landing for Septiembre Cloud. They are written to keep the agent grounded in verified docs instead of guessing platform behavior.

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 Septiembre Cloud as a `web` app from GitHub.
Read the Septiembre API reference before assuming endpoint behavior.
Do not expect live DNS/CDN infrastructure before the first successful deploy.
Review this repository before I deploy it as a Septiembre 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.
Help me debug a failed Septiembre 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 API reference failure endpoint only as documented.