{"id":29747214,"url":"https://github.com/yashintech/ravyn","last_synced_at":"2025-07-26T08:39:22.042Z","repository":{"id":305551430,"uuid":"1023176296","full_name":"YashInTech/ravyn","owner":"YashInTech","description":"A high-performance e-commerce web application for Ravyn, a premium gym clothing brand. Built with Next.js 15 (App Router) and Appwrite as the backend, this platform delivers fast, secure, and scalable online shopping.","archived":false,"fork":false,"pushed_at":"2025-07-20T17:51:34.000Z","size":2020,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T19:29:43.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/YashInTech.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":"2025-07-20T17:26:27.000Z","updated_at":"2025-07-20T17:51:37.000Z","dependencies_parsed_at":"2025-07-20T19:40:04.659Z","dependency_job_id":null,"html_url":"https://github.com/YashInTech/ravyn","commit_stats":null,"previous_names":["yashintech/ravyn"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/YashInTech/ravyn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashInTech%2Fravyn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashInTech%2Fravyn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashInTech%2Fravyn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashInTech%2Fravyn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YashInTech","download_url":"https://codeload.github.com/YashInTech/ravyn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashInTech%2Fravyn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267141175,"owners_count":24041983,"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-26T02:00:08.937Z","response_time":62,"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-26T08:39:21.280Z","updated_at":"2025-07-26T08:39:22.026Z","avatar_url":"https://github.com/YashInTech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RAVYN 🏋️‍♂️\n\n**RAVYN** is a modern, responsive, and full-featured Gymwear E-commerce Web Application built using **Next.js 15 App Router** and **Appwrite**. It offers a smooth shopping experience, robust authentication, admin control, and secure checkout — inspired by brands like Gymshark and Fuark.\n\n---\n\n## 🚀 Features\n\n### 🛍️ Storefront\n\n- Home page with featured collections\n- Product listings with filtering (category, price, size, etc.)\n- Product detail pages with image gallery and details\n- Cart \u0026 Wishlist (Zustand state management)\n- Checkout flow (Stripe integration)\n\n### 🔐 Auth\n\n- Sign Up / Login with Appwrite Auth\n- Session persistence\n- Role-based access (User/Admin)\n\n### ⚙️ Admin Panel\n\n- Add / Edit / Delete Products\n- Manage Orders\n- Upload product images using Appwrite Storage\n\n### 📦 Order Management\n\n- Order placement and confirmation\n- Store order history in Appwrite Database\n\n### 💅 UI/UX\n\n- Fully responsive design (TailwindCSS)\n- Optimized for performance and SEO (Next.js)\n- Fast image loading with next/image + Appwrite\n\n---\n\n## 🧰 Tech Stack\n\n| Layer     | Technology              |\n| --------- | ----------------------- |\n| Frontend  | Next.js 15 (App Router) |\n| Styling   | TailwindCSS             |\n| Auth \u0026 DB | Appwrite                |\n| Payments  | Razorpay                |\n| Hosting   | Vercel / Appwrite Cloud |\n\n---\n\n## 📁 Project Structure (App Router)\n\n```\n/app\n  /page.js              # Home Page\n  /products             # Products route\n  /product/[slug]       # Single product\n  /auth                 # Login / Register\n  /cart                 # Cart page\n  /checkout             # Stripe checkout\n  /admin                # Admin dashboard\n/components            # Reusable UI components\n/lib                   # Appwrite SDK, helpers\n/store                 # Zustand stores\n/styles                # Global styles (Tailwind)\n/utils                 # Utility functions\n```\n\n---\n\n## 📦 Getting Started\n\n1. **Clone the repo**\n\n```bash\ngit clone https://github.com/your-username/ravyn.git\ncd ravyn\n```\n\n2. **Install dependencies**\n\n```bash\nnpm install\n```\n\n3. **Set up Appwrite**\n\n- Create a project on [Appwrite Cloud](https://cloud.appwrite.io)\n- Add Web Platform\n- Create Collections: `products`, `users`, `orders`\n- Enable Auth \u0026 Storage\n\n4. **Add `.env.local`**\n\n```env\nNEXT_PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1\nNEXT_PUBLIC_APPWRITE_PROJECT=your_project_id\n```\n\n5. **Run the project**\n\n```bash\nnpm run dev\n```\n\n---\n\n## 🛠️ To Do\n\n- [ ] Add product filtering and search\n- [ ] Add user order history page\n- [ ] Setup Appwrite Functions for webhook handling\n- [ ] Add reviews/ratings system\n\n---\n\n## 🙌 Contributing\n\nFeel free to fork this repo and contribute via PRs. Suggestions and improvements are always welcome!\n\n---\n\n## 📄 License\n\nMIT © 2025 RAVYN\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashintech%2Fravyn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashintech%2Fravyn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashintech%2Fravyn/lists"}