MVP: quiz → choose region → upload photo → generate card → export PNG → share link (no DB).
- Install deps
npm install- Create
.env.local
CARD_TOKEN_SECRET="change-me"- Run dev server
npm run dev- The share link contains signed card metadata only (not the uploaded photo) in this MVP.
- PNG export is generated via
POST /api/render(SVG → PNG using@resvg/resvg-js).