{"id":42360497,"url":"https://github.com/codervivek5/muse","last_synced_at":"2026-01-27T17:09:38.473Z","repository":{"id":333351505,"uuid":"1136971640","full_name":"codervivek5/muse","owner":"codervivek5","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-18T19:10:44.000Z","size":5006,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-19T02:46:12.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://muse-silk.vercel.app","language":"JavaScript","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/codervivek5.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":"2026-01-18T17:29:48.000Z","updated_at":"2026-01-18T19:10:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codervivek5/muse","commit_stats":null,"previous_names":["codervivek5/muse"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codervivek5/muse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervivek5%2Fmuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervivek5%2Fmuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervivek5%2Fmuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervivek5%2Fmuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codervivek5","download_url":"https://codeload.github.com/codervivek5/muse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codervivek5%2Fmuse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: 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":[],"created_at":"2026-01-27T17:09:38.376Z","updated_at":"2026-01-27T17:09:38.467Z","avatar_url":"https://github.com/codervivek5.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atelier of Muskan 🎨✨\n\n**Atelier of Muskan** (codename: *muse*) is an immersive, premium digital sanctuary designed to showcase artistic masterpieces with a focus on soul, emotion, and shared inspiration. It combines high-end aesthetic design with a powerful administrative command center.\n\n---\n\n## 🌟 Key Features\n\n### 🖼️ Immersive Gallery Experience\n- **Interactive Staggered Grid:** A visually stunning, responsive layout that scales gracefully from mobile to desktop.\n- **Museum-Style Modal:** High-resolution artwork display with independent scrolling for reflections, keeping the masterpiece in focus at all times.\n- **Multimedia Modules:** \"Behind the Brush\" section for process reels and artist voiceovers (coming soon).\n- **Ephemeral Ink:** A unique, interactive stroke effect that follows your touch/cursor.\n\n### 🔐 Administrative Command Center\n- **Secure Authentication:** Robust user login and registration powered by **Supabase Auth**.\n- **Intuitive CRUD:** Effortlessly manage your collection—add new artworks, edit descriptions, or remove pieces from the gallery.\n- **Smart Image Optimization:** Integrated client-side compression (target \u003c 200KB) ensuring lightning-fast load times even with high-res art.\n\n### 🚀 Performance \u0026 Design\n- **Fully Responsive:** Tailored experience for Mobile, Tablet, and Desktop.\n- **Dynamic Design System:** Custom theme engine (Midnight Studio) with premium gold accents and smooth motion transitions.\n- **Vercel Optimized:** Pre-configured for seamless deployment with custom SPA routing.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend:** [React](https://reactjs.org/) + [Vite](https://vitejs.dev/)\n- **Animation:** [Framer Motion](https://www.framer.com/motion/)\n- **Backend/Database:** [Supabase](https://supabase.com/)\n- **UI Components:** [Lucide React](https://lucide.dev/), [SweetAlert2](https://sweetalert2.github.io/)\n- **Communication:** [FormSubmit](https://formsubmit.co/) for dynamic enquiries\n\n---\n\n## 🚀 Getting Started\n\n### 1. Installation\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/muse.git\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\n### 2. Environment Configuration\nCreate a `.env` file in the root directory and add your credentials:\n\n```ini\nVITE_SUPABASE_URL=your_supabase_url_here\nVITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here\nVITE_CONTACT_EMAIL=muskan742275@gmail.com\n```\n\n### 3. Database Setup\nThe library uses a Supabase table named `artworks`. Ensure your table schema includes:\n- `id` (uuid)\n- `title` (text)\n- `description` (text)\n- `image_url` (text)\n- `category` (text)\n- `created_at` (timestamp)\n\n---\n\n## 📦 Deployment\n\nThis project is optimized for deployment on **Vercel**. \nThe included `vercel.json` handles Single Page Application (SPA) routing to ensure your admin routes work perfectly in production.\n\n---\n\n## 🎨 Visual Identity\n\n| Element | Specification |\n| :--- | :--- |\n| **Primary Theme** | Midnight Studio (Deep Dark) |\n| **Accent Color** | #D4AF37 (Gold) |\n| **Typography** | Serif (Titles) \u0026 Sans-Serif (Content) |\n\n---\n\nDeveloped with ❤️ for **Muskan's Atelier**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodervivek5%2Fmuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodervivek5%2Fmuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodervivek5%2Fmuse/lists"}