{"id":28431282,"url":"https://github.com/pankajsagvekar/auraspring","last_synced_at":"2026-01-28T12:33:46.489Z","repository":{"id":296680135,"uuid":"994131379","full_name":"pankajsagvekar/auraspring","owner":"pankajsagvekar","description":"AuraSpring is a Flask-based web application built to support individuals experiencing Seasonal Affective Disorder (SAD) during the spring season. Designed with mental wellness in mind, AuraSpring provides a calming space to track moods, interact with an AI companion, and access curated springtime mental health resources.","archived":false,"fork":false,"pushed_at":"2025-08-02T15:37:45.000Z","size":24148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T17:38:24.809Z","etag":null,"topics":["flask","python","sqlite","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pankajsagvekar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-01T09:24:37.000Z","updated_at":"2025-08-02T15:37:48.000Z","dependencies_parsed_at":"2025-06-01T17:58:20.784Z","dependency_job_id":"cf938184-cde7-4eaf-b4d2-ed04d63f1a73","html_url":"https://github.com/pankajsagvekar/auraspring","commit_stats":null,"previous_names":["pankajsagvekar/auraspring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pankajsagvekar/auraspring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankajsagvekar%2Fauraspring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankajsagvekar%2Fauraspring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankajsagvekar%2Fauraspring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankajsagvekar%2Fauraspring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pankajsagvekar","download_url":"https://codeload.github.com/pankajsagvekar/auraspring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pankajsagvekar%2Fauraspring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","python","sqlite","tailwindcss"],"created_at":"2025-06-05T14:36:47.685Z","updated_at":"2026-01-28T12:33:46.472Z","avatar_url":"https://github.com/pankajsagvekar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌸 AuraSpring – AI-Powered Springtime Mood Companion  \n**Developed for IngeniumSTEM Spring Hacks 1.0**\n\nAuraSpring is a calming web companion designed to help individuals manage **Seasonal Affective Disorder (SAD)** during the spring season. Built with Flask and integrated with Google's Gemini AI, it offers mood tracking, emotional insights, and a supportive chatbot for mental wellness.\n\n---\n\n## 🌟 Features\n\n- 📝 **Mood Tracker**  \n  Log your daily mood using emojis and visualize trends over time.\n\n- 💬 **AI Chatbot Companion**  \n  Powered by Gemini AI, this chatbot offers comforting and empathetic responses.\n\n- 📚 **Resource Library**  \n  Access curated spring-focused mental health tips and self-care resources.\n\n- 📊 **Mood Visualization**  \n  View your emotional patterns with interactive charts.\n\n- 🔐 **User Accounts**  \n  Secure login, signup, and personalized dashboards.\n\n---\n\n## Tech Stack\n\n| Layer       | Tech Used                                 |\n|-------------|--------------------------------------------|\n| **Backend** | Flask, SQLite (or PostgreSQL optional)     |\n| **Frontend**| HTML, Tailwind CSS, Chart.js, Lottie       |\n| **AI API**  | Gemini AI (Google Generative AI)           |\n| **Hosting** | Render (Free Web Service)                  |\n\n---\n\n## 🚀 Getting Started\n\n### 📦 Prerequisites\n\n- Python 3.x  \n- `pip` (Python package installer)  \n- Gemini API Key from [Google AI Studio](https://makersuite.google.com/app)\n\n---\n\n### 🔧 Local Installation\n\n```bash\n# 1. Clone the repo\ngit clone https://github.com/your-username/auraspring.git\ncd auraspring\n\n# 2. Create a virtual environment\npython -m venv .venv\nsource .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n\n# 3. Install dependencies\npip install -r requirements.txt\n\n# 4. Create environment variable file\ntouch .env\nInside .env, add:\nSECRET_KEY=your-secret-key\nGEMINI_API_KEY=your-gemini-api-key\n\n# 5. Run the app\npython app.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankajsagvekar%2Fauraspring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpankajsagvekar%2Fauraspring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankajsagvekar%2Fauraspring/lists"}