A simple, front-end only web application that uses the Google Gemini API to brainstorm creative logo ideas and taglines for your business.
Link to live demo (You'll need to host this yourself)
- AI-Powered Ideas: Generates 3-5 unique logo concepts and taglines.
- Simple Interface: Easy-to-use interface for entering your business details.
- No Backend Needed: Runs entirely in your browser.
- Responsive Design: Works on both desktop and mobile devices.
- Loading & Error States: Clear feedback during the brainstorming process.
- API Retry Logic: Implements exponential backoff for more resilient API requests.
-
Get a Gemini API Key:
- Go to the Google AI for Developers website.
- Click on "Get API key in Google AI Studio".
- Create a new API key.
-
Open the Application:
- Download or clone this repository.
- Open the
index.htmlfile in your web browser.
-
Brainstorm:
- Paste your Gemini API key into the designated field.
- Enter your business name.
- Enter your industry.
- Click the "Brainstorm Ideas" button.
-
View Results:
- The AI-generated logo ideas and taglines will appear below the button.
- HTML5
- CSS3 with Tailwind CSS for styling.
- JavaScript (vanilla) for application logic.
- Google Gemini API for generating content.
- Google Fonts (Inter) for typography.
(A screenshot of the application in use would go here. I have added a placeholder image below)
Your Gemini API key is used directly in the browser and is not stored or sent to any server other than the Google API. For any serious application, you should proxy API requests through a backend server to keep your API key secure. Do not share your API key publicly.
