{"id":15201641,"url":"https://github.com/rjohnpaul/younotes","last_synced_at":"2025-10-14T14:07:12.214Z","repository":{"id":245686768,"uuid":"818965311","full_name":"RJohnPaul/YouNotes","owner":"RJohnPaul","description":"Github's First Vercel Deployed Opensource Youtube to Notes Converter","archived":false,"fork":false,"pushed_at":"2024-08-08T17:23:41.000Z","size":46779,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T19:42:39.321Z","etag":null,"topics":["transcription","youtube","youtube-api","youtube-video","youtubetranscriptapi"],"latest_commit_sha":null,"homepage":"https://you-notes-rouge.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/RJohnPaul.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}},"created_at":"2024-06-23T11:42:51.000Z","updated_at":"2024-08-08T17:23:46.000Z","dependencies_parsed_at":"2024-08-08T20:20:04.571Z","dependency_job_id":null,"html_url":"https://github.com/RJohnPaul/YouNotes","commit_stats":null,"previous_names":["rjohnpaul/younotes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJohnPaul%2FYouNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJohnPaul%2FYouNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJohnPaul%2FYouNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJohnPaul%2FYouNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RJohnPaul","download_url":"https://codeload.github.com/RJohnPaul/YouNotes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859016,"owners_count":16556038,"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":["transcription","youtube","youtube-api","youtube-video","youtubetranscriptapi"],"created_at":"2024-09-28T03:20:25.032Z","updated_at":"2025-10-14T14:07:07.181Z","avatar_url":"https://github.com/RJohnPaul.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://github.com/RJohnPaul/YouNotes/blob/67253a9687c34fc289b2898b3338b49ad80312a1/younotes.png\" alt=\"YouNotes Logo\"/\u003e\r\n\u003c/p\u003e\r\n\r\n## Younotes\r\n\r\nYouNotes is an AI-powered tool that automatically generates concise, well-structured notes from YouTube videos and text transcripts. Transform hours of content into digestible summaries with just a click!\r\n\r\n## Features\r\n\r\n- 🎥 YouTube video summarization\r\n- 📝 Text transcript processing\r\n- 🤖 AI-powered content analysis\r\n- 🚀 Fast and responsive web interface\r\n- 🔒 Secure user authentication\r\n- 📱 Responsive design\r\n\r\n## Demo\r\n\r\n[Click Here](https://you-notes-rouge.vercel.app/)\r\n\r\n## Tech Stack\r\n\r\n- Frontend: React, Next.js\r\n- Backend: Node.js, Express\r\n- AI Processing: Google's Generative AI (Gemini API)\r\n- Authentication: Supabase\r\n- Styling: Tailwind CSS\r\n- API Integration: RapidAPI (YouTube transcript retrieval)\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\n\r\n- Node.js (v14 or later)\r\n- npm or yarn\r\n- Supabase account\r\n- Google AI API key\r\n- RapidAPI key\r\n\r\n### Installation\r\n\r\n1. Clone the repository\r\n   ```\r\n   git clone https://github.com/RJohnPaul/YouNotes.git\r\n   ```\r\n\r\n2. Install dependencies\r\n   ```\r\n   cd younotes\r\n   npm install\r\n   ```\r\n\r\n3. Set up environment variables\r\n   Create a `.env.local` file in the root directory and add the following:\r\n   ```\r\n   NEXT_PUBLIC_SUPABASE_URL=your_supabase_url\r\n   NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key\r\n   NEXT_PUBLIC_GOOGLE_API_KEY=your_google_ai_api_key\r\n   NEXT_PUBLIC_RAPID_API_KEY=your_rapid_api_key\r\n   ```\r\n\r\n4. Run the development server\r\n   ```\r\n   npm run dev\r\n   ```\r\n\r\n5. Open [http://localhost:3000](http://localhost:3000) in your browser\r\n\r\n## Usage\r\n\r\n1. Sign up or log in to your YouNotes account\r\n2. Paste a YouTube URL or input a transcript in the provided field\r\n3. Click \"Generate Notes\"\r\n4. View and copy your automatically generated notes\r\n\r\n## Contributing\r\n\r\nWe welcome contributions to YouNotes! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Acknowledgements\r\n\r\n- [Google Generative AI](https://ai.google.dev/)\r\n- [Supabase](https://supabase.com/)\r\n- [Next.js](https://nextjs.org/)\r\n- [Tailwind CSS](https://tailwindcss.com/)\r\n- [RapidAPI](https://rapidapi.com/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjohnpaul%2Fyounotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjohnpaul%2Fyounotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjohnpaul%2Fyounotes/lists"}