hunvreus/devpush

Like Vercel, but open source and for all languages.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 59 minutes ago
Added to GitGenius on September 14th, 2026
Created on January 16th, 2025
Open Issues & Pull Requests: 17 (+0)
GitHub issues: Enabled
Number of forks: 184
Total Stargazers: 4,747 (+0)
Total Subscribers: 20 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 hours
Mean response time: 12.6 days
90th percentile: 57.2 days
Tracked items: 36

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 11
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 201 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Devpush is a self-hosted continuous deployment platform that provides an open-source alternative to Vercel, Render, and Netlify.

The tool addresses the need for organizations to deploy applications without vendor lock-in or reliance on managed services. The platform supports multiple programming languages through Docker containerization, handles environment configuration with encrypted variables, and provides real-time build and runtime logs. Deployments can be mapped to specific branches, and the system supports instant rollback if needed.

Teams considering adoption should note that the tool is designed for self-hosting on Ubuntu or Debian servers with SSH access, requiring users to manage their own infrastructure rather than relying on a managed platform. It suits organizations that want control over deployment infrastructure, need multi-language support, or prefer not to depend on third-party deployment services. The platform includes team collaboration features with role-based access control, custom domain support with automatic SSL certificates via Let's Encrypt, and environment management across multiple deployment targets. Setup requires configuring a GitHub App for authentication and repository access, along with an email provider for login and team invitations.

Development activity shows consistent engagement with the codebase through regular updates and maintenance. The project maintains organized documentation including architecture details and deployment guides. The development environment is containerized and supports hot reloading on macOS for local work, indicating attention to developer experience. The tool includes a registry system for managing runner and preset definitions, with clear documentation on how to extend or override default configurations.