Inspiration
As a student, I constantly found myself putting off assignments, studying, or even small tasks, and I realized it wasn’t just laziness — there were different reasons behind my procrastination. Most productivity apps only tell you to “stop procrastinating” or “stay focused,” but they never explain why you were stuck in the first place. I wanted to create a tool that actually diagnoses the type of procrastination you’re experiencing and gives actionable, personalized strategies to fix it.
What it does
Procrastination MRI is a web-based app that helps students understand why they are procrastinating and how to overcome it.
Users answer quick questions or type what they are avoiding.
AI analyzes their responses to detect one of seven procrastination types:
Task aversion
Fear of failure
Perfectionism
Cognitive overload
Time blindness
Emotional burnout
Reward mismatch
Based on the analysis, the app provides instant, science-backed interventions tailored to that type.
Optional visualizations include mood tracking and a “procrastination heatmap” to help users spot patterns over time.
How we built it
- Frontend: Built using React.js for a simple, intuitive interface.
- Backend: Node.js with Express handles form submissions and stores optional anonymized data for pattern analysis.
- AI: OpenAI GPT API was used to analyze user input and generate personalized strategies.
- Data modeling: Created a small dataset defining the seven procrastination types and mapped common behaviors/questions to each type.
- UI/UX: Designed a minimalistic workflow so users can get insights in under 30 seconds, keeping friction low.
Challenges we ran into
- Mapping real procrastination behaviors to seven clear categories was tricky — human behavior is messy.
- Ensuring AI-generated strategies were practical and safe for students without overstepping into therapy.
- Building a fast, responsive front-end interface in a 48-hour window while integrating AI responses in real-time.
Accomplishments that we're proud of
- Built a fully functioning MVP in under 48 hours.
- Users can instantly understand why they procrastinate and get actionable solutions.
- Created a visually simple but high-impact tool for students’ productivity and mental health.
- Designed a platform that could be scaled to include new procrastination types, AI improvements, and community feedback.
What we learned
- How to integrate AI models into a web application for real-time, personalized insights.
- The importance of user-centered design for productivity apps — speed, clarity, and simplicity matter.
- How to map abstract human behaviors into structured categories for AI to interpret.
- Collaboration and time management under tight deadlines — essential for hackathons.
What's next for Procrastination MRI
- Add a habit-tracking dashboard to show long-term patterns.
- Incorporate a gamified reward system to reinforce productivity habits.
- Expand to mobile with push notifications and AI-powered reminders.
- Collect anonymized user data (opt-in) to train a more accurate AI model specifically for student procrastination.
Log in or sign up for Devpost to join the conversation.