Inspiration

VentSpace was inspired by the urgent need to make mental health support truly accessible and stigma-free for Gen Z, especially as anxiety and loneliness rise around the world. We wanted every person’s emotional journey to create real-world impact—linking anonymous venting directly to the healing of our planet by planting trees. Our team saw how platforms often lacked empathy, privacy, or tangible results, and set out to change that.

What it does

VentSpace offers a safe, anonymous place for Gen Z to express thoughts, feelings, and frustrations—without judgment or personal exposure.

  • Users vent, categorize, and submit emotions with no identity attached.
  • Each vent triggers a real tree to be planted via NGO partner APIs.
  • An empathetic AI chatbot provides 24/7 emotional support.
  • The dashboard visualizes personal growth, mood trends, and global impact.
  • No PII required; robust data privacy is built-in.

How we built it

  • Frontend: Next.js, React
  • Backend: FastAPI (Python)
  • Database: MongoDB
  • AI/NLP: Hugging Face Transformers for analyzing and responding to vents
  • Cloud Services: Vercel (frontend), AWS/Supabase (backend, database)
  • APIs: NGO integration confirms live tree planting

Dev process highlights:

  • Built UUID-powered anonymous venting flows
  • Engineered AI chat with safe fallback rules
  • Developed real-time mood & impact dashboards
  • Prioritized encrypted storage and privacy throughout
Example: anonymized data model
class Vent(BaseModel):
uuid: str
category: str
message: str
timestamp: datetime

Challenges we ran into

  • Balancing full anonymization with session management and personalized recommendations
  • Ensuring the AI was supportive—but never a replacement for professional help
  • Creating reliable sentiment scoring and escalation triggers
    \( \text{Sentiment_Score} = \frac{\sum_{i=1}^{N} \text{vent}_i}{N} \)
  • Integrating live tree planting APIs without leaking user data
  • Designing dashboards that were simple, meaningful, and not overwhelming

Accomplishments that we're proud of

  • Seamlessly linking emotional support with environmental action
  • Achieving fully anonymous venting while supporting real-time user feedback and growth tracking
  • Implementing privacy-first architecture without compromise
  • Establishing partnerships for real-world tree planting via API
  • Building a platform ready to scale for schools and youth organizations

What we learned

  • Anonymity and empathy are critical for meaningful mental health support
  • Linking user actions to measurable real-world outcomes increases engagement
  • Building safe and ethical AI in sensitive domains requires constant review
  • Privacy, compliance, and transparency cannot be an afterthought—especially with young users

What's next for VentSpace

  • Advanced sentiment analysis and distress escalation flows
  • Optional user accounts for more personalized support
  • Expanding NGO and school partnerships for "wellness with impact"
  • Launching a sponsor program where businesses fund tree planting per vent
  • Growing our impact metrics and transparency standards

Interested in the code? Check out github.com/ScienHAC/ventspace

Built With

Share this project:

Updates