{"id":19278206,"url":"https://github.com/priyoraven/stellar","last_synced_at":"2026-01-28T23:33:00.713Z","repository":{"id":259177689,"uuid":"858916205","full_name":"PriyoRaven/stellar","owner":"PriyoRaven","description":"A project to understand tailwindcss and also trying out gemini api.","archived":false,"fork":false,"pushed_at":"2025-12-21T09:55:56.000Z","size":359,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T19:43:27.102Z","etag":null,"topics":["gemini-api","react","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://stellarai.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PriyoRaven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-09-17T18:52:15.000Z","updated_at":"2025-12-21T09:55:59.000Z","dependencies_parsed_at":"2025-04-22T00:41:57.869Z","dependency_job_id":null,"html_url":"https://github.com/PriyoRaven/stellar","commit_stats":null,"previous_names":["priyoraven/stellar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PriyoRaven/stellar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyoRaven%2Fstellar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyoRaven%2Fstellar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyoRaven%2Fstellar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyoRaven%2Fstellar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PriyoRaven","download_url":"https://codeload.github.com/PriyoRaven/stellar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyoRaven%2Fstellar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28855151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["gemini-api","react","tailwindcss","vite"],"created_at":"2024-11-09T21:08:43.947Z","updated_at":"2026-01-28T23:33:00.707Z","avatar_url":"https://github.com/PriyoRaven.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✨ Stellar - AI Chat Application\n\n\u003cdiv align=\"center\"\u003e\n\n![Stellar Banner](https://img.shields.io/badge/Stellar-AI%20Chat-amber?style=for-the-badge\u0026logo=google\u0026logoColor=white)\n\n**A beautiful, feature-rich AI chat application powered by Google Gemini**\n\n[Features](#-features) • [Demo](#-demo) • [Installation](#-installation) • [Usage](#-usage) • [Roadmap](#-roadmap) • [Contributing](#-contributing)\n\n\u003c/div\u003e\n\n---\n\n## 🌟 Features\n\n### 🤖 AI-Powered Conversations\n- **Multiple Gemini Models** - Choose between Gemini Flash, Pro, and Lite\n- **AI Personas** - Switch between different conversation styles (Classic, Creative Writer, Code Expert, Study Tutor, Casual Friend)\n- **Smart Suggestions** - AI-powered follow-up prompts to keep conversations flowing\n\n### 🎨 Beautiful Customization\n- **Dynamic Themes** - Full color wheel with unlimited hue selection\n- **Dark/Light Modes** - Plus special Pure White and Pure Black themes\n- **Responsive Design** - Optimized for mobile, tablet, and desktop\n\n### 🔍 Advanced Features\n- **Web Search Grounding** - Real-time information with cited sources\n- **File Uploads** - Analyze images and PDFs with AI\n- **Conversation Management** - Rename, delete, and organize chats\n- **Token Optimization** - Efficient API usage with smart context management\n\n### 💾 Data Persistence\n- **Local Storage** - Chats saved automatically in your browser\n- **Conversation History** - Pick up where you left off\n\n---\n\n## 📸 Demo\n\n### Main Chat Interface\nThe clean, modern chat interface with AI personas and smart suggestions.\n\n### Theme Customization\nChoose from unlimited colors or special themes to match your style.\n\n### Responsive Design\nWorks beautifully on any device - mobile, tablet, or desktop.\n\n---\n\n## 🚀 Installation\n\n### Prerequisites\n- Node.js 18+ \n- npm or yarn\n- Google Gemini API key\n\n### Steps\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/PriyoRaven/stellar.git\n   cd stellar\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Set up environment variables**\n   \n   Create a `.env` file in the root directory:\n   ```env\n   VITE_GOOGLE_API_KEY=your_gemini_api_key_here\n   ```\n   \n   \u003e Get your API key from [Google AI Studio](https://aistudio.google.com/app/apikey)\n\n4. **Start the development server**\n   ```bash\n   npm run dev\n   ```\n\n5. **Open in browser**\n   ```\n   http://localhost:3000\n   ```\n\n---\n\n## 💡 Usage\n\n### Starting a Conversation\n1. Select an AI persona from the sidebar (optional)\n2. Type your message in the input field\n3. Press Enter or click the send button\n\n### Using Web Search\n1. Click the globe icon to enable web search\n2. Your queries will include real-time information\n3. Sources are displayed below AI responses\n\n### Uploading Files\n1. Click the attachment icon\n2. Select images or PDFs\n3. Ask questions about the uploaded content\n\n### Customizing Themes\n1. Click \"Themes\" in the sidebar\n2. Use the color wheel or select a preset\n3. Toggle between dark and light modes\n\n---\n\n## 🗺️ Roadmap\n\n### ✅ Completed\n- Gemini Integration with multiple models\n- Dynamic theme system\n- AI Personas\n- Web search grounding\n- File upload support\n- Smart suggestions\n- Responsive design\n- Token optimization\n\n### 🚧 Planned\n- [ ] Database integration (replacing local storage)\n- [ ] User authentication (Sign Up / Sign In)\n- [ ] Usage analytics \u0026 quota tracking\n- [ ] Settings page\n- [ ] Cloud sync across devices\n- [ ] PWA support\n\n### 💭 Future Ideas\n- Voice input\n- Image generation\n- Plugin system\n- Team collaboration\n\n---\n\n## 🛠️ Tech Stack\n\n| Technology | Purpose |\n|------------|---------|\n| React | Frontend framework |\n| Vite | Build tool \u0026 dev server |\n| Tailwind CSS | Styling |\n| Google Gemini API | AI capabilities |\n| React Router | Navigation |\n| React Icons | Icon library |\n\n---\n\n## 📁 Project Structure\n\n```\nstellar/\n├── src/\n│   ├── components/\n│   │   ├── Main/          # Chat interface components\n│   │   ├── Sidebar/       # Navigation \u0026 settings\n│   │   ├── UI/            # Reusable UI components\n│   │   ├── About/         # About page\n│   │   └── Roadmap/       # Roadmap page\n│   ├── context/           # React Context (theme, app state)\n│   ├── assets/            # Images \u0026 static files\n│   ├── App.jsx            # Root component\n│   └── index.css          # Global styles\n├── public/\n├── .env                   # Environment variables\n└── package.json\n```\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n---\n\n## 📧 Contact\n\n**Priyadarsi (Raven)**\n\n- Email: [priyadarsi02@gmail.com](mailto:priyadarsi02@gmail.com)\n- GitHub: [@PriyoRaven](https://github.com/PriyoRaven)\n- LinkedIn: [Priyadarsi Halder](https://www.linkedin.com/in/priyadarsi-halder/)\n\n---\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\nMade with 💛 by [Priyadarsi](https://github.com/PriyoRaven)\n\n**If you found this helpful, please ⭐ the repository!**\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyoraven%2Fstellar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyoraven%2Fstellar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyoraven%2Fstellar/lists"}