
vitrina
Catálogo y link de pago para tiendas de Instagram.
✨ consumer AI
vitrina
Catálogo y link de pago para tiendas de Instagram.
✨ consumer AIVitrina
Turn any Instagram feed into an instant e-commerce catalog.
About
Vitrina is a tool that takes an Instagram handle (like @nikestore), scrapes the latest posts, and uses AI to convert them into buyable products.
- Scrape: We fetch the latest images and captions from Instagram.
- Analyze: Gemini 3 Pro reads the caption to find the product name and price.
- Enhance: We remove the background from the image for a clean studio look.
- Sell: A payment link (Mercado Pago) is automatically generated for each item.
Tech Stack
- Frontend: React, Vite, Tailwind CSS
- Backend: Convex (Serverless)
- AI: Gemini 3 Pro (Text), Google Nano Banana (Image)
- Scraping: Apify
- Payments: Mercado Pago
Getting Started
-
Install dependencies
npm install -
Run the backend (Convex)
npx convex dev -
Run the frontend
npm run dev -
Open http://localhost:5173 to see the app.
Environment Variables
You will need to set up the following secrets in your Convex dashboard. Check env.template to see all required variables.
APIFY_API_TOKENGOOGLE_API_KEY(for Gemini)MERCADO_PAGO_ACCESS_TOKENCONVEX_DEPLOYMENT_KEY(for Vercel)VITE_CONVEX_URL
