abi/screenshot-to-code

Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on August 28th, 2026
Created on November 14th, 2023
Open Issues & Pull Requests: 134 (+0)
GitHub issues: Enabled
Number of forks: 9,296
Total Stargazers: 76,377 (+1)
Total Subscribers: 419 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.3 hours
Mean response time: 8.9 days
90th percentile: 2.9 days
Tracked items: 119

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 7% of issues opened in the past year have been closed. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 88
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 553 days
Stale 30+ days: 86
Stale 90+ days: 82

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • model (4)
  • stack (2)
  • video (2)
  • bug (1)
  • good first issue (1)
  • p1 (1)
  • p3 (1)

Most active issues this week

Detailed Description

Screenshot-to-code is a code generation tool that converts screenshots, mockups, Figma designs, and screen recordings into clean, functional code using AI.

The tool addresses the problem of manually translating visual designs into working code. It accepts an image or video as input and uses large language models to generate HTML, CSS, React, Vue, or other web framework code that matches the design. The approach relies on multiple AI model providers—Gemini, OpenAI, Anthropic, and Replicate—each handling different aspects of the conversion: code generation, asset extraction from screenshots, image editing, and background removal. Users can supply API keys from one or more providers; the tool automatically selects stronger model combinations when multiple keys are available.

Adoption suits teams and individuals who want to accelerate UI development from design mockups or existing screenshots. The tool offers both a hosted web application for immediate use and a self-hosted option with a React/Vite frontend and FastAPI backend for those needing customization or self-hosting. The README strongly recommends Gemini and Replicate API keys for best results, particularly for asset extraction and image generation features. A single API key from OpenAI, Anthropic, or Gemini is sufficient to start, though adding all four providers unlocks the full range of capabilities and model comparison.

The project maintains active engagement with a substantial user base, as evidenced by most open issues originating from outside users rather than the core team. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on three primary areas: model selection and performance, supported code stacks, and video-to-code functionality.