{"id":27211979,"url":"https://github.com/chefski/phonesearchai-web","last_synced_at":"2026-02-08T20:01:13.218Z","repository":{"id":286068271,"uuid":"951801304","full_name":"Chefski/phoneSearchAI-Web","owner":"Chefski","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-01T08:55:28.000Z","size":425,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T10:03:25.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/Chefski.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}},"created_at":"2025-03-20T09:10:06.000Z","updated_at":"2025-04-02T08:13:16.000Z","dependencies_parsed_at":"2025-04-10T01:56:04.378Z","dependency_job_id":null,"html_url":"https://github.com/Chefski/phoneSearchAI-Web","commit_stats":null,"previous_names":["chefski/phonesearchai-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chefski/phoneSearchAI-Web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chefski%2FphoneSearchAI-Web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chefski%2FphoneSearchAI-Web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chefski%2FphoneSearchAI-Web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chefski%2FphoneSearchAI-Web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chefski","download_url":"https://codeload.github.com/Chefski/phoneSearchAI-Web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chefski%2FphoneSearchAI-Web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29241411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T19:36:48.828Z","status":"ssl_error","status_checked_at":"2026-02-08T19:27:12.336Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2025-04-10T01:55:57.622Z","updated_at":"2026-02-08T20:01:13.145Z","avatar_url":"https://github.com/Chefski.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhoneSearchAI\n\nPhoneSearchAI is a modern web application built with Nuxt.js that helps users search for phone specifications and compare multiple phone models. The application provides an intuitive interface for exploring phone features with customizable focus areas.\n\n## Features\n\n### Phone Specifications Search\n\n- Search for detailed specifications of any smartphone model\n- Get comprehensive information about phone features\n- View sources for the information provided\n\n### Phone Comparison\n\n- Compare up to multiple phone models side by side\n- Customize comparison focus areas:\n  - Camera capabilities\n  - Gaming performance\n  - Display quality\n  - Battery life\n  - Or view everything at once\n- Adjust the number of sources used for comparison\n\n### User Interface\n\n- Clean, modern UI built with Tailwind CSS and Shadcn UI components\n- Responsive design that works on desktop and mobile devices\n- Intuitive tab-based navigation between specs and comparison modes\n\n## Tech Stack\n\n- [Nuxt.js](https://nuxt.com/) - Vue.js framework\n- [Vue 3](https://vuejs.org/) - Progressive JavaScript framework\n- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework\n- [Shadcn-Nuxt](https://www.shadcn-vue.com/) - UI component library\n- [Motion-v](https://motion-v.github.io/motion/) - Animation library for Vue\n\n## Setup\n\nMake sure to install dependencies:\n\n```bash\n# npm\nnpm install\n\n# pnpm\npnpm install\n\n# yarn\nyarn install\n\n# bun\nbun install\n```\n\n## Development Server\n\nStart the development server on `http://localhost:3000`:\n\n```bash\n# npm\nnpm run dev\n\n# pnpm\npnpm dev\n\n# yarn\nyarn dev\n\n# bun\nbun run dev\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\n# npm\nnpm run build\n\n# pnpm\npnpm build\n\n# yarn\nyarn build\n\n# bun\nbun run build\n```\n\nLocally preview production build:\n\n```bash\n# npm\nnpm run preview\n\n# pnpm\npnpm preview\n\n# yarn\nyarn preview\n\n# bun\nbun run preview\n```\n\n## Usage\n\n### Specs Tab\n\nUse the Specs tab to search for detailed information about a specific phone model:\n\n1. Click on the \"Specs\" tab\n2. Type your question about a phone model (e.g., \"What are the camera specs of the iPhone 15 Pro?\")\n3. View the detailed specifications and sources\n\n### Compare Tab\n\nUse the Compare tab to compare multiple phone models:\n\n1. Click on the \"Compare\" tab\n2. Enter the names of the phones you want to compare\n3. Customize your focus areas using the focus options\n4. Adjust the number of sources as needed\n5. Submit your comparison request\n\n## License\n\n[MIT License](.github/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchefski%2Fphonesearchai-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchefski%2Fphonesearchai-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchefski%2Fphonesearchai-web/lists"}