A simple, fast, and free web app for generating static QR codes from URLs. No sign-up required, no tracking, and your QR codes never expire. Built with Next.js and React.
- Generate static QR codes instantly from any URL
- Download or copy the QR code image to your clipboard
- Clean, modern, mobile-friendly interface
- 100% free and open source
Clone the repository and install dependencies:
git clone <your-repo-url>
cd free-qr-codes
pnpm installStart the development server:
pnpm run devThen open http://localhost:3000 in your browser.
To build and preview the app for production:
pnpm run build
pnpm startContributions are welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.
- For bug fixes, please describe the problem and steps to reproduce it.
- For new features, briefly explain your idea and how it improves the app.
We appreciate your help in making this QR code generator better for everyone!
MIT License