{"id":50762685,"url":"https://github.com/ardhycrjr24/local-api-tester","last_synced_at":"2026-06-11T11:30:42.348Z","repository":{"id":362032419,"uuid":"1256924711","full_name":"ardhycrjr24/local-api-tester","owner":"ardhycrjr24","description":"A lightweight local-first REST API testing tool built with Next.js, TypeScript, and TailwindCSS.","archived":false,"fork":false,"pushed_at":"2026-06-02T08:47:32.000Z","size":117,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T10:25:07.151Z","etag":null,"topics":["api-client","developer-tools","local-first","nextjs","open-source","open-source-project","rest-api","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","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/ardhycrjr24.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":"2026-06-02T07:51:14.000Z","updated_at":"2026-06-02T08:55:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ardhycrjr24/local-api-tester","commit_stats":null,"previous_names":["ardhycrjr24/local-api-tester"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ardhycrjr24/local-api-tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardhycrjr24%2Flocal-api-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardhycrjr24%2Flocal-api-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardhycrjr24%2Flocal-api-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardhycrjr24%2Flocal-api-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ardhycrjr24","download_url":"https://codeload.github.com/ardhycrjr24/local-api-tester/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardhycrjr24%2Flocal-api-tester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197393,"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-11T02:00:06.485Z","response_time":57,"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-client","developer-tools","local-first","nextjs","open-source","open-source-project","rest-api","tailwindcss","typescript"],"created_at":"2026-06-11T11:30:41.683Z","updated_at":"2026-06-11T11:30:42.342Z","avatar_url":"https://github.com/ardhycrjr24.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local API Tester\n\nA lightweight REST API testing tool built with Next.js, TypeScript, and TailwindCSS. Send HTTP requests, view responses, and manage request history — all locally in your browser.\n\n## Screenshot\n\n![Local API Tester](./public/screenshots/local-api-tester.png)\n\n## Features\n\n- Send HTTP requests (GET, POST, PUT, PATCH, DELETE)\n- Custom headers key-value editor\n- JSON body editor with validation\n- Response viewer with status, headers, body, and response time\n- Pretty JSON formatting for valid JSON responses\n- Request history saved to localStorage\n- Saved requests with custom names\n- Sensitive header masking (Authorization, Cookie, API-Key, etc.)\n- URL validation\n\n## Tech Stack\n\n- **Next.js** (App Router)\n- **TypeScript**\n- **TailwindCSS**\n- **localStorage** for data persistence\n- **Next.js Route Handlers** for server-side HTTP requests\n\n## How it works\n\nRequests are sent from your browser to `POST /api/send-request`, which is a Next.js Route Handler that runs on the server. The server then makes the actual HTTP request to the target URL, avoiding CORS issues and keeping the request logic server-side.\n\n## Installation\n\n```bash\nnpm install\n```\n\n## Development\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser.\n\n## Build\n\n```bash\nnpm run build\nnpm run start\n```\n\n## Privacy\n\n- All request data (history and saved requests) is stored **only in your browser's localStorage**.\n- No data is sent to any third-party server except the target APIs you explicitly request.\n- Sensitive headers (Authorization, Cookie, X-API-Key, etc.) are masked in the UI.\n- This application runs entirely on your local machine.\n\n### ⚠️ Security Warning\n\nThe `/api/send-request` endpoint acts as an open proxy — it forwards any HTTP request to any URL on your behalf. This is **intended for local development only**.\n\n**DO NOT** deploy this application to a public server without adding proper authentication and rate limiting. Doing so would create an open proxy that anyone could abuse.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardhycrjr24%2Flocal-api-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fardhycrjr24%2Flocal-api-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardhycrjr24%2Flocal-api-tester/lists"}