Back to Templates

Features
- Supports image generation using
generateImage
from the AI SDK by Vercel, allowing multiple AI providers to be used interchangeably with just a few lines of code. - A single input to generate images across multiple models simultaneously.
- shadcn/ui components for a modern, responsive UI powered by Tailwind CSS.
- Built with the latest Next.js App Router (version 15).
Deploy Your Own
You can deploy your own version of the AI SDK Image Generator to Vercel by clicking the button below:
Running Locally
-
Clone the repository and install dependencies:
npm install# oryarn install# orpnpm install -
Install the Vercel CLI:
npm i -g vercel# oryarn global add vercel# orpnpm install -g vercelOnce installed, link your local project to your Vercel project:
vercel linkAfter linking, pull your environment variables:
vercel env pullThis will create a
.env.local
file with all the necessary environment variables. -
Run the development server:
npm run dev# oryarn dev# orpnpm dev -
Open http://localhost:3000 to view your new AI chatbot application.
Authors
This repository is maintained by the Vercel team and community contributors.
Contributions are welcome! Feel free to open issues or submit pull requests to enhance functionality or fix bugs.