https://github.com/Nutlope/qrGPT
An AI QR Code Generator
https://github.com/Nutlope/qrGPT
Last synced: about 2 months ago
JSON representation
An AI QR Code Generator
- Host: GitHub
- URL: https://github.com/Nutlope/qrGPT
- Owner: Nutlope
- Created: 2023-09-16T21:54:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T20:08:57.000Z (over 1 year ago)
- Last Synced: 2025-03-18T02:11:53.961Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://qrgpt.io/
- Size: 8.01 MB
- Stars: 694
- Watchers: 8
- Forks: 136
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-replicate - qrGPT - An AI QR code generator. (Built with Replicate)
README
Generate beautiful AI QR Codes in seconds. Powered by Vercel and Replicate.
Tech Stack ·
Deploy Your Own ·
Authors ·
Credits
## Tech Stack
- Next.js [App Router](https://nextjs.org/docs/app)
- [Replicate](https://replicate.com/) for the AI model
- [Vercel Blob](https://vercel.com/storage/blob) for image storage
- [Vercel KV](https://vercel.com/storage/kv) for redis storage and rate limiting
- [Shadcn UI](https://ui.shadcn.com/) for the component library## Deploy Your Own
You can deploy this template to Vercel with the button below:
[](https://vercel.fyi/qrGPT)
Note that you'll need to:
- Set up [Replicate](https://replicate.com)
- Set up [Vercel KV](https://vercel.com/docs/storage/vercel-kv/quickstart)
- Set up [Vercel Blob](https://vercel.com/docs/storage/vercel-blob/quickstart)## Authors
- Hassan El Mghari ([@nutlope](https://twitter.com/nutlope))
- Kevin Hou ([@kevinhou22](https://twitter.com/kevinhou22))## Credits
- [Codeium](https://codeium.com?repo_name=nutlope%2Fqrgpt) and [v0](https://v0.dev/) for quick prototyping and AI autocomplete
- [Spirals](https://spirals.vercel.app/) for great code patterns and some code (ty Steven)
- [Lim Zi Yang](https://github.com/ZYLIM0702) for the original AI model