Now in Private Beta

Your local
environment supercharged

Hibernate idle projects, monitor workflows & deployments, and maintain service health automatically

Get early access

Subscribe to stay updated on upcoming features

Devkeepr Interface - Modern dashboard for managing your projects

Your Project command center

A single interface to that puts your projects at your fingertips

Run your project scripts (npm, composer, makefile, github workflows) from anywhere and see project health at a glance

npm composer brew makefile GitHub workflows

Smart Hibernation

Idle projects stay small by intelligently deleting dependencies, cache and build files

They wake up instantly the moment you start working

Before
2.4 GB
After
3.8 MB

Global Updater

Keeps your global dependencies up to date with scheduled updates

Coming Soon

Workflow Monitor

Stay notified on CI/CD workflows without leaving your IDE

Coming Soon

Deployment Watcher

Watch deployments across your favorite platforms in real-time

Developer friendly

Configuration lives in your project's devkeepr.yml file. Commit it, share it, and your entire team stays in sync

devkeepr.yml — Configure his behaviour directly from your IDE

devkeepr.yml
autoWake: true
hibernateSchedule: "weekly"
hibernateCommands:
- "rm -rf vendor"
- "rm -rf node_modules"
- "git branch -r --merged"
wakeCommands:
- "git fetch origin main"
- "composer install"
- "npm install"

Works with your favorite stack

Composer package manager logo