An AI-powered solution generator that provides practical answers to everyday problems using Google's Gemini API.
- Generate step-by-step solutions for common problems
- Multiple categories supported:
- Tech & Technology
- Cleaning & Maintenance
- Cooking & Food
- Home Improvement
- Automotive
- Fallback responses when AI is unavailable
- Smart category matching
- Clone the repository
- Install dependencies:
npm install
- Configure your Gemini API key in
src/utils/geminiService.ts - Start the development server:
npm run dev
Create a .env file with:
GEMINI_API_KEY=your_api_key_here
- TypeScript
- Google Gemini API
- React (if using)
- Node.js
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
MIT