Convex Static Hosting Deploy

Router for Convex static-hosting deploy requests. Prefer deploydev for /deploydev and deployprod for /deployprod.

waynesutton 749cad3 1.3 KB Updated

File contents

Convex Static Hosting Deploy Router

Use this router when the user asks about Convex static-hosting deployment but does not clearly choose dev or production.

Source of truth:

  • Component repo: https://github.com/get-convex/static-hosting
  • Component docs: https://www.convex.dev/components/static-hosting

Route By Intent

  • /deploydev, deploy dev, upload dev, development static hosting -> .agents/skills/deploydev/SKILL.md
  • /deployprod, deploy prod, deploy production, production static hosting -> .agents/skills/deployprod/SKILL.md

Portable Rules

  • These skills are app-agnostic. Do not assume any specific app name or Convex URL.
  • Prefer scripts already defined in the current repo's package.json.
  • If scripts are missing, use direct Convex static-hosting commands and discover the component name from convex/convex.config.ts.
  • Keep dev and production deploy flows separate.
  • Never publish a dev Convex URL as canonical metadata.

If Intent Is Ambiguous

Ask one concise question:

Do you want the development static-hosting deploy or the production deploy?

waynesutton/signdesk-demo-hackathon-app/tree/main/.agents/skills/convex-static-hosting-deploy commit 749cad3823

Frequently asked questions

npx skillmds@latest add waynesutton/convex-static-hosting-deploy