{"id":26748315,"url":"https://github.com/runabol/wirehook","last_synced_at":"2025-10-05T17:59:50.295Z","repository":{"id":270608708,"uuid":"908054940","full_name":"runabol/wirehook","owner":"runabol","description":"No-nonsense stateless webhook tester","archived":false,"fork":false,"pushed_at":"2025-01-01T18:58:36.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T19:35:40.954Z","etag":null,"topics":["self-hosted","testing","web-requests","webhooks"],"latest_commit_sha":null,"homepage":"https://wirehook.net","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/runabol.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}},"created_at":"2024-12-25T02:13:07.000Z","updated_at":"2025-01-01T18:58:39.000Z","dependencies_parsed_at":"2025-01-01T19:35:46.168Z","dependency_job_id":"06158782-5504-40af-8dc3-ec21c03b76e4","html_url":"https://github.com/runabol/wirehook","commit_stats":null,"previous_names":["runabol/wirehook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runabol%2Fwirehook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runabol%2Fwirehook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runabol%2Fwirehook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runabol%2Fwirehook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runabol","download_url":"https://codeload.github.com/runabol/wirehook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009171,"owners_count":20708907,"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","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":["self-hosted","testing","web-requests","webhooks"],"created_at":"2025-03-28T10:17:22.954Z","updated_at":"2025-10-05T17:59:45.273Z","avatar_url":"https://github.com/runabol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wirehook\n\nAn open-source, stateless, and hassle-free webhook tester. Designed to be **easy to use**, **secure**, and **lightweight**. Perfect for debugging and testing webhook integrations with zero dependencies on external databases or storage.\n\n![Screenshot](screenshot_v2.png)\n\n## Features\n\n- **Stateless**: No data is stored on the server. Fully ephemeral by design.\n- **Simple installation**: One single Docker image is all you need to get started.\n- **Unlimited requests**: No caps or restrictions on the number of requests.\n- **Self-Hostable**: Host it on your own infrastructure effortlessly.\n- **No nonsense**: Minimal setup and overhead.\n- **Open Source**: Released under the permissive MIT License.\n\n## Installation\n\n### Using Docker\n\n1. Pull the Docker image:\n   ```bash\n   docker pull runabol/wirehook\n   ```\n\n2. Run the container:\n   ```bash\n   docker run -d -p 3000:3000 runabol/wirehook\n   ```\n\n3. Access the application in your browser at [http://localhost:3000](http://localhost:3000).\n\n### Manual Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/runabol/wirehook.git\n   cd wirehook\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Run the development server:\n   ```bash\n   npm run dev\n   ```\n\n4. Open your browser and navigate to [http://localhost:3000](http://localhost:3000).\n\n## Usage\n\n1. Point your webhook to the generated endpoint provided by the app.\n2. View incoming requests in real-time on the dashboard.\n3. Debug with ease using detailed request logs and payloads.\n\n## Why Stateless?\n\nBy keeping the application stateless:\n- **Security**: Users don't need to worry about their sensitive information being stored.\n- **Performance**: Lightweight and scalable without external storage dependencies.\n- **Simplicity**: No need for database setup or configuration.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute it as you see fit.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunabol%2Fwirehook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunabol%2Fwirehook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunabol%2Fwirehook/lists"}