{"id":51277581,"url":"https://github.com/iambhvsh/blkproxy","last_synced_at":"2026-06-29T22:02:12.466Z","repository":{"id":311435513,"uuid":"1043692657","full_name":"iambhvsh/blkproxy","owner":"iambhvsh","description":"A lightweight CORS proxy built for fast, secure, and simple API access with zero configuration.","archived":false,"fork":false,"pushed_at":"2026-05-19T18:41:32.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T21:14:29.178Z","etag":null,"topics":["api-proxy","cors-proxy","edge-functions","proxy","serverless","vercel"],"latest_commit_sha":null,"homepage":"https://blkproxy.iambhvsh.in","language":"HTML","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/iambhvsh.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-24T12:22:25.000Z","updated_at":"2026-05-19T18:50:24.000Z","dependencies_parsed_at":"2025-08-24T18:00:56.157Z","dependency_job_id":"7db220ae-bfaf-4cda-8ea1-94a13a924a07","html_url":"https://github.com/iambhvsh/blkproxy","commit_stats":null,"previous_names":["iambhvsh/blkproxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iambhvsh/blkproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambhvsh%2Fblkproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambhvsh%2Fblkproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambhvsh%2Fblkproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambhvsh%2Fblkproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iambhvsh","download_url":"https://codeload.github.com/iambhvsh/blkproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambhvsh%2Fblkproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34944147,"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-29T02:00:05.398Z","response_time":58,"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":["api-proxy","cors-proxy","edge-functions","proxy","serverless","vercel"],"created_at":"2026-06-29T22:02:11.116Z","updated_at":"2026-06-29T22:02:12.461Z","avatar_url":"https://github.com/iambhvsh.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blkproxy\n\nA lightweight, zero-config CORS proxy designed for developers to bypass cross-origin restrictions during local development and testing.\n\nBuilt on Vercel's edge network for low latency and reliability.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/iambhvsh/blkproxy)\n[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fblkproxy.iambhvsh.in%2Fapi%2Fhealth\u0026query=%24.message\u0026label=status\u0026color=green)](https://blkproxy.iambhvsh.in/api/health)\n\n---\n\n## Features\n\n* **Zero Configuration:** No API keys or setup required.\n* **Global Edge:** Powered by Vercel for low latency.\n* **Security:** Built-in SSRF protection and security headers.\n* **Reliability:** Intelligent retry mechanism for transient network errors.\n* **Privacy:** Request and response bodies are never logged.\n\n## Usage\n\nSimply prepend the proxy URL to your target API endpoint.\n\n```javascript\nconst targetUrl = 'https://api.example.com/data';\nconst proxyUrl = `https://blkproxy.iambhvsh.in/api/proxy?url=${encodeURIComponent(targetUrl)}`;\n\nfetch(proxyUrl)\n  .then(response =\u003e response.json())\n  .then(console.log)\n  .catch(console.error);\n```\n\n## Self-Hosting\n\n1-Click Deploy to Vercel:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/iambhvsh/blkproxy)\n\nOr deploy manually:\n\n```bash\ngit clone https://github.com/iambhvsh/blkproxy.git\ncd blkproxy\nnpx vercel\n```\n\n## Protections and Limits\n\nTo ensure the reliability and sustainability of the public instance, the following fair-use limits are enforced:\n\n* **Rate Limiting:** 30 requests per minute per IP.\n* **Payload Size:** Maximum 5MB response payload.\n* **Media Disabled:** Media streaming is not supported to prevent abuse. Video and audio content types, range requests, and media extensions (.mp4, .mp3, etc.) are blocked.\n* **SSRF Protection:** Requests to localhost, private IP ranges (IPv4/IPv6), and invalid protocols are automatically blocked.\n\nIf you are self-hosting, these values can be adjusted in the `CONFIG` object within `api/proxy.js`.\n\n## API Reference\n\n### Proxy Endpoint\n`GET/POST/PUT/PATCH/DELETE /api/proxy?url=\u003ctarget\u003e`\n\n*(Note: Public instance is limited to 30 req/min/IP, 5MB response payload, and media streaming disabled.)*\n\n### Health Check\n`GET /api/health`\n\n## License\n\nMIT License. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiambhvsh%2Fblkproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiambhvsh%2Fblkproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiambhvsh%2Fblkproxy/lists"}