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
- π 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
- Alpine.js for reactive UI
- Tailwind CSS for styling
- qrcode-generator for QR code generation
-
Clone the repository:
git clone https://github.com/yourusername/freeqr.git cd freeqr
-
Open
index.html
in your browser or serve it using a local server:python3 -m http.server 8000 # or npx http-server
-
Visit
http://localhost:8000
in your browser
FreeQR is designed with privacy in mind:
- No server-side processing
- No data collection
- No external analytics
- No cookies
- No user tracking
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you find FreeQR useful, consider buying me a coffee βοΈ
This project is licensed under the MIT License - see the LICENSE file for details.
FreeQR is a static site that can be deployed anywhere. The live version is hosted at freeqr.lkly.net.
Made with β€οΈ for the open web