{"id":47918199,"url":"https://github.com/themrinalsinha/inhook","last_synced_at":"2026-04-04T05:48:22.291Z","repository":{"id":318792542,"uuid":"1001379790","full_name":"themrinalsinha/inhook","owner":"themrinalsinha","description":"A simple self-hosted tool to capture, inspect, and debug incoming webhooks in real time.","archived":false,"fork":false,"pushed_at":"2025-10-28T18:47:19.000Z","size":7528,"stargazers_count":27,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T05:48:19.286Z","etag":null,"topics":["developer-tools","go","inhook","reactjs","self-hosted","single-binary","sqlite3","webhook-receiver","webhooks"],"latest_commit_sha":null,"homepage":"https://inhook.mrinal.xyz","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/themrinalsinha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-13T09:26:14.000Z","updated_at":"2026-03-31T23:36:52.000Z","dependencies_parsed_at":"2025-10-15T21:02:38.065Z","dependency_job_id":"81ade07e-87ba-4c54-b217-eb78103d55db","html_url":"https://github.com/themrinalsinha/inhook","commit_stats":null,"previous_names":["themrinalsinha/inhook"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/themrinalsinha/inhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themrinalsinha%2Finhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themrinalsinha%2Finhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themrinalsinha%2Finhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themrinalsinha%2Finhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themrinalsinha","download_url":"https://codeload.github.com/themrinalsinha/inhook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themrinalsinha%2Finhook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31389391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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":["developer-tools","go","inhook","reactjs","self-hosted","single-binary","sqlite3","webhook-receiver","webhooks"],"created_at":"2026-04-04T05:48:21.476Z","updated_at":"2026-04-04T05:48:22.284Z","avatar_url":"https://github.com/themrinalsinha.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/themrinalsinha"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/inhook.png\" align=\"center\" width=\"200\"/\u003e\n\u003c/div\u003e\n\u003chr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca align=\"left\" href=\"https://www.producthunt.com/products/inhook?embed=true\u0026utm_source=badge-featured\u0026utm_medium=badge\u0026utm_source=badge-inhook\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1028883\u0026theme=light\u0026t=1761055390831\" alt=\"InHook - Webhook\u0026#0032;inspector\u0026#0032;\u0026#0038;\u0026#0032;debugger | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\"/\u003e\n  \u003c/a\u003e\n  \u003ca align=\"right\" href=\"https://peerlist.io/themrinalsinha/project/inhook--webhook-inspector--debugger\" target=\"_blank\" rel=\"noreferrer\"\u003e\n\t  \u003cimg src=\"https://peerlist.io/api/v1/projects/embed/PRJHQ7M9L9OE9GLNB1OLADN7MP7EOP?showUpvote=true\u0026theme=light\" alt=\"InHook - Webhook Inspector \u0026 Debugger\" style=\"width: auto; height: 54px;\"/\u003e\n\t\u003c/a\u003e\n\u003c/div\u003e\n\n----\n**Webhook Inspector \u0026 Debugger** -\nA fast, self-hosted webhook inspector for capturing and analyzing requests in real time - packaged as a single binary.\n\n![](/assets/splash.png)\nVisit \u003ca href=\"https://inhook.mrinal.xyz\" target=\"_blank\"\u003ehttps://inhook.mrinal.xyz ↗\u003c/a\u003e - to try it out.\n\n\n## Installation\n\n### Local Development\nThe backend is written in Go and frontend is in React. You need to have `Go` and `pnpm` installed.\n\nTo run locally:\n```shell\nmake run\n```\nThis will build the frontend and backend and run the server on `http://localhost:9000`.\nYou can change the port by editing the `config.toml` file.\n```toml\n[app]\nport = \":9000\"\n```\n\n### Binary\nYou can build the binary by running:\n```shell\nmake build\n```\nTo run the binary with custom config, you can pass the config file as an argument:\n```shell\n./inhook --config config.toml\n```\n\n### Docker\nTBD\n\n### License\ninHook is licensed under the [MIT](LICENSE.md) license.\n\n----\n\u003cdiv align=\"right\"\u003e\n  \u003ca href=\"https://www.buymeacoffee.com/themrinalsinha\" target=\"_blank\"\u003e\n    \u003cimg src=\"assets/bmc-button.png\" width=\"150\" alt=\"Buy Me A Coffee\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemrinalsinha%2Finhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemrinalsinha%2Finhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemrinalsinha%2Finhook/lists"}