{"id":48109654,"url":"https://github.com/parva101/donnaai","last_synced_at":"2026-04-04T16:02:00.390Z","repository":{"id":348184304,"uuid":"1194161658","full_name":"Parva101/DonnaAI","owner":"Parva101","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-31T06:22:02.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T07:43:20.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Parva101.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-28T01:52:58.000Z","updated_at":"2026-03-31T06:22:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Parva101/DonnaAI","commit_stats":null,"previous_names":["parva101/donnaai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Parva101/DonnaAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parva101%2FDonnaAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parva101%2FDonnaAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parva101%2FDonnaAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parva101%2FDonnaAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Parva101","download_url":"https://codeload.github.com/Parva101/DonnaAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parva101%2FDonnaAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":[],"created_at":"2026-04-04T16:01:24.180Z","updated_at":"2026-04-04T16:02:00.362Z","avatar_url":"https://github.com/Parva101.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DonnaAI\n\nDonnaAI is a unified personal assistant dashboard that combines:\n- Multi-account Gmail sync + AI categorization\n- Unified inbox across Gmail, Slack, WhatsApp, and Teams\n- Calendar events and slot suggestions\n- AI productivity tools (reply suggestions, priority scoring, action items, semantic search)\n- Voice call workflow scaffolding (LiveKit + Twilio ready)\n- Spotify playback controls and account-to-account library transfer\n- News ingestion (RSS, NewsAPI, Hacker News) with bookmarks and daily briefing\n\n## Quick Start (Docker Compose)\n\n### 1) Configure env\n\nCopy and edit:\n\n```powershell\ncopy backend\\.env.example backend\\.env\ncopy frontend\\.env.example frontend\\.env\n```\n\n### 2) Start full stack\n\n```powershell\ndocker compose up -d --build\n```\n\nServices:\n- Frontend: `http://localhost:5173`\n- Backend: `http://localhost:8010`\n- API docs: `http://localhost:8010/docs`\n- Postgres: `localhost:5433`\n- Redis: `localhost:6379`\n\nOptional WhatsApp bridge container:\n\n```powershell\ndocker compose --profile whatsapp up -d --build\n```\n\n## Quick Start (Manual Local)\n\n### Backend\n\n```powershell\ncd backend\n..\\.venv\\Scripts\\python -m pip install -e .[dev]\n..\\.venv\\Scripts\\alembic upgrade head\n..\\.venv\\Scripts\\uvicorn app.main:app --reload --host 0.0.0.0 --port 8010\n```\n\n### Celery worker + beat\n\n```powershell\ncd backend\n..\\.venv\\Scripts\\celery.exe -A app.core.celery_app worker --loglevel=info --pool=solo\n..\\.venv\\Scripts\\celery.exe -A app.core.celery_app beat --loglevel=info\n```\n\n### Frontend\n\n```powershell\ncd frontend\nnpm install\nnpm run dev\n```\n\n## Implemented API Areas\n\n- `/api/v1/emails/*`\n- `/api/v1/inbox/*`\n- `/api/v1/slack/*`, `/api/v1/auth/slack/*`\n- `/api/v1/whatsapp/*`, `/api/v1/auth/whatsapp/*`\n- `/api/v1/teams/*`, `/api/v1/auth/teams/*`\n- `/api/v1/calendar/*`\n- `/api/v1/ai/*`\n- `/api/v1/notifications/*`\n- `/api/v1/voice/*`\n- `/api/v1/spotify/*`, `/api/v1/auth/spotify/*`\n- `/api/v1/news/*`\n- `/api/v1/webhooks/*` (gmail/slack/teams)\n\n## Notes\n\n- Active email provider in scope is Gmail.\n- Outlook/IMAP/SMTP are intentionally deferred.\n- Connected account tokens are stored encrypted at rest via application-level token crypto helpers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparva101%2Fdonnaai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparva101%2Fdonnaai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparva101%2Fdonnaai/lists"}