Skip to content

anushkaasarraf/ai-creation-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Creation Suite

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.

Features

  • Blog post generation
  • Social media content
  • Creative writing assistance

Tech Stack

  • Frontend: React
  • Build Tool: Vite
  • AI Integration: Google Gemini API
  • Language: JavaScript / TypeScript

Installation & Setup

Prerequisites

  • Node.js installed
  • GEMINI API Key

1. Clone the repo:

     git clone https://github.com/anushkaasarraf/ai-creation-suite.git

2. Install dependencies:

     cd ai-creation-suite 

     npm install

3. Add your API key:

Create a .env file and add:

     VITE_GEMINI_API_KEY=your_key_here

4. Run the project:

     npm run dev

Security Note

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.

Future Improvements

  • Backend integration for secure API handling
  • User authentication system
  • Save and manage generated content
  • Pre-built templates for different use cases
  • Deployment

Contribution

Contributions are welcome! Feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

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.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Contributors