{"id":18888833,"url":"https://github.com/the-pew-inc/the-pew","last_synced_at":"2025-10-06T22:56:00.157Z","repository":{"id":37299504,"uuid":"498074089","full_name":"the-pew-inc/the-pew","owner":"the-pew-inc","description":"ThePew is an advanced system of records that enables enterprises to detect trends and patterns from questions to drive marketing and business decisions toward their goals.","archived":false,"fork":false,"pushed_at":"2024-05-28T15:55:40.000Z","size":15076,"stargazers_count":7,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T23:34:10.964Z","etag":null,"topics":["data","data-science","docker","javascript","machine-learning","postgresql","rails","ruby"],"latest_commit_sha":null,"homepage":"https://thepew.io","language":"HTML","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/the-pew-inc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-30T19:33:10.000Z","updated_at":"2024-03-13T05:44:30.000Z","dependencies_parsed_at":"2023-10-16T12:59:41.871Z","dependency_job_id":"c1db840b-7b44-4a9c-a918-0d2fb38af6f2","html_url":"https://github.com/the-pew-inc/the-pew","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/the-pew-inc/the-pew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-pew-inc%2Fthe-pew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-pew-inc%2Fthe-pew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-pew-inc%2Fthe-pew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-pew-inc%2Fthe-pew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-pew-inc","download_url":"https://codeload.github.com/the-pew-inc/the-pew/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-pew-inc%2Fthe-pew/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278692917,"owners_count":26029405,"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-10-06T02:00:05.630Z","response_time":65,"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":["data","data-science","docker","javascript","machine-learning","postgresql","rails","ruby"],"created_at":"2024-11-08T07:46:11.119Z","updated_at":"2025-10-06T22:56:00.129Z","avatar_url":"https://github.com/the-pew-inc.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\n\u003cdiv\u003e\n\u003cimg src=\"/images/logo.png\" alt=\"ThePew, know what your audiences want\" title=\"ThePew, know what your audiences want\" height=\"200px\"\u003e\n\u003c/div\u003e\n\n## PROJECT STATUS\n[![Maintainability](https://api.codeclimate.com/v1/badges/610524b9bc52d96580e1/maintainability)](https://codeclimate.com/github/spaquet/the-pew/maintainability) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n\n[![Version](https://img.shields.io/github/v/release/the-pew-inc/the-pew?display_name=tag)]()\n\n## SUPPORT US\n[![Open Source Helpers](https://www.codetriage.com/the-pew-inc/the-pew/badges/users.svg)](https://www.codetriage.com/the-pew-inc/the-pew)\n\n## DESCRIPTION\n\nAs a comprehensive audience analytics platform, THEPEW enables you to understand your employees, team members, prospects, and more. By analyzing audience responses and behavior over time, you can identify patterns and trends that provide insights into their needs, expectations, feature requests, and communication gaps.\n\nTHEPEW is designed to help businesses identify trends, analyze topic evolution over time, and track geographic locations using advanced data visualization tools. These reports can be shared with stakeholders and team members, empowering businesses to make data-driven decisions that improve overall performance.\n\nUsing openAI, THEPEW provides personalized recommendations that are tailored to each participant's individual interests. Whether it's valuable insights, informative articles, or self-improvement resources, THEPEW gives back to its participants in meaningful ways that help them grow and improve.\n\n## LICENSE\n[License](../master/LICENSE.md)\n\n## INSTALLATION\n### PREREQUISITES\n- ruby (version 3.2 with YJIT)\n- rails (version 7.0.7.2)\n- postgresql (version 15 or above)\n- mailcatcher\n- redis (version 6.2)\n- docker (used by postgres, redis and mailcatcher)\n\n### INSTALLING POSTGRES USING DOCKER\ndocker run -p 5432:5432 --name postgres-15.2-alpine -e POSTGRES_PASSWORD=mysecretpassword -d postgres:15.2-alpine\n\n### INSTALLING REDIS USING DOCKER\ndocker run -p 6379:6379 --name redis-6.2-alpine -d 6.2-alpine\n\n### INSTALLING MAILCATCHER USING DOCKER\ndocker run -p 1080:1080 -p 1025:1025 --name mailcatcher -d stpaquet/alpinemailcatcher\n\nFor more information you can read this medium post [https://medium.com/@spaquet/mailcatcher-to-the-rescue-4ba438dc98c2](https://medium.com/@spaquet/mailcatcher-to-the-rescue-4ba438dc98c2)\n\n## CREDITS\nShout out to the following projects:\n### Javascript:\n- [chart.js](https://www.chartjs.org)\n- [flowbite](https://flowbite.com)\n- [Merakiui - Email Templates](https://merakiui.com/components/email-templates)\n- [QR Code Styling](https://github.com/kozakdenys/qr-code-styling)\n- [stimulus-autocomplete](https://github.com/afcapel/stimulus-autocomplete)\n- [taggle](https://github.com/okcoker/taggle.js)\n- [tailwindcss](https://tailwindcss.com)\n\n### RubyGems:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-pew-inc%2Fthe-pew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-pew-inc%2Fthe-pew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-pew-inc%2Fthe-pew/lists"}