Chrome extension that analyzes website color schemes in real-time, leveraging color theory algorithms to detect design patterns, emotional impact, and color relationships. Built with React, TypeScript, and advanced color processing logic.
Color Intelligence 🎨 Instantly scans and extracts the DNA of any website's design, identifying key colors that shape user experience.
Pattern Recognition 🔍 Analyzes relationships between colors, understanding how they work together to create specific moods and emotions.
Design Story 💫 Translates complex color data into clear insights about website's personality, from professional elegance to creative energy.
git clone https://github.com/bozzhik/website-aura.git
cd website-aura
pnpm i
pnpm dev
- Open Chrome browser
- Navigate to
chrome://extensions
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select
website-aura/build
folder
{
"manifest": "v3",
"framework": "React",
"language": "TypeScript"
"styling": "Tailwind CSS",
"build": "Vite",
}
Website Aura operates entirely in your browser:
- No data storage
- No external servers
- No tracking
- Pure client-side magic
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Author: bozzhik
- Email: [email protected]
- Telegram: @bozzzzhik
🧑💻 Made by bozzhik