Push your theme or plugin to GitHub. Every connected WordPress site sees the update instantly. No FTP. No manual uploads. Just git push.
Built for WordPress developers and agencies who manage custom code across multiple sites.
Push to your main branch. GitHub Actions builds the ZIP, uploads it, and publishes the release. Zero manual steps.
Every request validated with API key + domain. Download URLs expire in 5 minutes. No permanent public links.
See every site, every version, every check-in. Know instantly which sites are current and which need attention.
Uses WordPress’s built-in update system. Site admins see updates in wp-admin and install with one click. No learning curve.
Invite team members, share products and sites across your organization. Manage everything from one workspace.
Manage both custom themes and plugins from the same dashboard. Same workflow, same release pipeline, same visibility.
From git push to wp-admin update notification in under a minute.
Add your theme or plugin in the VelvetPress dashboard. Get a deploy key and a ready-to-use GitHub Actions workflow.
Register each WordPress site and get an API key. Install the VelvetPress plugin and enter the key.
Push a version bump to your main branch. The workflow builds a ZIP, uploads it, and every connected site sees the update in wp-admin.
Bump the version, push to main. VelvetPress handles the rest.
# Bump your theme version
$ vim style.css # Version: 2.1.0 → 2.2.0
# Push to main
$ git add -A && git commit -m "v2.2.0" && git push
# GitHub Action runs automatically:
→ Building ZIP...
→ Uploading to VelvetPress...
→ Publishing release metadata...
✓ Released my-theme v2.2.0
# Every connected site now sees the update in wp-adminVelvetPress is free to use during the beta period. We're building this for agencies and developers who need a better way to ship WordPress updates.