{"id":45269356,"url":"https://github.com/damet24/reqly","last_synced_at":"2026-02-21T01:00:36.206Z","repository":{"id":339315984,"uuid":"1161406802","full_name":"Damet24/Reqly","owner":"Damet24","description":"Desktop application (Electron + Vite + React) to create and manage HTTP requests, collections, and environments.","archived":false,"fork":false,"pushed_at":"2026-02-19T20:07:08.000Z","size":390,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-19T23:15:13.983Z","etag":null,"topics":["codemirror-editor","electron","fetch-api","javascript","pnpm","reactjs","shadcn-ui","tailwindcss","vite","zustand"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Damet24.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-02-19T04:18:53.000Z","updated_at":"2026-02-19T20:07:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Damet24/Reqly","commit_stats":null,"previous_names":["damet24/http-requests-app","damet24/reqly"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Damet24/Reqly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Damet24%2FReqly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Damet24%2FReqly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Damet24%2FReqly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Damet24%2FReqly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Damet24","download_url":"https://codeload.github.com/Damet24/Reqly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Damet24%2FReqly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29669823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"ssl_error","status_checked_at":"2026-02-20T23:52:33.807Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["codemirror-editor","electron","fetch-api","javascript","pnpm","reactjs","shadcn-ui","tailwindcss","vite","zustand"],"created_at":"2026-02-21T01:00:15.974Z","updated_at":"2026-02-21T01:00:36.200Z","avatar_url":"https://github.com/Damet24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reqly Desktop\n\n![Reqly Desktop](.github/screenshot.png)\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Electron](https://img.shields.io/badge/Electron-Desktop-47848F)\n![React](https://img.shields.io/badge/React-19-61DAFB)\n![Vite](https://img.shields.io/badge/Vite-5-646CFF)\n![Zustand](https://img.shields.io/badge/State-Zustand-000000)\n![CodeMirror](https://img.shields.io/badge/Editor-CodeMirror-orange)\n![Tailwind](https://img.shields.io/badge/Style-Tailwind-38BDF8)\n\nA modern desktop HTTP client built with **Electron + React + Vite** that allows you to create, organize, and execute HTTP requests with full environment support.\n\n---\n\n## 🚀 Features\n\n* Create, edit, and execute HTTP requests\n* Organize requests into collections\n* Environment-based variables\n* CodeMirror-powered request body and response editor\n* Automatic `Content-Type` handling\n* Resizable split panels (request/response view)\n* Local workspace persistence\n* Clean, modular architecture\n\n---\n\n## 🏗 Architecture\n\n```\nElectron Main Process\n        │\n     Preload (IPC bridge)\n        │\n     React Renderer\n        │\n     Zustand Global Store\n        │\n File-based Persistence Layer\n```\n\n---\n\n## 🛠 Tech Stack\n\n* Electron\n* React 19\n* Vite\n* Zustand\n* CodeMirror\n* Tailwind CSS\n* react-resizable-panels\n\n---\n\n## 📦 Installation\n\n```bash\npnpm install\npnpm start\n```\n\n---\n\n## 🧪 Scripts\n\n| Command        | Description                  |\n| -------------- | ---------------------------- |\n| `pnpm start`   | Run in development mode      |\n| `pnpm package` | Package the application      |\n| `pnpm make`    | Generate platform installers |\n| `pnpm publish` | Publish build artifacts      |\n\n---\n\n## 📂 Project Structure\n\n```\nsrc/\n ├── main.js\n ├── preload.js\n ├── renderer.jsx\n ├── application/\n ├── infrastructure/\n ├── store/\n └── ui/\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamet24%2Freqly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamet24%2Freqly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamet24%2Freqly/lists"}