{"id":23070819,"url":"https://github.com/PriyanshuPz/quine-checkcup","last_synced_at":"2025-08-15T13:33:22.898Z","repository":{"id":233116157,"uuid":"786060195","full_name":"PriyanshuPz/quine-checkcup","owner":"PriyanshuPz","description":"Checkcup is a website monitoring tool that fetches the status of websites along with screenshots and active status. It is built using Next.js for the frontend and Puppeteer with Browserless in the backend.","archived":false,"fork":false,"pushed_at":"2024-06-25T07:21:07.000Z","size":400,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T10:50:35.812Z","etag":null,"topics":["collaborate","github"],"latest_commit_sha":null,"homepage":"https://quine-checkcup.vercel.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/PriyanshuPz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-04-13T09:55:48.000Z","updated_at":"2024-06-25T07:21:10.000Z","dependencies_parsed_at":"2025-02-04T14:44:25.569Z","dependency_job_id":"b023860c-cf38-4026-9272-e7613476aa07","html_url":"https://github.com/PriyanshuPz/quine-checkcup","commit_stats":null,"previous_names":["priyanshuverma-dev/quine-checkcup","priyanshupz/quine-checkcup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PriyanshuPz/quine-checkcup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuPz%2Fquine-checkcup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuPz%2Fquine-checkcup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuPz%2Fquine-checkcup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuPz%2Fquine-checkcup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PriyanshuPz","download_url":"https://codeload.github.com/PriyanshuPz/quine-checkcup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuPz%2Fquine-checkcup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270578402,"owners_count":24610036,"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-08-15T02:00:12.559Z","response_time":110,"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":["collaborate","github"],"created_at":"2024-12-16T06:27:49.817Z","updated_at":"2025-08-15T13:33:22.603Z","avatar_url":"https://github.com/PriyanshuPz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Checkcup\n\nCheckcup is a website monitoring tool that fetches the status of websites along with screenshots and active status. It is built using Next.js for the frontend and Puppeteer with Browserless in the backend.\n\n## Features\n\n- Fetches website status including HTTP status code, response time, and active status.\n- Captures screenshots of websites for visual verification.\n- Supports monitoring multiple websites simultaneously.\n\n## VOTE FOR ME 🥺\nPlease Vote on Quine: [Voting link here](https://quine.sh/repo/priyanshuverma-dev-quine-checkcup-786060195?utm_source=copy\u0026utm_share_context=quests_creators)\n\n## Demo\n\nhttps://github.com/priyanshuverma-dev/quine-checkcup/assets/112266318/909ba434-f048-4e20-b0b4-d952e69daed0\n\n\n## Live Preview\n\nYou can view a live preview of Checkcup [here](https://quine-checkcup.vercel.app/).\n\n## Installation\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/your-username/quine-checkcup.git\n   ```\n\n2. Install dependencies:\n\n   ```\n   cd checkcup\n   bun install\n   ```\n\n3. Configure environment variables:\n\n   Create a `.env` file in the root directory and provide the following variables:\n\n   ```\n   DATABASE_URL=your_database_url\n   NEXT_PUBLIC_URL=server_url\n   ```\n\n   Replace `your_database_url` with the URL of your MongoDB database.\n   Replace `server_url` with the URL of your server.\n\n4. Install dependencies for the `server` directory:\n\n   ```\n   cd server\n   bun install\n   ```\n\n5. Configure environment variables for the `server` directory:\n\n   Create a `.env` file in the `server` directory and provide the following variables:\n\n   ```\n   BROWSERLESS_URL=browserless_url\n   ```\n\n   Replace `browserless_url` with the URL of your Browserless instance.\n\n## Usage\n\n1. Start the server:\n\n   ```\n   cd server\n   bun run dev\n   ```\n\n2. Generate Prisma client:\n\n   ```\n   bunx prisma generate\n   ```\n\n3. Start the development server:\n\n   ```\n   bun run dev\n   ```\n\n4. Open your browser and navigate to `http://localhost:3000`.\n\n5. Enter the URLs of the websites you want to monitor and click on the \"Check Status\" button.\n\n6. View the status, response time, and screenshot of each website.\n\n## Deployment\n\nTo deploy Checkcup to production, follow these steps:\n\n1. Build the Next.js app:\n\n   ```\n   bun run build\n   ```\n\n2. Start the production server:\n\n   ```\n   bun start\n   ```\n\n3. Visit the deployed URL to access Checkcup.\n\n4. To deploy the server, follow the same steps as above in server directory.\n\n## Technologies Used\n\n- Next.js\n- Puppeteer\n- Browserless\n\n## Contributing\n\nContributions are welcome! Please feel free to submit issues and pull requests.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPriyanshuPz%2Fquine-checkcup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPriyanshuPz%2Fquine-checkcup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPriyanshuPz%2Fquine-checkcup/lists"}