https://github.com/lklynet/freeqr
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.
https://github.com/lklynet/freeqr
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
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lklynet/freeqr
- Owner: lklynet
- License: mit
- Created: 2025-03-31T13:39:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-02T19:49:21.000Z (8 months ago)
- Last Synced: 2026-03-30T08:55:33.281Z (2 months ago)
- 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
- Language: HTML
- Homepage: https://freeqr.lkly.net
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeQR - Simple, Free QR Code Generator
[](https://freeqr.lkly.net)
[](#privacy)
[](#privacy)
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.
🌐 **[Try it now at freeqr.lkly.net](https://freeqr.lkly.net)**
## Features
- 🚀 **Instant Generation**: Create QR codes in real-time as you type
- 🎨 **Customizable Options**:
- Multiple size options (200x200, 400x400, 800x800)
- Adjustable error correction levels (7% to 30%)
- Optional transparent background
- 📱 **Mobile Friendly**: Responsive design works great on all devices
- 🔒 **Privacy First**: No tracking, no cookies, no analytics
- 💾 **Download as SVG**: Get your QR codes in high-quality vector format
- 🌐 **Works Offline**: All processing happens in your browser
## Technology Stack
- [Alpine.js](https://alpinejs.dev/) for reactive UI
- [Tailwind CSS](https://tailwindcss.com/) for styling
- [qrcode-generator](https://github.com/kazuhikoarase/qrcode-generator) for QR code generation
## Local Development
1. Clone the repository:
```bash
git clone https://github.com/yourusername/freeqr.git
cd freeqr
```
2. Open `index.html` in your browser or serve it using a local server:
```bash
python3 -m http.server 8000
# or
npx http-server
```
3. Visit `http://localhost:8000` in your browser
## Privacy
FreeQR is designed with privacy in mind:
- No server-side processing
- No data collection
- No external analytics
- No cookies
- No user tracking
## Contributing
Contributions are welcome! Here's how you can help:
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## Support
If you find FreeQR useful, consider [buying me a coffee](https://buymeacoffee.com/lkly) ☕️
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Deployment
FreeQR is a static site that can be deployed anywhere. The live version is hosted at [freeqr.lkly.net](https://freeqr.lkly.net).
---
Made with ❤️ for the open web