SpyBara
Go Premium

use-cases/deploy-app-or-website.md 2026-07-27 18:59 UTC to 2026-07-28 23:01 UTC

21 added, 0 removed.

2026
Wed 29 22:01 Tue 28 23:01 Mon 27 18:59 Fri 24 15:00 Thu 23 21:57 Wed 22 20:02 Tue 21 22:02 Mon 20 23:01 Fri 17 22:57 Thu 16 20:57 Wed 15 19:58 Tue 14 17:03 Wed 8 02:01 Mon 6 22:58

name: Deploy an app or website tagline: Build or update a web app, deploy a preview, and get a live URL. summary: Use Codex with Build Web Apps and Vercel to turn a repo, screenshot, design, or rough app idea into a working preview deployment you can share. skills:


For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.

Start with the site and the deploy target

Codex can build or update a website or app, run the project checks, deploy it with Vercel, and return the URL.

The useful handoff is concrete: a repo, screenshot, map, design brief, product note, API doc, or data source. Codex should inspect the project before changing it, then use the Vercel plugin to deploy a preview by default.

Use @build-web-apps when Codex needs to build or polish the app. Use @vercel when it should deploy, inspect the deployment, or read Vercel build logs.

Prompt:

Use @build-web-apps to turn [repo, screenshot, design, or rough app idea] into a working website.

Then use @vercel to deploy a preview and hand me the live URL.

Context:

- [what the site should do]
- [source data, API, docs, or assets to use]
- [style or product constraints]
- [anything not to change]

Before you hand it back, run the local build and verify the deployment is ready.

Check the result before you share it

Codex should tell you what it changed, which command it used to build the project, and whether the Vercel deployment is ready. If the deploy needs an environment variable, team choice, domain setting, or login step, Codex should call that out instead of pretending the site is finished.

Keep production changes explicit. A preview deployment is the default; ask for production only when you mean it.

Iterate from the live URL

Once you have the preview, keep the same chat open. Ask Codex to open the URL, fix layout issues, update copy, wire missing data, or read Vercel logs if the deploy fails. The chat already has the repo, deployment, and build context.

Good follow-ups are specific:

  • "The mobile layout is cramped. Fix it and redeploy the preview."
  • "Use the same project and add the latest data from [source]."
  • "Read the failed build logs and fix the deploy."