{"id":29831872,"url":"https://github.com/itzdiv/omvad_link_saver","last_synced_at":"2025-07-29T11:11:00.459Z","repository":{"id":305734676,"uuid":"1023681134","full_name":"itzdiv/omvad_link_saver","owner":"itzdiv","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-21T18:05:24.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T19:34:25.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://curator-ai-murex.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/itzdiv.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-07-21T14:26:08.000Z","updated_at":"2025-07-21T18:05:27.000Z","dependencies_parsed_at":"2025-07-21T19:45:28.963Z","dependency_job_id":null,"html_url":"https://github.com/itzdiv/omvad_link_saver","commit_stats":null,"previous_names":["itzdiv/omvad_link_saver"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/itzdiv/omvad_link_saver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzdiv%2Fomvad_link_saver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzdiv%2Fomvad_link_saver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzdiv%2Fomvad_link_saver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzdiv%2Fomvad_link_saver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzdiv","download_url":"https://codeload.github.com/itzdiv/omvad_link_saver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzdiv%2Fomvad_link_saver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267677432,"owners_count":24126315,"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-07-29T02:00:12.549Z","response_time":2574,"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":"2025-07-29T11:10:57.590Z","updated_at":"2025-07-29T11:11:00.446Z","avatar_url":"https://github.com/itzdiv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curator AI\n\n\u003e A modern, full-stack bookmark manager with auto-summarization, tagging, and a beautiful UI.  \n\u003e **Made by Divyansh**\n\n---\n\n## 🚀 Overview\nCurator AI is a web application that helps you save, organize, and auto-summarize your favorite links. It features a clean, glassmorphic UI, user authentication, and seamless integration with Supabase for database and authentication.\n\n---\n\n## ✨ Features\n- **User Authentication** (Sign up, Sign in, Sign out)\n- **Secure Passwords:** All passwords are securely hashed (bcrypt) by Supabase.\n- **Save Bookmarks** with auto-generated summaries using AI\n- **Tagging** for easy organization and filtering\n- **Drag-and-drop** bookmark reordering\n- **Responsive, modern UI** (glassmorphism, mobile-friendly)\n- **Dark Mode \u0026 Light Mode:**  \n  - App defaults to dark mode for a modern look.  \n  - Users can switch between dark and light mode at any time via the header menu.  \n  - System theme detection is supported.  \n  - Theme preference is remembered for future visits.\n- **Supabase** backend for data and authentication\n- **Instant search and filtering**\n- **Profile management**\n\n---\n\n## 🌓 Theme System (Dark Mode \u0026 Light Mode)\n- The app uses [next-themes](https://github.com/pacocoursey/next-themes) for theme management.\n- **Default:** The app starts in dark mode.\n- **Switching:** Users can toggle between dark and light mode from the header dropdown.\n- **System Preference:** If enabled, the app can follow the user's system theme.\n- **Persistence:** The selected theme is remembered for future visits.\n\n---\n\n## 🛠️ Tech Stack\n- **Frontend:** React, TypeScript, Vite\n- **UI:** Tailwind CSS, shadcn/ui, Lucide Icons\n- **Backend:** Supabase (PostgreSQL, Auth, Storage)\n- **State Management:** React Context, React Query\n- **Theme:** next-themes\n\n---\n\n## 📁 Project Structure\n```\nCuratorAI/\n├── public/                # Static assets (favicon, robots.txt, etc.)\n├── src/\n│   ├── components/        # Reusable UI and app components\n│   ├── contexts/          # React Contexts (Auth, Theme)\n│   ├── hooks/             # Custom React hooks\n│   ├── integrations/      # Supabase client and types\n│   ├── lib/               # Utility functions\n│   ├── pages/             # Main app pages (Index, Auth, NotFound)\n│   ├── App.tsx            # App entry point\n│   ├── main.tsx           # React root\n│   └── index.css          # Tailwind and custom styles\n├── supabase/              # Supabase config and migrations\n├── package.json           # Project metadata and dependencies\n├── vite.config.ts         # Vite build config\n└── Readme.md              # This file\n```\n\n---\n\n## ⚙️ Setup \u0026 Installation\n1. **Clone the repository:**\n   ```sh\n   git clone \u003cyour-repo-url\u003e\n   cd CuratorAI\n   ```\n2. **Install dependencies:**\n   ```sh\n   npm install --legacy-peer-deps\n   ```\n3. **Set up environment variables:**\n   - Create a `.env` file in the root directory with:\n     ```env\n     VITE_SUPABASE_URL=your-supabase-url\n     VITE_SUPABASE_ANON_KEY=your-supabase-anon-key\n     ```\n4. **Start the development server:**\n   ```sh\n   npm run dev\n   ```\n   The app will be available at [http://localhost:5173](http://localhost:5173) (or the port shown in your terminal).\n\n## 🔑 Environment Variables\n- `VITE_SUPABASE_URL` — Your Supabase project URL\n- `VITE_SUPABASE_ANON_KEY` — Your Supabase public anon key\n\n---\n\n## 🧑‍💻 Contributing\n- Fork the repo and create a new branch for your feature or fix.\n- Make your changes with clear comments.\n- Submit a pull request with a clear description.\n\n---\n\n## 📣 Credits\n- UI inspired by modern glassmorphism and shadcn/ui\n- Built with ❤️ by Divyansh\n\n---\n\n## 📄 License\nThis project is open source and available under the MIT License. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzdiv%2Fomvad_link_saver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzdiv%2Fomvad_link_saver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzdiv%2Fomvad_link_saver/lists"}