{"id":23402637,"url":"https://github.com/nexeosai/studentlyapp","last_synced_at":"2025-08-22T10:15:23.786Z","repository":{"id":268687954,"uuid":"903924811","full_name":"NexeosAI/StudentlyApp","owner":"NexeosAI","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-18T10:48:05.000Z","size":512,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T22:26:16.476Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NexeosAI.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-12-15T22:38:05.000Z","updated_at":"2024-12-18T10:47:50.000Z","dependencies_parsed_at":"2024-12-18T10:45:49.476Z","dependency_job_id":null,"html_url":"https://github.com/NexeosAI/StudentlyApp","commit_stats":null,"previous_names":["nexeosai/studentlyapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NexeosAI/StudentlyApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2FStudentlyApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2FStudentlyApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2FStudentlyApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2FStudentlyApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NexeosAI","download_url":"https://codeload.github.com/NexeosAI/StudentlyApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2FStudentlyApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271620687,"owners_count":24791584,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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":[],"created_at":"2024-12-22T12:29:51.070Z","updated_at":"2025-08-22T10:15:23.765Z","avatar_url":"https://github.com/NexeosAI.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StudentlyAI App\n\nStudentlyAI is a comprehensive student management application powered by advanced AI capabilities, designed to enhance the learning experience for students with diverse needs.\n\n## 🌟 Features\n\n- 🤖 **AI-Powered Learning Assistant**\n  - Personalized learning recommendations\n  - Intelligent content generation\n  - Real-time study assistance\n\n- 🎨 **Adaptive Interface**\n  - Dark/Light theme support\n  - Responsive design\n  - Accessibility-first approach\n\n- 🔐 **Secure Authentication**\n  - OAuth integration (Google, GitHub)\n  - Role-based access control\n  - Secure session management\n\n- 🌍 **Internationalization**\n  - Multi-language support\n  - Locale-based content adaptation\n  - RTL support\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- npm or yarn\n- Git\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/NexeosAI/StudentlyApp.git\ncd StudentlyApp\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Create a `.env` file based on `.env.example`:\n```bash\ncp .env.example .env\n```\n\n4. Start the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nThe app will be available at `http://localhost:5173`\n\n## 🛠️ Built With\n\n- **Frontend Framework**: React 18\n- **Build Tool**: Vite\n- **Type Safety**: TypeScript\n- **Styling**: Tailwind CSS\n- **UI Components**: Radix UI\n- **State Management**: Zustand\n- **API Integration**: TanStack Query\n- **AI Integration**: OpenAI\n- **Icons**: Lucide React\n\n## 📦 Project Structure\n\n```\nsrc/\n├── components/        # Reusable UI components\n├── layouts/          # Page layouts\n├── lib/             # Utilities and configurations\n│   ├── api/         # API clients and endpoints\n│   ├── config/      # App configurations\n│   ├── hooks/       # Custom React hooks\n│   ├── store/       # State management\n│   └── types/       # TypeScript types\n├── pages/           # Application pages\n└── styles/          # Global styles\n```\n\n## 🧪 Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run build:prod` - Production build with optimizations\n- `npm run analyze` - Analyze bundle size\n- `npm run lint` - Run ESLint\n- `npm run preview` - Preview production build\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [React](https://reactjs.org/)\n- [Vite](https://vitejs.dev/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Radix UI](https://www.radix-ui.com/)\n- [OpenAI](https://openai.com/)\n\n---\n\nMade with ❤️ by NexeosAI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexeosai%2Fstudentlyapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexeosai%2Fstudentlyapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexeosai%2Fstudentlyapp/lists"}