{"id":28490238,"url":"https://github.com/alemoraru/modshop","last_synced_at":"2026-04-04T22:33:39.909Z","repository":{"id":297489013,"uuid":"996218162","full_name":"alemoraru/modshop","owner":"alemoraru","description":"An educational e-commerce web app designed to minimize impulsive buying behavior through algorithmic behavioral nudges.","archived":false,"fork":false,"pushed_at":"2025-12-12T22:47:19.000Z","size":12297,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-14T13:14:33.978Z","etag":null,"topics":["ecommerce","educational-project","hci","impulsive-behavior","local-storage","mdx","multiarmed-bandits","nextjs","react","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://modshop.vercel.app","language":"TypeScript","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/alemoraru.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-04T16:16:58.000Z","updated_at":"2025-12-12T22:47:22.000Z","dependencies_parsed_at":"2025-06-21T14:32:32.276Z","dependency_job_id":"82b1fc4c-68a4-4b26-93a8-47a1a8e407f4","html_url":"https://github.com/alemoraru/modshop","commit_stats":null,"previous_names":["alemoraru/modshop-frontend","alemoraru/modshop"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/alemoraru/modshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemoraru%2Fmodshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemoraru%2Fmodshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemoraru%2Fmodshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemoraru%2Fmodshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alemoraru","download_url":"https://codeload.github.com/alemoraru/modshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alemoraru%2Fmodshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["ecommerce","educational-project","hci","impulsive-behavior","local-storage","mdx","multiarmed-bandits","nextjs","react","tailwindcss","typescript","vercel"],"created_at":"2025-06-08T07:07:55.748Z","updated_at":"2026-04-04T22:33:39.745Z","avatar_url":"https://github.com/alemoraru.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ModShop\n\nModShop is a modern, behavior-aware e-commerce web application built with Next.js. It offers a seamless shopping\nexperience with features like persistent cart, animated interactions, local order history, and a simple profile\nsystem, all running entirely in the browser using local storage. ModShop is designed for demo, prototyping, and\neducational purposes. This application is built as part of a group project for the \"Designing Human-Centered AI Systems\"\nmaster's course at Delft University of Technology.\n\n![ModShop HomePage](public/modshop-og-image.png)\n\n| Profile                             | Cart                             | Product                             |\n|-------------------------------------|----------------------------------|-------------------------------------|\n| ![Profile](public/modshop-ss-1.png) | ![Cart](public/modshop-ss-2.png) | ![Product](public/modshop-ss-3.png) |\n\n## Features\n\n- **Persistent Cart:** Items added to the cart are saved in local storage, allowing users to return later and find their\n  cart intact.\n- **Animated Interactions:** Smooth animations enhance the user experience, making interactions feel more natural and\n  engaging (similar to popular e-commerce sites).\n- **Local Order History:** Users can view their past orders, which are stored in local storage for easy access.\n- **Simple Profile System:** Users can create a profile and select shopping behavior, which is also stored in local\n  storage, and used to personalize the nudges for the user.\n- **Nudges:** The application provides personalized nudges based on the user's shopping behavior, enhancing the\n  shopping experience. Additionally, over time, the nudges will adapt to the user's behavior according to the\n  UCB (Upper Confidence Bound) algorithm, making the nudges more effective and tailored to the user's preferences.\n- **MDX Product Descriptions:** Product details are written in MDX format, allowing for rich content with embedded\n  components.\n- **Responsive Design:** The application is fully responsive, ensuring a great experience on both desktop and mobile\n  devices.\n\n## How to Run Locally\n\n1. **Install dependencies:**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n2. **Start the development server:**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n3. **Open your browser:**\n   Visit [http://localhost:3000](http://localhost:3000) to use ModShop.\n\n## Tech Stack\n\n- **Framework:** [Next.js](https://nextjs.org) (App Router, React Server/Client Components)\n- **Styling:** Tailwind CSS\n- **State Management:** React Context API (Cart \u0026 Auth)\n- **Persistence:** Browser Local Storage (cart, user, orders)\n- **MDX:** Product descriptions via MDX files\n- **Icons:** [Lucide React](https://lucide.dev)\n- **Fonts:** [Gabarito](https://fonts.google.com/specimen/Gabarito) via next/font\n- **Code Quality:** ESLint, Prettier\n\n---\n\nFor more details, see the code and comments in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falemoraru%2Fmodshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falemoraru%2Fmodshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falemoraru%2Fmodshop/lists"}