superdesigndev/superdesign

AI Product Design Agent - Open Source

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 seconds ago
Added to GitGenius on September 9th, 2026
Created on June 20th, 2025
Open Issues & Pull Requests: 76 (+0)
GitHub issues: Enabled
Number of forks: 743
Total Stargazers: 6,960 (+1)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 41.8 hours
Mean response time: 7.5 days
90th percentile: 18.7 days
Tracked items: 50

How this project is maintained

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

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 67
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 366 days
Stale 30+ days: 67
Stale 90+ days: 67

Recent activity

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

Top labels

  • bug (1)
  • enhancement (1)
  • ux (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SuperDesign is an AI design agent that generates UI mockups, components, and wireframes directly within your IDE from natural language prompts.

The tool addresses the friction of switching between design tools and code editors by embedding design generation into IDEs like Cursor, Windsurf, Claude Code, and VS Code. It works by accepting a text prompt describing a desired UI and producing visual mockups, reusable components, and wireframes that developers can fork, iterate on, and copy into their projects. Designs are stored locally in a `.superdesign/` directory. The agent can also update existing UI components when given a description of desired changes.

Developers working in AI-augmented code editors who want rapid UI exploration without leaving their editor should consider this tool. It suits projects where quick iteration on design options matters more than pixel-perfect design work, and where the ability to generate multiple design variations from a single prompt provides value. The tool integrates with existing Claude Code and Cursor subscriptions, allowing users to leverage their own API keys. A Chrome extension variant also exists for cloning websites and UI patterns.

The original IDE extension repository is no longer actively maintained, with development having shifted to a web application at superdesign.dev. The project remains open source and available for forking and customization, including modification of prompt templates and agent behaviors. Users can run the tool against local OpenAI-compatible servers by configuring custom API endpoints.