Skip to content
/ freeqr Public

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.

License

Notifications You must be signed in to change notification settings

lklynet/freeqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

FreeQR - Simple, Free QR Code Generator

Live Demo No Tracking No Ads

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

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

Local Development

  1. Clone the repository:

    git clone https://github.com/yourusername/freeqr.git
    cd freeqr
  2. Open index.html in your browser or serve it using a local server:

    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 β˜•οΈ

License

This project is licensed under the MIT License - see the LICENSE file for details.

Deployment

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages