
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
It combines public scraping with AI-powered theme extraction from transcripts, runs entirely offline after setup, and provides time-series metrics tracking without relying on cloud servers or databases.
Panel personal para analizar el rendimiento de tus Reels de Instagram: qué vídeos funcionan mejor, cómo evolucionan sus métricas en el tiempo, de qué hablan (temática, formato, gancho) según su transcript, y comparación entre reels para entender qué le gusta a tu audiencia.
Los datos se descargan a archivos locales en tu ordenador vía Apify (scraping público) y Claude (análisis del transcript). La app los lee desde ahí; no hay servidor en la nube ni base de datos.
| Programa | Para qué sirve | Cómo comprobarlo |
|---|---|---|
| Node.js (v18 o superior) | Ejecutar la app web | node --version |
| Python (v3.10 o superior) | Descargar y analizar los reels | python3 --version |
También necesitas:
apify/instagram-reel-scraper: las métricas son baratas y el transcript es un add-on cobrado por minuto de audio (~$0.05 por reel de 20-30s en nuestras pruebas). Sin límite artificial de usos.Nunca subas este archivo a internet.
cp .env.example .env
Abre .env y rellena:
APIFY_TOKEN=tu_token_de_apify
ANTHROPIC_API_KEY=tu_api_key_de_anthropic
IG_USERNAME=tu_usuario_de_instagram
APIFY_TOKEN: Apify → Settings → Integrations → Personal API tokens.ANTHROPIC_API_KEY: Anthropic Console → API Keys.IG_USERNAME: tu usuario público de Instagram, sin @.cd fetch
python3 -m pip install -r requirements.txt
cd ..
Desde la carpeta raíz del proyecto:
python3 fetch/sync.py --limit 10
Qué hace este comando (encadena 4 pasos):
fetch_reels.py — descarga tus reels y sus métricas públicas (vistas, likes, comentarios) vía Apify.fetch_transcripts.py — transcribe el audio de cada reel vía Apify.analyze_themes.py — analiza cada transcript con Claude para extraer temática, formato, tipo de gancho y tono.build_dataset.py — combina todo en `public/data/reels.jsNecesito entender como funcionan mis reels...
Similar projects matched by category, topics, and programming language.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.