This AI-powered content creation suite is built with React and Gemini API that generates high-quality text outputs for various use cases like blogs, social media, and creative writing.
- Blog post generation
- Social media content
- Creative writing assistance
- Frontend: React
- Build Tool: Vite
- AI Integration: Google Gemini API
- Language: JavaScript / TypeScript
- Node.js installed
- GEMINI API Key
git clone https://github.com/anushkaasarraf/ai-creation-suite.git
cd ai-creation-suite
npm install
Create a .env file and add:
VITE_GEMINI_API_KEY=your_key_here
npm run dev
This project uses the API key on the frontend for development purposes. For production, move API calls to a backend server to protect your API key.
- Backend integration for secure API handling
- User authentication system
- Save and manage generated content
- Pre-built templates for different use cases
- Deployment
Contributions are welcome! Feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.