voidzero-dev/vite-plus

Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 11th, 2026
Created on March 6th, 2025
Open Issues & Pull Requests: 162 (+0)
GitHub issues: Enabled
Number of forks: 261
Total Stargazers: 5,766 (+0)
Total Subscribers: 27 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 hours
Mean response time: 3.7 days
90th percentile: 4.1 days
Tracked items: 637

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 69% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. 12% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed. Three people close 72% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Vite+ is a unified toolchain that consolidates runtime management, package management, and frontend development tools into a single command-line interface.

The tool addresses the fragmentation of modern web development by bundling Vite, Vitest, Oxlint, Oxfmt, Rolldown, tsdown, and Vite Task into one zero-config entry point. Rather than juggling separate configuration files and commands for linting, formatting, testing, and building, developers use a single vp command that handles the full lifecycle from environment setup through production deployment. Configuration lives in a single vite.config.ts file with type safety and shared defaults, and the tool can migrate existing projects by consolidating tool-specific config files into this unified format.

Vite+ suits teams wanting to eliminate configuration overhead and reduce tool sprawl across their development workflow. It works across Vite's framework ecosystem, making it relevant for projects already using Vite or considering it. The tool is particularly valuable for monorepo setups, where its task caching and dependency-aware scheduling reduce redundant work. Developers managing Node.js versions and package manager selection per project will find the env and install commands useful for standardizing these choices across a team.

The project receives issues from both core maintainers and external users, indicating real-world adoption without creating an unsustainable support burden. Maintainers respond to new issues and pull requests within hours. Work in the issue tracker centers on triage, bug fixes, and issues marked as welcoming contributions.