An AI-powered design add-on that scans your visuals and flags potential cultural, ethical, or symbolic pitfalls — before they become costly mistakes.
Built for global creators. Powered by Gemini. Designed for Adobe Express.
👉 This project was created for the "Adobe Express Add-ons Hackathon".
-
🧠 Cultural check with AI — Get instant feedback on how design fits different cultures.
-
🌍 Country-aware analysis — Adjusts results based on your chosen region.
-
🏢 Business type context — Improves accuracy using industry-specific context.
-
💬 Follow-up chat with AI — Ask clarification questions right after the analysis.
-
🖼️ Image analysis — Upload images for cultural and ethical review.
-
🔍 Smart element scanning — Detects text, colors, and shapes.
-
🔌 Seamless Adobe Express integration — Works right inside your design workflow.
-
⚙️ Easy to extend — Built for future element types and features.
-
🧾 Clean markdown output — Neatly formatted AI replies.
-
⏳ Built-in loading indicator — Shows AI activity status.
-
🛡️ Helpful error messages — Alerts if something’s missing or wrong.
This project has been created with @adobe/create-ccweb-add-on and is designed to run inside Adobe Express.
- HTML, CSS
- JavaScript, Node.js
- Adobe Express Add-on API
- Gemini 2.5 Flash
To run this add-on locally:
- Fork this repository and clone it to your machine.
- Navigate into the project folder.
- Install dependencies:
npm install
. - Build the application:
npm run build
. - Start the development server:
npm run start
.
⚠️ To run the add-on inside Adobe Express, you’ll need an Adobe Developer account and follow the local setup instructions in the official docs: Development Tools.
This project is open-source under the MIT License — meaning you’re free to use, change, and share it, even in commercial projects. Just keep the original LICENSE info.
Want to help out? Feel free to report bugs, suggest features, or open a pull request!