{"id":47908480,"url":"https://github.com/bugsterapp/bugster-demo-app","last_synced_at":"2026-04-04T05:01:25.026Z","repository":{"id":337712872,"uuid":"1007933145","full_name":"Bugsterapp/bugster-demo-app","owner":"Bugsterapp","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-24T19:44:46.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T00:44:41.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Bugsterapp.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":"2025-06-24T18:59:04.000Z","updated_at":"2025-06-24T19:44:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Bugsterapp/bugster-demo-app","commit_stats":null,"previous_names":["bugsterapp/bugster-demo-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Bugsterapp/bugster-demo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bugsterapp%2Fbugster-demo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bugsterapp%2Fbugster-demo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bugsterapp%2Fbugster-demo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bugsterapp%2Fbugster-demo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bugsterapp","download_url":"https://codeload.github.com/Bugsterapp/bugster-demo-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bugsterapp%2Fbugster-demo-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31388169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","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":[],"created_at":"2026-04-04T05:01:24.282Z","updated_at":"2026-04-04T05:01:25.010Z","avatar_url":"https://github.com/Bugsterapp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BugShop - Next.js E-commerce Demo\n\nA modern Next.js e-commerce demo application featuring a complete shopping experience with product browsing, cart management, and responsive design.\n\n## 🚀 Perfect Demo Application\n\nThis demo provides a complete e-commerce platform with realistic user flows, perfect for demonstrations and testing various tools and integrations.\n\n## 🛒 Features\n\n- **Product Catalog**: Browse and filter products by category\n- **Shopping Cart**: Add, remove, and modify cart items\n- **Modern UI**: Clean, responsive design with Tailwind CSS\n- **Search**: Product search functionality\n- **Mobile Friendly**: Works seamlessly on all device sizes\n\n## 🚦 Quick Start\n\n### Prerequisites\n\n- Node.js 18+ \n- npm or yarn\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone \u003cyour-repo-url\u003e\n   cd vercel-nextjs-demo\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Run the development server**\n   ```bash\n   npm run dev\n   ```\n\n4. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000)\n\n### Available Scripts\n\n```bash\nnpm run dev      # Start development server\nnpm run build    # Build for production\nnpm run start    # Start production server\nnpm run lint     # Run ESLint\n```\n\n## 🧪 Testing with Bugster\n\n[Bugster](https://bugster.dev) is an autonomous QA agent that tests your app by using it like a real user.\n\n### Setup\n\n1. **Deploy to Vercel** \n\n2. **Install Bugster CLI**\n   ```bash\n   npm install -g @bugster/cli\n   ```\n\nFor GitHub integration and automated testing on PRs, visit the [Bugster Dashboard](https://gui.bugster.dev).\n\n## 📁 Project Structure\n\n```\nvercel-nextjs-demo/\n├── app/                    # Next.js 13+ app directory\n│   ├── globals.css        # Global styles\n│   ├── layout.tsx         # Root layout\n│   ├── page.tsx           # Homepage\n│   ├── products/          # Products pages\n│   └── cart/              # Shopping cart\n├── components/            # React components\n│   ├── CartContext.tsx    # Cart state management\n│   ├── Header.tsx         # Navigation\n│   ├── Footer.tsx         # Footer\n│   └── ProductCard.tsx    # Product display\n├── data/                  # Mock data\n│   └── products.ts        # Product catalog\n└── README.md\n```\n\n## 🎨 Technology Stack\n\n- **Framework**: Next.js 14 with App Router\n- **Styling**: Tailwind CSS\n- **Icons**: Lucide React\n- **Language**: TypeScript\n- **State Management**: React Context API\n\n## 🚀 Deployment\n\n### Vercel (Recommended)\n\n1. Connect your GitHub repository to Vercel\n2. Deploy automatically with every push\n3. Get preview deployments for pull requests\n\n### Other Options\n\n- **Netlify**: Next.js compatible\n- **Railway**: Node.js platform\n- **DigitalOcean**: App Platform\n- **AWS**: Amplify hosting\n\n## 🔧 Customization\n\n- **Add Products**: Edit `data/products.ts`\n- **New Pages**: Add routes in `app/` directory\n- **Styling**: Modify Tailwind classes\n- **Components**: Update React components as needed\n\n## 📝 License\n\nMIT License - feel free to use for your own projects.\n\n## 🔗 Links\n\n- **[Bugster](https://bugster.dev)** - Autonomous QA testing\n- **[Next.js](https://nextjs.org/docs)** - React framework\n- **[Tailwind CSS](https://tailwindcss.com)** - Styling framework\n- **[Vercel](https://vercel.com)** - Deployment platform\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugsterapp%2Fbugster-demo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugsterapp%2Fbugster-demo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugsterapp%2Fbugster-demo-app/lists"}