Inspiration

Modern AI tools are powerful, but they don’t actually help people get real work done.

We noticed three common problems:

  • AI gives plans but doesn’t help you stay focused
  • Focus timers don’t use AI guidance
  • Running AI-generated code can be unsafe

We wanted to build one intelligent assistant that helps you plan, focus, and execute safely — all in one place.

That idea became AI FocusMate Pro.


What it does

AI FocusMate Pro is a voice-enabled AI productivity agent that helps students and developers work distraction-free.

It provides three simple but powerful tools:

📋 Task Planner

Enter any goal → AI instantly breaks it into step-by-step actionable tasks.

🎯 Focus Mode

Start a 25-minute deep focus session with real-time timer + voice guidance.

🔒 Secure Sandbox

Safely execute Python code in an isolated environment without risking your system.

Together, it combines planning + focus + security into one clean workflow.


How we built it

We focused on shipping a clean, demo-ready MVP fast instead of overengineering.

Tech Stack

  • Node.js + Express backend
  • React + Vite frontend
  • Tailwind CSS for modern UI
  • OpenAI for task planning
  • ElevenLabs for voice feedback
  • Daytona-style isolated execution for secure code sandbox

Architecture

  • Modular APIs: /plan, /focus, /execute
  • In-memory storage (no database for speed)
  • Lightweight agent-style orchestration
  • Mobile responsive dashboard UI

We intentionally limited the scope to only 3 core features to ensure everything works perfectly during the demo.


Challenges we ran into

  • Keeping the system simple while still feeling “AI-powered”
  • Integrating real-time voice feedback without delays
  • Simulating a secure sandbox safely inside a hackathon environment
  • Avoiding feature creep and staying focused on the MVP

The biggest challenge was resisting the urge to add more features.


Accomplishments that we're proud of

  • Clean, production-like UI built in hours
  • Voice interaction that makes the demo memorable
  • Security-first sandbox design
  • Zero setup required to run locally
  • Fully working app within hackathon time
  • Sponsor technologies integrated meaningfully

Most importantly: everything actually works live.


What we learned

  • Simplicity beats complexity in hackathons
  • Working demos win over big ideas
  • AI becomes more powerful when combined with UX
  • Voice feedback dramatically improves engagement
  • Security is critical when executing AI-generated code

We learned to design for clarity, not features.


What's next for AI FocusMate Pro

We plan to extend FocusMate into a full productivity platform:

  • Multi-day task tracking
  • Team collaboration
  • AI progress analytics
  • Cloud sandbox execution
  • Browser extension
  • Calendar + GitHub integration
  • Smart automatic scheduling

Our vision is to make FocusMate the “AI co-pilot for deep work.”

Built With

Share this project:

Updates