Examples
AI Chatbot
Deploy an AI chatbot application
Prompt
Prompt
❯
Build a chatbot web app using Next.js and the Vercel AI SDK. Use Anthropic's Claude as the LLM. Include a clean chat interface with streaming responses. Deploy to Ink.
Environment variables needed
| Variable | Description |
|---|---|
ANTHROPIC_API_KEY | Your Anthropic API key |
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Node.js / Next.js) |
| Port | 3000 |