Skip to content

A smart tool that generates portfolio-ready UI/UX project briefs tailored by industry, difficulty, and design type. Each brief includes branding, user stories, and project goals to help designers practice with real-world style prompts.

Notifications You must be signed in to change notification settings

antarades/UI-UX-Design-Brief-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI/UX Design Brief Generator

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.

App Screenshot


🌐 Live Demo

Calling all designers, check out the live website👉 UI/UX Brief Generator


✨ Features

  • 🔹 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

🛠️ Tech Stack

  • Frontend / Framework: Streamlit
  • AI Backend: Cohere API (for generating briefs)
  • Styling: Custom CSS (dark theme + gradient accents)
  • Language: Python 3.10+

📦 Installation & Setup

1. Clone the repository

git clone https://github.com/your-username/uiux-brief-generator.git
cd uiux-brief-generator

2. Install dependencies

pip install -r requirements.txt

3. Set your Cohere API key

Create a .env file. You can use other AI APIs too (like OpenAi, Claude, etc.)

COHERE_API_KEY=your-cohere-key-here

4. Run the app in terminal & Visit Local Host

python backend/app.py

📂 Folder Structure

├── app.py            # Main Streamlit app
├── generator.py      
├── style.css
├── requirements.txt
├── .env              # Store API key here
└── README.md

🙋‍♀️ Author

Built by Antara Srivastava 📧 [email protected] 🌐 github.com/antarades

About

A smart tool that generates portfolio-ready UI/UX project briefs tailored by industry, difficulty, and design type. Each brief includes branding, user stories, and project goals to help designers practice with real-world style prompts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published