{"id":30583951,"url":"https://github.com/styfle/vgrok","last_synced_at":"2025-10-10T15:22:12.543Z","repository":{"id":308243945,"uuid":"1031490841","full_name":"styfle/vgrok","owner":"styfle","description":"🪐 Get a secure public URL for a local web server so you can trigger webhooks","archived":false,"fork":false,"pushed_at":"2025-09-16T13:30:11.000Z","size":31,"stargazers_count":82,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-17T22:54:26.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/styfle.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}},"created_at":"2025-08-03T21:12:17.000Z","updated_at":"2025-09-16T13:30:15.000Z","dependencies_parsed_at":"2025-08-05T00:03:34.317Z","dependency_job_id":"516e0d02-0481-484f-9cda-c3647b210c43","html_url":"https://github.com/styfle/vgrok","commit_stats":null,"previous_names":["styfle/vgrok"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/styfle/vgrok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styfle%2Fvgrok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styfle%2Fvgrok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styfle%2Fvgrok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styfle%2Fvgrok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/styfle","download_url":"https://codeload.github.com/styfle/vgrok/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/styfle%2Fvgrok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004576,"owners_count":26083735,"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-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2025-08-29T09:02:19.978Z","updated_at":"2025-10-10T15:22:12.537Z","avatar_url":"https://github.com/styfle.png","language":"JavaScript","readme":"# vgrok\n\nGet a secure public URL for your local web server so you can trigger webhooks, etc.\n\nBuilt with [Vercel sandbox](https://vercel.com/docs/vercel-sandbox).\n\n\u003e [!IMPORTANT]\n\u003e vgrok is designed for quick local development. If you want quick production and preview deployments with secure public urls, [connect your repo to Vercel](https://vercel.com/new) so you can automatically deploy on `git push`.\n\n## Usage\n\nFirst,Install globally from npm\n\n```sh\nnpm i -g @styfle/vgrok\n```\n\nNext, set environment variables so vgrok knows where to create the sandbox server:\n\n```sh\nexport VERCEL_TEAM_ID=team_abc \nexport VERCEL_PROJECT_ID=prj_123 \nexport VERCEL_TOKEN=mytoken\n```\n\nThen start the vgrok cli with the port of your local server, for example:\n\n```sh\nvgrok 3000\n```\n\nThis will print a unique url so that your local server on port 3000, like `next dev`, is now accessible to the world.\n\nThe default behavior is to shutdown the connection and corresponding sandbox when the vgrok process exits (CTRL+C).\n\nIf you plan to run vgrok more frequently and don't want to wait a couple seconds for the sandbox, you can reuse a sandbox, or rather not shutdown the sandbox when the vgrok process exits.\n\n```sh\nvgrok 3000 start # create a sandbox and connect the tunnel\n# CTRL+C will disconnect the tunnel but not shudown the sandbox\nvgrok 3000 stop  # shutdown the sandbox \n```\n\n## Caveats\n\n- The sandbox has a timeout of 45 min for Hobby teams (need to spawn a new sandbox on timeout)\n- The sandbox only runs in the `iad1` region (might feel slow if you're outside US East)\n- Does not handle multiple connections to the same sandbox (is this useful, might bring down cost?)\n- Logs are really noisy right now (need to hide behind verbose flag)\n","funding_links":[],"categories":["JavaScript","TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstyfle%2Fvgrok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstyfle%2Fvgrok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstyfle%2Fvgrok/lists"}