Vercel Ship
26
/ AWS Workshop

Deploy

Ship the app from Devbox to Vercel.

Your Devbox already has a workshop AI Gateway key. The deployed app needs its own key in your Vercel project.

Create the AI Gateway key

  1. Open your Vercel project.

    Go to vercel.com, then open the project you created during vercel dev.

  2. Open AI Gateway.

    In the project sidebar, select AI Gateway.

  3. Create a new key.

    Create a new AI Gateway key for this project.

    This is the key your deployed app will use. It counts against your free $5 of AI Gateway credit.

Deploy

  1. Deploy to Vercel.

    Run this from the repo root in Devbox:

    vercel deploy
  2. Open the deployed app.

    Open the URL printed by the command and send a message.

You are done when

  • The deployed app opens in your browser.
  • Sending a message returns a real AI reply.
  • Refreshing the app keeps the conversation.