Your place to generate a book of your choice.
Run and deploy your AI Studio app with ease.
This contains everything you need to run your app—just add your API key and internet connection.
🛠️ Project crafted for Hackathon in 4 hours via vibe coding.
Ever wanted to create a book but didn’t want to put in the effort?
Kitabeee is for you.
This repo allows you to generate a book of up to 12 pages, each with 100 words, and includes a custom cover image.
Once your book is ready, you can:
- 📥 Download it as a PDF
- 🌐 Upload and publish it
- 🖨️ Print it for fellow readers
Prerequisites:
- Node.js
Steps to get started:
-
Install dependencies
npm install
-
Set your Gemini API key in .env.local
GEMINI_API_KEY=your_api_key_here
-
Run the development server
npm run dev
