The AI Theme Generator is a web-based application that leverages AI to generate custom UI themes based on user preferences. This tool is designed to help developers and designers quickly create aesthetically pleasing themes for web applications.
- AI-powered theme generation based on user input
- Dynamic color scheme suggestions
- Customizable typography and spacing options
- Real-time preview of generated themes
- Easy integration with web projects
- Frontend: HTML, CSS, JavaScript
- AI Integration: Groq API (LLaMA 3)
- Deployment: Vercel
Ensure you have the following installed:
- Node.js (Env API Key Or Set API Key Manually)
- Vercel CLI (for deployment)
- Clone the repository:
git clone https://github.com/thearmanqureshi/AI-Theme-Generator.git cd AI-Theme-Generator
- Open
index.html
in a browser to run the application locally.
To deploy on Vercel:
- Install Vercel CLI:
npm install -g vercel
- Login to Vercel:
vercel login
- Deploy the project:
vercel
- Visit the deployed application.
- Input your preferences (color scheme, typography, etc.).
- Generate a theme using AI.
- Preview and export the generated theme for integration into your project.
Contributions are welcome! Follow these steps:
- Fork the repository.
- Create a feature branch (
git checkout -b feature-name
). - Commit changes (
git commit -m "Added new feature"
). - Push to the branch (
git push origin feature-name
). - Open a pull request.
This project is licensed under the Apache License 2.0.
For any queries, reach out via thearmanqureshi@gmail.com or open an issue on GitHub.