filiksyos/gitreverse
A web app that extracts a GitHub repository's structure and README, then uses an LLM to synthesize a conversational prompt for recreating the project with AI coding tools.

Users input a GitHub URL or owner/repo slug, and the app queries the GitHub API for repo metadata, root file tree, and README content. An LLM (configurable via Grok, OpenRouter, OpenAI, or Google AI Studio) then generates a short, context-grounded prompt suitable for vibe coding the project from scratch. The tool supports shareable URLs, optional Supabase caching, and integrates multiple LLM providers with auto-detection fallback.