{"id":48940165,"url":"https://github.com/extinctsion/productiveai","last_synced_at":"2026-04-17T13:12:22.311Z","repository":{"id":301770321,"uuid":"1006011451","full_name":"extinctsion/productiveai","owner":"extinctsion","description":"Open source products comparer based on features and user inputs","archived":false,"fork":false,"pushed_at":"2025-06-30T17:55:30.000Z","size":224,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T21:01:24.788Z","etag":null,"topics":["bolt","competitive-analysis","nextjs","product","research","similar","similarity-score"],"latest_commit_sha":null,"homepage":"https://productiveai.netlify.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/extinctsion.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-06-21T09:39:09.000Z","updated_at":"2025-07-12T20:05:44.000Z","dependencies_parsed_at":"2025-06-28T18:51:12.942Z","dependency_job_id":null,"html_url":"https://github.com/extinctsion/productiveai","commit_stats":null,"previous_names":["extinctsion/productiveai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/extinctsion/productiveai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extinctsion%2Fproductiveai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extinctsion%2Fproductiveai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extinctsion%2Fproductiveai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extinctsion%2Fproductiveai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extinctsion","download_url":"https://codeload.github.com/extinctsion/productiveai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extinctsion%2Fproductiveai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31930260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["bolt","competitive-analysis","nextjs","product","research","similar","similarity-score"],"created_at":"2026-04-17T13:12:21.576Z","updated_at":"2026-04-17T13:12:22.300Z","avatar_url":"https://github.com/extinctsion.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://github.com/Sahil7475/productive-ai/blob/pa-readme/public/productiveai-logo.png\" alt=\"Productive AI Logo\" width=\"30\" height=\"30\"\u003e Productive AI\n\n**An AI-powered product that compares your project with open source repositories and delivers feature-based insights, similarity scores, gaps, and smart competitive analysis to level up your product.**\n\nProductive AI delivers AI-generated insights from GitHub repos so you can improve your project and make data-driven decisions instantly.\n\n## Features\n\n- **Smart Repository Comparison**: Compares your project to all GitHub repositories using feature-based semantic analysis\n- **Comprehensive Analysis**: Provides similarity scores, overlapping features, missing features, and extra features\n- **Competitive Intelligence**: Generates intelligent competitive analysis summaries\n- **Repository Status Check**: Shows status (active/archived) of compared repositories\n\n## Prerequisites\n\n- **Node.js** 18.0.0+\n- **Next.js**\n- **TypeScript**\n- **Tailwind CSS**\n- **Cohere AI SDK**\n- Personal Access Token for:\n  - GitHub REST and GraphQL APIs\n- API key for:\n  - Cohere AI\n\n## Quick Start\n\n### Installation\n\n1. **Clone the repository**\n```bash\ngit clone https://github.com/extinctsion/productiveai.git\ncd productiveai\n```\n\n2. **Install dependencies**\n```bash\nnpm install\n```\n\n### Configuration\n\nCreate a `.env.local` file with the following variables and insert your github Token and cohere-ai API key:\n\n```env\nGITHUB_TOKEN=your_github_token\nCOHERE_API_KEY=your_cohere_api_key\n```\n\n### Running the Application\n\n```bash\n# Development mode\nnpm run dev\n\n# Production mode\nnpm run build\nnpm start\n```\n\n## API Usage\n\nThis project interacts with the GitHub API using both **GraphQL** and **REST** endpoints.\n\n### Endpoints\n\n#### GitHub GraphQL API\n```http\nPOST https://api.github.com/graphql\n```\n#### GitHub REST API – Code Search in Repository \n```http\nGET https://api.github.com/search/code\n```\n#### Base GitHub REST API\n```http\nGET https://api.github.com\n```\n\n## Development\n\n### Project Structure\n```\nproductiveai/\n├── app/\n│   ├── api/           # API route handlers\n│   ├── compare/[id]   # Dynamic route for comparing product by ID\n├── components/        # Component files and folder\n├── hooks/             # hooks files\n├── lib/               # Utility functions, API clients, or configurations\n├── public/            # Static files like images, favicons, logos\n└── README.md          # Project overview\n```\n\n### Running Tests\n```bash\n# Tests coming soon\n```\n\n## Contributions\n\nWe welcome contributions!\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to your branch (`git push origin feature/AmazingFeature`)\n5. Submit a Pull Request\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/extinctsion/productiveai/blob/main/LICENSE) file for details.\n\n## Acknowledgments\n\n- Cohere AI for powerful language models\n- GitHub for providing comprehensive repository data\n- All contributors who help improve this project\n\n## Support\n\nFor support, please open an issue in the GitHub repository or contact the maintainers.\n- **Email**: info.productiveai@gmail.com\n\n---\n\n**Turning open-source code into insights — built to help you compare and improve your product, with ❤️ by Productive AI.**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextinctsion%2Fproductiveai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextinctsion%2Fproductiveai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextinctsion%2Fproductiveai/lists"}