jakearchibald/svgomg

Web GUI for SVGO

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 10th, 2026
Created on December 17th, 2014
Open Issues & Pull Requests: 123 (+0)
GitHub issues: Enabled
Number of forks: 526
Total Stargazers: 6,198 (+0)
Total Subscribers: 96 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 77.1 days
Mean response time: 314.4 days
90th percentile: 676.7 days
Tracked items: 21

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 19
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,148 days
Stale 30+ days: 19
Stale 90+ days: 17

Recent activity

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

Top labels

  • enhancement (1)
  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SVGOMG is a web-based graphical interface for SVGO, the SVG optimization library.

SVGO is a powerful command-line tool for optimizing SVG files by removing unnecessary data and applying various transformations, but its configuration options can be difficult to explore and adjust without documentation. SVGOMG solves this by providing an interactive web interface that exposes the majority of SVGO's configuration options in a visual, discoverable way. Users can upload SVG files, toggle optimization settings through the GUI, and immediately see the results, making it easy to experiment with different optimization strategies and understand what each option does.

SVGOMG suits developers and designers who want to optimize SVG files without learning SVGO's command-line interface or configuration syntax. It is particularly valuable for those who need to fine-tune optimization settings on a per-file basis or who want to understand the impact of individual optimization options before committing to a build pipeline configuration. The tool works entirely in the browser, requiring no installation or setup beyond visiting the hosted application.

The project maintains an active issue tracker where feature requests and planned improvements are tracked, inviting community input on desired functionality.