{"id":26027673,"url":"https://github.com/abhi-boostin/lessonai","last_synced_at":"2026-04-25T03:17:18.621Z","repository":{"id":278687478,"uuid":"936429944","full_name":"Abhi-boostin/lessonai","owner":"Abhi-boostin","description":"Lesson Planner AI is an innovative educational tool that leverages Google's Gemini AI to create detailed, professional lesson plans instantly. Perfect for teachers and educators, it features a beautiful dark/light mode interface, easy plan management, and the ability to export lessons to PDF. Built with Next.js and modern web technologies, it strea","archived":false,"fork":false,"pushed_at":"2025-09-01T00:15:23.000Z","size":1478,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T02:35:00.722Z","etag":null,"topics":["eslint","gemini-api","google-studio","html2pdf","jspdf","lucide","next-theme","nextjs","nodejs","npm","radix-ui","react-to-print","react19","shadcn","tailwind-merge","tailwindcss","turbo","typescript"],"latest_commit_sha":null,"homepage":"https://lessonai.netlify.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/Abhi-boostin.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":"2025-02-21T04:24:34.000Z","updated_at":"2025-09-01T00:15:26.000Z","dependencies_parsed_at":"2025-02-21T06:25:58.205Z","dependency_job_id":"722ae0cc-302e-4386-975c-f80ff4bf0055","html_url":"https://github.com/Abhi-boostin/lessonai","commit_stats":null,"previous_names":["abhi-boostin/lessonai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abhi-boostin/lessonai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi-boostin%2Flessonai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi-boostin%2Flessonai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi-boostin%2Flessonai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi-boostin%2Flessonai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhi-boostin","download_url":"https://codeload.github.com/Abhi-boostin/lessonai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi-boostin%2Flessonai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32248576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"online","status_checked_at":"2026-04-25T02:00:06.260Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","gemini-api","google-studio","html2pdf","jspdf","lucide","next-theme","nextjs","nodejs","npm","radix-ui","react-to-print","react19","shadcn","tailwind-merge","tailwindcss","turbo","typescript"],"created_at":"2025-03-06T16:57:00.173Z","updated_at":"2026-04-25T03:17:18.582Z","avatar_url":"https://github.com/Abhi-boostin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lesson Planner AI\n\nAn AI-powered lesson planning assistant built with Next.js, Tailwind CSS, and Google's Gemini AI. Create, manage, and export professional lesson plans with ease.\n\n## Features\n\n- 🤖 AI-Powered Lesson Generation\n- 🎨 Beautiful UI with Light/Dark Mode\n- 📱 Responsive Design\n- 💾 Local Storage for Saved Plans\n- 📄 Export to PDF\n- 🖨️ Print Support\n- 🔐 Simple Authentication System\n\n## Features in Detail\n\n### AI Lesson Plan Generation\n- Input your lesson topic or requirements\n- AI generates structured lesson plans with:\n  - Basic Information\n  - Learning Objectives\n  - Materials and Resources\n  - Lesson Structure\n  - Extensions and Modifications\n\n### Plan Management\n- Save generated plans locally\n- View saved plans\n- Delete unwanted plans\n- Export plans as PDF\n- Print plans directly\n\n### User Interface\n- Clean, modern design\n- Smooth theme transitions\n- Responsive layout\n- Interactive animations\n- Accessible components\n\n## Tech Stack\n\n- [Next.js 15](https://nextjs.org/) - React Framework\n- [Tailwind CSS](https://tailwindcss.com/) - Styling\n- [Gemini AI](https://ai.google.dev/) - AI Model\n- [Radix UI](https://www.radix-ui.com/) - UI Components\n- [shadcn/ui](https://ui.shadcn.com/) - Component Library\n- [jsPDF](https://github.com/parallax/jsPDF) - PDF Generation\n- [html2canvas](https://html2canvas.hertzen.com/) - HTML to Canvas Conversion\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- npm or yarn\n- Google Gemini API Key\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/lessonai.git\ncd lessonai\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Create a `.env` file in the root directory and add your Gemini API key:\n```env\nNEXT_PUBLIC_GEMINI_API_KEY=your_api_key_here\n```\n\n4. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Demo Credentials\n\n```README.md\nUsername: abhiboostin\nPassword: abhiboostin123\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Tailwind CSS](https://tailwindcss.com/docs)\n- [Google Generative AI](https://ai.google.dev/)\n- [shadcn/ui Components](https://ui.shadcn.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi-boostin%2Flessonai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhi-boostin%2Flessonai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi-boostin%2Flessonai/lists"}