{"id":50922169,"url":"https://github.com/carlos3g/webhook-it","last_synced_at":"2026-06-16T19:30:35.237Z","repository":{"id":359233136,"uuid":"1244233769","full_name":"carlos3g/webhook-it","owner":"carlos3g","description":"Stable public URLs for webhooks, forwarded to your localhost. Interactive terminal CLI, runs 100% local.","archived":false,"fork":false,"pushed_at":"2026-05-21T02:07:55.000Z","size":473,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T06:42:52.346Z","etag":null,"topics":["bun","cli","developer-tools","localhost","ngrok","opentui","solidjs","terminal","tui","typescript","webhook-testing","webhooks"],"latest_commit_sha":null,"homepage":"https://carlos3g.github.io/webhook-it/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carlos3g.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-05-20T04:49:01.000Z","updated_at":"2026-05-21T02:07:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/carlos3g/webhook-it","commit_stats":null,"previous_names":["carlos3g/webhook-it"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/carlos3g/webhook-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos3g%2Fwebhook-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos3g%2Fwebhook-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos3g%2Fwebhook-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos3g%2Fwebhook-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlos3g","download_url":"https://codeload.github.com/carlos3g/webhook-it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos3g%2Fwebhook-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34421324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["bun","cli","developer-tools","localhost","ngrok","opentui","solidjs","terminal","tui","typescript","webhook-testing","webhooks"],"created_at":"2026-06-16T19:30:32.752Z","updated_at":"2026-06-16T19:30:35.225Z","avatar_url":"https://github.com/carlos3g.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webhook-it\n\nStable public URLs for webhooks, forwarded in real time to your localhost —\nthrough an interactive terminal dashboard. Runs 100% on your machine; the only\nexternal piece is the ngrok tunnel.\n\n\u003e 📚 **Documentation site** — a full Docusaurus site lives in\n\u003e [`website/`](website/): get-started guides, concepts, a dashboard tour, a CLI\n\u003e reference and architecture, with generated terminal screenshots throughout.\n\u003e Run it with `cd website \u0026\u0026 npm install \u0026\u0026 npm start`.\n\u003e\n\u003e The original Markdown notes are still in [`docs/`](docs/README.md):\n\u003e [current state](docs/STATE.md) · [usage](docs/USAGE.md) ·\n\u003e [motivation](docs/MOTIVATION.md) · [architecture](docs/ARCHITECTURE.md) ·\n\u003e [development](docs/DEVELOPMENT.md)\n\n## What it is\n\n`wi` opens an interactive dashboard (built with [OpenTUI](https://github.com/anomalyco/opentui)\n+ Solid). From it you start/stop the daemon, manage endpoints, watch webhooks\narrive live, and replay events — all from the keyboard.\n\n```\n╭ webhook-it ──────────────────────────── running (tunnel) — https://you.ngrok-free.app ╮\n╭ Endpoints ─────────╮╭ Events — stripe-dev ───────────────────────────────────────────╮\n│ \u003e stripe-dev       ││ 14:02:51  a1b2c3d4e5  POST          200                        │\n│   github-app       ││ 14:02:31  f6g7h8i9j0  POST/refunds  200                        │\n│ ...                ││ ...                                                           │\n╰────────────────────╯╰───────────────────────────────────────────────────────────────╯\n╭ up/down select - u start/stop - n new - c domain - d delete - r replay - q quit ──────╮\n```\n\n## How it works\n\n1. Press `u` in the dashboard to start the local daemon + an ngrok tunnel.\n2. A webhook arrives at the stable public URL → the daemon saves the event and\n   forwards it to your `localhost`, with headers and body intact.\n3. History and replay live in a local SQLite database — nothing leaves your machine.\n\n## Project config\n\nA repo can commit a `.webhook-it.json` listing its webhook endpoints. A teammate\nthen provisions all of them with a single command — `wi apply` — instead of\ncreating each by hand:\n\n```json\n{\n  \"project\": \"acme-api\",\n  \"endpoints\": {\n    \"stripe\": { \"target\": \"http://localhost:3000/webhooks/stripe\" }\n  }\n}\n```\n\nEndpoints are namespaced by `project`, so two repositories never collide. Full\nreference in [`docs/USAGE.md`](docs/USAGE.md).\n\n## Structure\n\n```\napps/\n  cli/       interactive dashboard (OpenTUI + Solid) — `webhook-it` / `wi`\npackages/\n  core/      daemon, bun:sqlite storage, forwarder, ngrok adapter\n  shared/    shared types and zod schemas\n  tsconfig/  base TypeScript configs\ndocs/\n  README.md (index), STATE.md, USAGE.md, MOTIVATION.md,\n  PROJECT.md, ARCHITECTURE.md, DEVELOPMENT.md\n```\n\n## Prerequisites\n\n- **Bun 1.3+** — the runtime, package manager and bundler ([install](https://bun.sh)).\n- **ngrok** — only for tunnel mode: installed and authenticated\n  (`ngrok config add-authtoken \u003ctoken\u003e`), plus a free static domain reserved at\n  \u003chttps://dashboard.ngrok.com/domains\u003e. Local-only testing needs none of this.\n\n## Development\n\n```bash\nbun install\nbun run typecheck\nbun run dev          # runs the dashboard from source (hot reload)\nbun run build        # compiles a standalone binary at apps/cli/dist/wi\n```\n\n## Usage\n\nAfter `bun run build`, run the binary (it is self-contained — no Bun needed to run it):\n\n```bash\n./apps/cli/dist/wi\n```\n\nInside the dashboard: `u` start/stop the daemon · `n` new endpoint · `c` set the\nngrok domain · `t` toggle tunnel/local mode · `r` replay · `d` delete · `q` quit.\n\n`wi apply` (the one subcommand) provisions endpoints from a project's\n`.webhook-it.json`. See [`docs/USAGE.md`](docs/USAGE.md) for the full reference.\n\n## Status\n\nMVP in development. What already works is in [`docs/STATE.md`](docs/STATE.md);\nthe backlog is in [`docs/PROJECT.md`](docs/PROJECT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlos3g%2Fwebhook-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlos3g%2Fwebhook-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlos3g%2Fwebhook-it/lists"}