Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
This template provides a multi-modal chatbot application built with Next.js and the Vercel AI SDK, enabling rich conversational experiences with vario...

ShipAny is a development framework for building AI SaaS, with rich built-in functional modules and business components, helping you quickly launch your website.
This template showcases a multi-modal chatbot application built using Next.js and the Vercel AI SDK. It provides a robust foundation for creating interactive chat interfaces capable of sending and receiving diverse message types, including text and attachments, from various AI providers.
Key Features:
useChat hook from the Vercel AI SDK to handle both text and attachment-based inputs and outputs, enabling richer conversational experiences.npm install), environment variable configuration (using .env based on .env.example), and launching the development server (npm run dev).Use Cases: This template is ideal for developers looking to quickly prototype or build:
Getting Started:
To deploy your own version, you can use the Vercel "Deploy" button or bootstrap the example using create-next-app with npm, Yarn, or pnpm:
npx create-next-app --example https://github.com/vercel-labs/ai-sdk-preview-attachments ai-sdk-preview-attachments-exampleAfter cloning, sign up for your desired AI providers, obtain API keys, and set them in a .env file. Then, install dependencies and run the development server.
Learn More: Explore the Vercel AI SDK docs, Vercel AI Playground, and Next.js Documentation for deeper insights into the technologies used.