{"id":28377087,"url":"https://github.com/batyrrasulov/twin-mind-web-app","last_synced_at":"2025-06-26T18:32:13.063Z","repository":{"id":293777538,"uuid":"985048041","full_name":"batyrrasulov/twin-mind-web-app","owner":"batyrrasulov","description":"Full-stack MVP for TwinMind app.","archived":false,"fork":false,"pushed_at":"2025-05-17T06:52:07.000Z","size":154,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T00:42:08.842Z","etag":null,"topics":["firebase","nextjs","react","typescript"],"latest_commit_sha":null,"homepage":"https://twin-mind-web-app.vercel.app","language":"TypeScript","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/batyrrasulov.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-05-17T01:08:48.000Z","updated_at":"2025-05-17T07:01:43.000Z","dependencies_parsed_at":"2025-05-17T05:30:01.255Z","dependency_job_id":null,"html_url":"https://github.com/batyrrasulov/twin-mind-web-app","commit_stats":null,"previous_names":["batyrrasulov/twin-mind-web-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/batyrrasulov/twin-mind-web-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batyrrasulov%2Ftwin-mind-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batyrrasulov%2Ftwin-mind-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batyrrasulov%2Ftwin-mind-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batyrrasulov%2Ftwin-mind-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/batyrrasulov","download_url":"https://codeload.github.com/batyrrasulov/twin-mind-web-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batyrrasulov%2Ftwin-mind-web-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262122828,"owners_count":23262481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["firebase","nextjs","react","typescript"],"created_at":"2025-05-30T00:39:44.241Z","updated_at":"2025-06-26T18:32:12.913Z","avatar_url":"https://github.com/batyrrasulov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TwinMind Web App - Full Stack Interview Assignment\n\nIt’s a deceptively minimal full-stack web app that demonstrates core meeting assistant functionality — with just enough logic to feel one click away from production. Built fast, built smart, built to **feel like the real thing** even if some wires are faked behind the walls. Because sometimes it’s not about *what* it is, but *how you show it*.\n\n---\n\n## 🚀 Live Demo\n\nCheck it out here: [twin-mind-web-app.vercel.app](https://twin-mind-web-app.vercel.app)\n\n---\n\n## 🧩 Features\n\n**1. Google Sign-In (OAuth)**\n- Uses Firebase for real user authentication.\n- Signs in with your Google account and welcomes you like an old friend.\n\n**2. Calendar Integration (Simulated)**\n- Displays mocked upcoming calendar events — designed to feel real.\n- Could be easily replaced with live Google Calendar API calls.\n\n**3. Real-Time Meeting Transcription (Simulated)**\n- UI for recording meetings via mic.\n- Simulates transcription via mock chunks or placeholder API.\n- Designed to integrate OpenAI Whisper or Gemini 2.0 Flash.\n\n**4. Transcript Chat (Streaming)**\n- After transcription, users can ask questions.\n- Chat interface simulates streaming responses — OpenAI-style.\n\n**5. Summary Generation**\n- After the meeting, a beautiful bullet-point summary appears.\n- Clear, clean, and just enough to feel magic.\n\n**6. Backend (API Layer)**\n- Built to manage sessions, simulate transcription, store and retrieve data.\n- Ready to swap mock endpoints for live ASR (audio-to-text) engines.\n\n**7. Error Handling**\n- Frontend handles failures gracefully (auth, data loading, etc.).\n- Designed with resiliency in mind.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React (Next.js), Tailwind CSS, TypeScript\n- **Backend**: Node.js (API Routes in Next.js)\n- **Auth**: Firebase (Google OAuth)\n- **Hosting**: Vercel\n\n---\n\n## 🧪 Testing\n\n- Currently supports mocked data and minimal logic paths.\n- Jest test cases for auth, calendar fetch, transcript storage.\n- Load testing concept prepared — but unnecessary for MVP goal.\n\n---\n\n## 🧠 Vision\n\nThis project is an MVP not just in architecture but in *thinking*. It shows:\n- How to simulate functionality under time/resource pressure.\n- How to balance presentation and technical depth.\n- How to make something *feel* real, useful, and launch-ready — even when it’s not fully wrapped up yet.\n\n---\n\n## 💡 Notes\n\n- This project was developed as a full-stack interview challenge.\n- Completed in a somewhat tight timeframe, focusing on minimalism, clarity, and illusion of completeness.\n- The intent was to present not just a product, but a *mindset*.\n\nSometimes we don’t *need* to know everything. We just need to *build it* anyway.\n\n---\n\n## 🧬 Future Enhancements\n\n- Live integration with Google Calendar + Gemini/Whisper APIs.\n- Real-time audio transcription in 30-second chunks.\n- Database storage of transcripts per user.\n- Mobile-first polish and PWA capabilities.\n\n---\n\n## 🧙 Author\n\n**Batyr Rasulov** — [GitHub](https://github.com/batyrrasulov) | Built with fun, love, speed, and a bit of illusion.\n\n---\n\n## 📸 Screenshots\n\u003cimg width=\"1034\" alt=\"Screenshot 2025-05-16 at 23 37 32\" src=\"https://github.com/user-attachments/assets/2b61355c-b955-4c05-a770-3f6f685d0b7a\" /\u003e\n\u003cimg width=\"1319\" alt=\"Screenshot 2025-05-16 at 23 38 14\" src=\"https://github.com/user-attachments/assets/d583edbe-29f7-444a-84b1-a056a0db7f15\" /\u003e\n\u003cimg width=\"1025\" alt=\"Screenshot 2025-05-16 at 23 40 40\" src=\"https://github.com/user-attachments/assets/e58fb412-751f-4945-999e-ff4519e7cc53\" /\u003e\n\u003cimg width=\"1043\" alt=\"Screenshot 2025-05-16 at 23 38 50\" src=\"https://github.com/user-attachments/assets/5823cd17-32cc-4a8b-a56e-513411bdfebc\" /\u003e\n\u003cimg width=\"1025\" alt=\"Screenshot 2025-05-16 at 23 40 40\" src=\"https://github.com/user-attachments/assets/4aa2671c-8639-4cc0-a82c-931f0036b001\" /\u003e\n\u003cimg width=\"1079\" alt=\"Screenshot 2025-05-16 at 23 41 42\" src=\"https://github.com/user-attachments/assets/4ae9a4c3-6e7c-4ba1-9a15-dca1a0a7d966\" /\u003e\n\u003cimg width=\"1063\" alt=\"Screenshot 2025-05-16 at 23 42 18\" src=\"https://github.com/user-attachments/assets/e1b197a7-719f-46ff-8a55-19ef6b65a03d\" /\u003e\n\u003cimg width=\"1074\" alt=\"Screenshot 2025-05-16 at 23 42 38\" src=\"https://github.com/user-attachments/assets/6c4e21bf-35d8-4add-bd57-88ec03a7fd77\" /\u003e\n\u003cimg width=\"1035\" alt=\"Screenshot 2025-05-16 at 23 43 12\" src=\"https://github.com/user-attachments/assets/e15d2b86-6934-4d96-bcb4-95e716726f68\" /\u003e\n\u003cimg width=\"1071\" alt=\"Screenshot 2025-05-16 at 23 43 51\" src=\"https://github.com/user-attachments/assets/02a3c06a-d595-4091-b42a-5aebf31e4abc\" /\u003e\n\u003cimg width=\"1062\" alt=\"Screenshot 2025-05-16 at 23 44 39\" src=\"https://github.com/user-attachments/assets/53005ea9-4991-49c1-8e92-9287e428acab\" /\u003e\n\u003cimg width=\"1064\" alt=\"Screenshot 2025-05-16 at 23 45 00\" src=\"https://github.com/user-attachments/assets/21f4e04c-991f-443b-93ee-c42d6cc9baa5\" /\u003e\n\u003cimg width=\"927\" alt=\"Screenshot 2025-05-16 at 23 45 37\" src=\"https://github.com/user-attachments/assets/59241f6e-704f-4725-bbbb-ba6578de97a4\" /\u003e\n\u003cimg width=\"911\" alt=\"Screenshot 2025-05-16 at 23 46 07\" src=\"https://github.com/user-attachments/assets/f8979054-8fa1-4241-9f4e-0b0e888d0648\" /\u003e\n\u003cimg width=\"1057\" alt=\"Screenshot 2025-05-16 at 23 47 13\" src=\"https://github.com/user-attachments/assets/2f5063f1-1500-4758-8d63-613c2f67ec84\" /\u003e\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatyrrasulov%2Ftwin-mind-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbatyrrasulov%2Ftwin-mind-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatyrrasulov%2Ftwin-mind-web-app/lists"}