Generate printable stickers from ENS profile data.
- Fetch ENS profile data from EthFollow API
- Generate 2 sticker formats:
- 500x500px (1x1) - Square sticker with avatar and name
- 1000x500px (2x1) - Rectangular sticker with header, avatar, name, bio, and QR code
- Download generated stickers as PNG files
- Print-ready quality
npm install
npm run devOpen http://localhost:3000 (or next available port) in your browser.
- Next.js 14
- TypeScript
- Tailwind CSS
- html2canvas
- qrcode
Deploy to Railway or any Node.js hosting platform.