No description
Find a file
2026-02-25 21:17:54 -03:00
image-renderer feat: migrate to Meta API, add Gamification streaks, Recharts dashboard, and Image Renderer component 2026-02-25 21:17:54 -03:00
public fix: Revert PWA features to restore stability and fix loading freeze in UserContext 2026-02-17 20:58:23 -03:00
src feat: migrate to Meta API, add Gamification streaks, Recharts dashboard, and Image Renderer component 2026-02-25 21:17:54 -03:00
supabase feat: migrate to Meta API, add Gamification streaks, Recharts dashboard, and Image Renderer component 2026-02-25 21:17:54 -03:00
.dockerignore chore: add Dockerfile and nginx config for deployment 2026-02-17 18:00:11 -03:00
.env feat: SEO implementation and Stability Audit fixes (use UserContext, ErrorBoundary, Env Vars) 2026-02-17 20:01:09 -03:00
.gitignore feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -03:00
Dockerfile chore: add Dockerfile and nginx config for deployment 2026-02-17 18:00:11 -03:00
foodsnappronto.rar feat: Add PWA support with placeholder icons and manifest configuration 2026-02-17 20:46:57 -03:00
index.html chore: add Meta domain verification tag 2026-02-20 16:18:34 -03:00
metadata.json feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -03:00
nginx.conf chore: add Dockerfile and nginx config for deployment 2026-02-17 18:00:11 -03:00
package-lock.json feat: migrate to Meta API, add Gamification streaks, Recharts dashboard, and Image Renderer component 2026-02-25 21:17:54 -03:00
package.json feat: migrate to Meta API, add Gamification streaks, Recharts dashboard, and Image Renderer component 2026-02-25 21:17:54 -03:00
README.md feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -03:00
supabase_introspection.sql feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -03:00
tsconfig.json feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -03:00
vite.config.ts fix: Revert PWA features to restore stability and fix loading freeze in UserContext 2026-02-17 20:58:23 -03:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1ieKyFsxWOnR3ACt_oJ5Hpidgm9Wny9At

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev