{"id":19651164,"url":"https://github.com/un/webhook-proxy","last_synced_at":"2025-06-15T02:38:53.231Z","repository":{"id":223056767,"uuid":"758926324","full_name":"un/webhook-proxy","owner":"un","description":"A simple tool for working with webhooks. Supports forwarding messages to one or multiple destinations, and replaying messages","archived":false,"fork":false,"pushed_at":"2024-06-23T12:59:26.000Z","size":1886,"stargazers_count":47,"open_issues_count":2,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T16:47:34.646Z","etag":null,"topics":["testing-tools","webhook","webhook-server","webhook-service"],"latest_commit_sha":null,"homepage":"https://UnWebhook.com","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/un.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}},"created_at":"2024-02-17T13:39:37.000Z","updated_at":"2025-05-26T13:49:23.000Z","dependencies_parsed_at":"2024-06-23T13:27:08.853Z","dependency_job_id":"09535356-b7ee-4333-85f4-3d199413fcc1","html_url":"https://github.com/un/webhook-proxy","commit_stats":null,"previous_names":["uninbox/webhook-proxy","un/webhook-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/un/webhook-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un%2Fwebhook-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un%2Fwebhook-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un%2Fwebhook-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un%2Fwebhook-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/un","download_url":"https://codeload.github.com/un/webhook-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un%2Fwebhook-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259913894,"owners_count":22931264,"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":["testing-tools","webhook","webhook-server","webhook-service"],"created_at":"2024-11-11T15:05:31.801Z","updated_at":"2025-06-15T02:38:53.204Z","avatar_url":"https://github.com/un.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n---\n\n![Screenshot of UnWebhook](screenshot.png)\n\n## About\n\nA simple tool for working with webhooks.\nGreat for teams and staging environments.\n\nWatch the introduction video [on youtube](https://youtu.be/q3dS1leG1wQ)\n\nCapabilities\n\n- add multiple endpoints\n- save received messages (for 7 days)\n- automatically forward incoming messages to one or more destinations\n- choose forwarding strategy (send to: first in list, all in list)\n- support fallback forwarding (if first is down, forward to next)\n- replay webhook delivery (resend the data to destinations)\n\n_Want to send messages to your local machine and need a tunnel?\nCheck out [untun](https://github.com/unjs/untun) by the UnJs team_\n\n---\n\n## Tech Stack\n\n`UnWebhook` is built with the following epic technologies \u0026 tools:\n\n- [Next JS](https://nextjs.com) React based FrontEnd \u0026 Backend\n- [Tailwind](https://tailwindcss.com/) CSS Engine\n- [tRPC](https://trpc.io/) Typesafe APIs\n- [DrizzleORM](https://orm.drizzle.team/) ORM + MySQL\n\n## Running Locally\n\nTo get a local copy up and running, follow these simple steps.\n\n### Prerequisites\n\nHere is what you need to be able to run UnInbox locally.\n\n- A Supabase database\n- Node.js (Version: \u003e=20.x)\n- NVM (Node Version Manager) (see https://github.com/nvm-sh/nvm)\n- pnpm (see https://pnpm.io/installation)\n\n### Setup\n\n1. Clone the repo into a public GitHub repository (or fork https://github.com/un/webhook-proxy/fork).\n\n   ```sh\n   git clone https://github.com/un/webhook-proxy.git UnWebhook\n   ```\n\n   \u003e If you are on Windows, run the following command on `gitbash` with admin privileges: \u003cbr\u003e \u003e `git clone -c core.symlinks=true https://github.com/un/webhook-proxy.git` \u003cbr\u003e\n   \u003e See [docs](https://cal.com/docs/how-to-guides/how-to-troubleshoot-symbolic-link-issues-on-windows#enable-symbolic-links) for more details.\n\n2. Go to the project folder\n\n   ```sh\n   cd UnWebhook\n   ```\n\n3. Check and install the correct node/pnpm versions\n\n   ```sh\n   nvm install\n   ```\n\n4. Install packages with pnpm\n\n   ```sh\n   pnpm i\n   ```\n\n5. Set up your `.env` file\n\n   - Duplicate `.env.example` to `.env`. This file is already pre-configured for use with the local docker containers\n\n     mac\n\n     ```sh\n      cp .env.example .env\n     ```\n\n     windows\n\n     ```sh\n      copy .env.example .env\n     ```\n\n6. Set your env variables\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun%2Fwebhook-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fun%2Fwebhook-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun%2Fwebhook-proxy/lists"}