managarten/apps/figgos/packages/shared
Chr1st1anG 9d189b1331 feat(figgos): AI generation pipeline + frontend API integration
Backend:
- Add Gemini-powered profile generation (text + image)
- Add image processing with background removal (sharp)
- Add S3 storage service for figure images
- Extend figures schema with generatedProfile, language, status columns
- Wire up synchronous generation pipeline on POST /api/v1/figures

Frontend (Mobile + Web):
- Replace all mock data with real API calls
- Show generatedProfile data (subtitle, backstory, stats, items, specialAttack)
- Display generated images from S3 or name placeholders
- Create web API service ($lib/api.ts)
- Delete mock cards data files

Infrastructure:
- Add CORS origin for web dev port (5196)
- Add GEMINI_API_KEY + FIGGOS_STORAGE_PUBLIC_URL to env generation
- Add figgos-storage bucket to shared-storage factory
- Add .gitignore for workbench/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 23:22:51 +01:00
..
src feat(figgos): AI generation pipeline + frontend API integration 2026-02-11 23:22:51 +01:00
package.json feat(figgos): add figure generation V1 + re-scaffold mobile app 2026-02-11 00:10:53 +01:00
tsconfig.json feat(figgos): add figure generation V1 + re-scaffold mobile app 2026-02-11 00:10:53 +01:00