No description
Find a file
2026-02-17 18:54:23 -03:00
src fix: map mensal/trimestral/anual entitlements to pro plan 2026-02-17 18:54:23 -03:00
supabase fix: implement stripe portal and upgrade button logic 2026-02-17 18:32:47 -03:00
.dockerignore chore: add Dockerfile and nginx config for deployment 2026-02-17 18:00:11 -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
foodsnap-main.rar feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -03:00
foodsnap.rar feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -03:00
index.html feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -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: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -03:00
package.json feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -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 feat: complete dashboard redesign, payment history, and backend limits 2026-02-17 17:49:42 -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