Badge cards: seven AI artworks for the hunting achievements, the hunter's name stamped on the ribbon server-side (ffmpeg), public share pages /b/<who>/<id> with OG cards, badge strip + share modal + unlock celebration on the board, Telegram photo post gated by OUTBOUND

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-19 20:31:20 -05:00
parent 6338af9efe
commit 8eecc7c0cb
19 changed files with 156 additions and 14 deletions
+2
View File
@@ -1,5 +1,7 @@
FROM node:22-alpine
WORKDIR /app
# badge cards: the hunter's name is drawn onto the artwork with ffmpeg
RUN apk add --no-cache ffmpeg ttf-dejavu
COPY package.json ./
RUN npm install --omit=dev --no-audit --no-fund
COPY . .