"Lets Build Us isn't just an app; it's a 60-second sanctuary. We reduce the pressure of modern life by making the digital world as adaptive and supportive as the human mind itself."
- Problem Understanding: We identified "Friction" as the enemy of mental health. By removing logins and providing 60-second value, we meet users where they are emotionally.
- Innovation: Our “Atmospheric Sync” technology isn't just a theme; it’s a sensory “Circuit Breaker” for the brain’s stress response.
- Technical Complexity: Using “Gemini 2.0-flash” not just as a chatbot, but as an “Emotional Orchestrator” to map reflections to real-time wellness interventions.
- UX/UI: The “Bento-grid Editorial” design looks like a premium, finished lifestyle product.
- Business Impact: It’s highly scalable to new moods and perfectly positioned for the massive “B2B Corporate Wellness” market.
To power the Emotional Orchestrator, you'll need a Google Gemini API Key:
- Go to Google AI Studio.
- Generate a new API key.
cd Backend
npm installCreate a .env file in the Backend directory and add your key:
GEMINI_API_KEY=your_api_key_here
PORT=3001Start the backend:
npm run devcd Frontend
npm install
npm run devThe application will be running at http://localhost:5173.