{"id":28490914,"url":"https://github.com/lklynet/freeqr","last_synced_at":"2026-04-27T18:34:40.713Z","repository":{"id":286135057,"uuid":"958002944","full_name":"lklynet/freeqr","owner":"lklynet","description":"FreeQR is a lightweight, privacy-focused QR code generator that runs entirely in your browser. No ads, no tracking, just a simple tool that gets the job done.","archived":false,"fork":false,"pushed_at":"2025-10-02T19:49:21.000Z","size":51,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T08:55:33.281Z","etag":null,"topics":["alpinejs","browser-based","javascript","mobile-friendly","no-tracking","offline-first","open-source","privacy","privacy-focused","qr-code","qr-code-generator","static-site","svg-export","tailwindcss","web-app"],"latest_commit_sha":null,"homepage":"https://freeqr.lkly.net","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/lklynet.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}},"created_at":"2025-03-31T13:39:08.000Z","updated_at":"2026-03-11T09:40:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1a54cce-05ac-4c02-b29a-beef373bddad","html_url":"https://github.com/lklynet/freeqr","commit_stats":null,"previous_names":["lklynet/freeqr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lklynet/freeqr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lklynet%2Ffreeqr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lklynet%2Ffreeqr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lklynet%2Ffreeqr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lklynet%2Ffreeqr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lklynet","download_url":"https://codeload.github.com/lklynet/freeqr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lklynet%2Ffreeqr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32349820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["alpinejs","browser-based","javascript","mobile-friendly","no-tracking","offline-first","open-source","privacy","privacy-focused","qr-code","qr-code-generator","static-site","svg-export","tailwindcss","web-app"],"created_at":"2025-06-08T07:30:27.383Z","updated_at":"2026-04-27T18:34:40.709Z","avatar_url":"https://github.com/lklynet.png","language":"HTML","funding_links":["https://buymeacoffee.com/lkly"],"categories":[],"sub_categories":[],"readme":"# FreeQR - Simple, Free QR Code Generator\n\n[![Live Demo](https://img.shields.io/badge/demo-live-green.svg)](https://freeqr.lkly.net)\n[![No Tracking](https://img.shields.io/badge/tracking-none-brightgreen.svg)](#privacy)\n[![No Ads](https://img.shields.io/badge/ads-none-brightgreen.svg)](#privacy)\n\nFreeQR is a lightweight, privacy-focused QR code generator that runs entirely in your browser. No ads, no tracking, just a simple tool that gets the job done.\n\n🌐 **[Try it now at freeqr.lkly.net](https://freeqr.lkly.net)**\n\n## Features\n\n- 🚀 **Instant Generation**: Create QR codes in real-time as you type\n- 🎨 **Customizable Options**:\n  - Multiple size options (200x200, 400x400, 800x800)\n  - Adjustable error correction levels (7% to 30%)\n  - Optional transparent background\n- 📱 **Mobile Friendly**: Responsive design works great on all devices\n- 🔒 **Privacy First**: No tracking, no cookies, no analytics\n- 💾 **Download as SVG**: Get your QR codes in high-quality vector format\n- 🌐 **Works Offline**: All processing happens in your browser\n\n## Technology Stack\n\n- [Alpine.js](https://alpinejs.dev/) for reactive UI\n- [Tailwind CSS](https://tailwindcss.com/) for styling\n- [qrcode-generator](https://github.com/kazuhikoarase/qrcode-generator) for QR code generation\n\n## Local Development\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/freeqr.git\n   cd freeqr\n   ```\n\n2. Open `index.html` in your browser or serve it using a local server:\n   ```bash\n   python3 -m http.server 8000\n   # or\n   npx http-server\n   ```\n\n3. Visit `http://localhost:8000` in your browser\n\n## Privacy\n\nFreeQR is designed with privacy in mind:\n- No server-side processing\n- No data collection\n- No external analytics\n- No cookies\n- No user tracking\n\n## Contributing\n\nContributions are welcome! Here's how you can help:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## Support\n\nIf you find FreeQR useful, consider [buying me a coffee](https://buymeacoffee.com/lkly) ☕️\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Deployment\n\nFreeQR is a static site that can be deployed anywhere. The live version is hosted at [freeqr.lkly.net](https://freeqr.lkly.net).\n\n---\n\nMade with ❤️ for the open web","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flklynet%2Ffreeqr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flklynet%2Ffreeqr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flklynet%2Ffreeqr/lists"}