A Streamlit-based web app that generates realistic design briefs for UI and UX projects.
Perfect for students, designers, and portfolio builders who want practice with professional-style project prompts.
Calling all designers, check out the live website👉 UI/UX Brief Generator
- 🔹 Select Industry, Difficulty, Brief Type, and Design Type (UI/UX)
- 🔹 Always includes Brand Identity and User Story in the brief
- 🔹 Clean dark mode UI with gradient styling
- 🔹 Export generated briefs as .txt files
- Frontend / Framework: Streamlit
- AI Backend: Cohere API (for generating briefs)
- Styling: Custom CSS (dark theme + gradient accents)
- Language: Python 3.10+
git clone https://github.com/your-username/uiux-brief-generator.git
cd uiux-brief-generatorpip install -r requirements.txtCreate a .env file. You can use other AI APIs too (like OpenAi, Claude, etc.)
COHERE_API_KEY=your-cohere-key-herepython backend/app.py├── app.py # Main Streamlit app
├── generator.py
├── style.css
├── requirements.txt
├── .env # Store API key here
└── README.mdBuilt by Antara Srivastava 📧 [email protected] 🌐 github.com/antarades
