Comic Creator is an AI-powered web application that lets users generate a full 4-panel comic from a single story idea. Using cutting-edge models from Google's Gemini and Imagen APIs, the app writes a comic script and visualizes each panel in vibrant detail.
This contains everything you need to run your app locally.
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev