{"id":31225051,"url":"https://github.com/teambit/product-cult","last_synced_at":"2025-09-22T00:33:34.434Z","repository":{"id":298803695,"uuid":"1001163586","full_name":"teambit/product-cult","owner":"teambit","description":"The Product Cult example platform. Generated by AI, refined by humans.","archived":false,"fork":false,"pushed_at":"2025-06-13T01:38:12.000Z","size":1069,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-13T02:24:23.532Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teambit.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-12T23:39:17.000Z","updated_at":"2025-06-13T01:38:15.000Z","dependencies_parsed_at":"2025-06-13T02:38:14.292Z","dependency_job_id":null,"html_url":"https://github.com/teambit/product-cult","commit_stats":null,"previous_names":["teambit/product-cult"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teambit/product-cult","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fproduct-cult","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fproduct-cult/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fproduct-cult/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fproduct-cult/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teambit","download_url":"https://codeload.github.com/teambit/product-cult/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambit%2Fproduct-cult/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276329132,"owners_count":25623325,"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-09-21T02:00:07.055Z","response_time":72,"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-09-22T00:32:21.010Z","updated_at":"2025-09-22T00:33:34.393Z","avatar_url":"https://github.com/teambit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Product Cult 🗳️ A Hope AI Example Project \n\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nWelcome to **Product Cult**! This is a fully functional example application generated using [**Hope AI**](https://bit.cloud) and refined by humans. It demonstrates how to compose a modern web application from independent, reusable components. The app itself is a fun platform where users can vote for their favorite next-generation product ideas.\n\nThis project serves as a practical guide to showcase AI-driven development, modular architecture, and rapid delivery with Hope AI.\n\nBrowse the components on the [Bit Cloud example organization](https://bit.cloud/infinity) for browsing live preview and of the platform components and business capabilities.\n\n---\n\n## ✨ Features\n\n* **[Design system](https://bit.cloud/infinity/design):** Browse the [platform design system components](https://bit.cloud/infinity/design/~components). Each as standalone reusable package.\n* **[User Authentication](https://bit.cloud/infinity/products):** Secure sign-up and login to enable voting and submissions.\n* **[Real-Time Voting](https://bit.cloud/infinity/upvotes):** Cast your vote for product ideas and see the results update instantly.\n* **[Product Submissions](https://bit.cloud/infinity/products):** Submit your own innovative product ideas for the community to vote on.\n* **[Community Discussions](https://bit.cloud/infinity/forums):** Engage in threaded discussions on each product page.\n* **[User Profiles](https://bit.cloud/infinity/people):** Manage your profile and track your submissions and voting history.\n\n---\n\n## 🛠️ Tech Stack\n\nThis project is built with a modern, component-oriented technology stack:\n\n* **Monorepo:** [Bit](https://bit.dev) - For creating, versioning, and composing the platform packages.\n* **Core Platform:** Used [TypeScript](https://www.typescriptlang.org/) and [Harmony](https://bit.dev/docs/harmony-intro) for composing and integrating the application's services and logic.\n* **Frontend:** [React](https://reactjs.org/) - For building interactive and reusable UI components.\n* **Styling:** CSS Modules - For locally scoped and conflict-free component styles.\n* **Backend:** [NodeJS](https://nodejs.org) backend with [GraphQL](https://graphql.org) data fetching. Data persisted to [MongoDB](https://mongodb.com). \n* **Code standards:** Unit tests powered by [Vitest](https://vitest.dev). Code consistency and quality enforced by [ESLint](https://eslint.org).\n\n---\n\n## 🚀 Getting Started\n\nFollow these steps to get the Product Cult platform running on your local machine.\n\n### Prerequisites\n\nMake sure you have [Bit](https://bit.dev/docs/getting-started/installing-bit/installing-bit) and [MongoDB](https://www.mongodb.com/docs/manual/installation/) installed globally on your system.\n\n### Installation \u0026 Setup\n\n1.  **Clone the repository** (or get the source code).\n2.  **Navigate into the project directory:**\n    ```bash\n    cd path/to/product-cult\n    ```\n3.  **Install dependencies** for all components in the workspace:\n    ```bash\n    bit install\n    ```\n\n## Running the App\n\nYou can run the full application or view individual components in the Bit workspace.\nThis command builds and runs the main `product-cult` application, showing you the final, composed product:\n\n```bash\nbit run product-cult\n```\nNow, open your browser to the specified local port to see the app live!\n\n### Start the Workspace Preview\n\nThis command launches the Bit development server, where you can see, test, and interact with each component in isolation. It's great for development and debugging.\n\n```bash\nbit start\n```\n\n## 📂 Project Structure\n\nThe directory structure is organized by components. This makes the codebase more modular, scalable, and easier to maintain. Enable, add or disable application features in the [application shell](https://github.com/teambit/product-cult/blob/main/product-hunt-platform/product-hunt/product-hunt.bit-app.ts).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambit%2Fproduct-cult","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteambit%2Fproduct-cult","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambit%2Fproduct-cult/lists"}