Skip to content

restart backend

Dev console for

Frontend, backend and all your processes in one clean dashboard. See everything, run commands, and share the context with your coding agents.

Get Started →
npm i -g devall

Fast, free, no signup, 100% local, no BS.

Here’s all you need for a typical React + Express setup:

devall.jsonc
{
"services": [
{
"name": "React Frontend",
"command": "npm",
"args": ["start"],
"cwd": "./frontend",
"port": 3000,
"autostart": true
},
{
"name": "Express API",
"command": "npm",
"args": ["run", "dev"],
"cwd": "./backend",
"port": 5000,
"autostart": true
}
]
}

Save this file, run npx devall, and both services start together with live logs in one dashboard.

devall.json 🪟

The config file for your dev services and commands. Python, Node, tunnels and databases, all in one place. No more terminal tab tetris.

Save time

Run devall. Everything starts, fast. No README hunting. Build, test and lint using dashboard buttons. Switch project fast. No “how do I run this?” ever again.

Built for coding agents

Coding agents need context. Before, you either had to copy-paste logs, or fight over ports. Now everyone gets the logs and shares control. It saves tons of tokens too.

Batteries included

Monitor resource usage, one click https tunnels, auto-fix port conflicts, auto-install missing packages, chat agent, custom plugins, and more.

DevAll can run most things that run in your terminal. No special integrations needed.

Node.js
Node.js
Python
Python
Claude
Claude Code
Model Context Protocol
MCP
Bun
Bun
Deno
Deno
Go
Go
Ruby
Ruby
Rust
Rust
React
React
Vue.js
Vue
Next.js
Next.js
Astro
Astro
Django
Django
FastAPI
FastAPI
Express
Express
PostgreSQL
PostgreSQL
Redis
Redis
MongoDB
MongoDB
MySQL
MySQL
Docker
Docker
Vite
Vite
Vercel
Vercel
Cloudflare
Cloudflare Workers

Combining proven patterns with modern requirements.

Section titled “Combining proven patterns with modern requirements.”

We took the best parts of devtools we’ve been using for years.

Docker Compose

Declarative configuration that's easy to read and version control.
Heavy tooling, slow rebuilds for dev

Turborepo

Monorepo task orchestration - Parallel pipeline execution for complex projects.
Build-focused, not for interactive dev services.

Concurrently

npm-native simplicity - Works with your existing scripts seamlessly.
All-or-nothing restart

PM2

Production-grade reliability - Auto-restart, monitoring, and process control patterns.
Overkill for local dev

tmux

Power user control - Granular control over every process with flexibility.
Steep learning curve

Multiple Terminals

Direct control - The pain point that inspired us to build something better.
Tab chaos, no visibility, repetitive tasks

The 2025 development workflow needs those features:

🤖

AI Integration

Your assistant sees logs and controls services via MCP or CLI

📊

Console UI

Keeps your IDE focused on code, surface important controls

🎯

Selective Control

Restart just one service, not everything

🔍

Smart Logging

Search history, filter by service, share specific errors

Fast Iteration

Instant startup, no container rebuilds

🌐

HTTPS Tunnels

One-click public URLs for auth testing and domain validation

🔒

Privacy First

No signup required, no cloud, all data stays on your computer

📈

Resource Monitoring

Track CPU, memory, and performance metrics for all services in real-time

💬

Chat Agent

Ask questions about your environment and have DevAll agent fix things

🔧

Auto-Fix Issues

Automatically handle stuck ports, missing dependencies - stop wasting time on annoyances

🧩

Custom Plugins

Create custom integrations for logs and systems - extend DevAll to fit your workflow

🖥️

Native App [Alpha]

Keep things separate using the standalone desktop app

Check the full comparison page - for a detailed breakdown of DevAll vs Docker Compose, PM2, Turborepo, Concurrently, tmux, and more.


”DevAll cut our onboarding time from hours to minutes. New developers just run devall and they’re ready to code.”

Sarah Wang, Engineering Lead

“My Claude assistant can finally see what’s running and help debug. It’s like having a senior dev who actually knows the codebase.”

Marcus Davidson, Full-Stack Developer

”Switching between client projects used to mean 10 minutes of setup. Now it’s literally one command.”

Alex Rivera, Freelance Developer

Simple Pricing. No Subscriptions.

Free forever for side projects. One-time payment for professional use.

Free Forever

$0

Perfect for side projects

Full Core Features

Dashboard UI
AI Agent Control (MCP)
Real-time monitoring
Forever free updates

Scale Limits

⚠️ 3 concurrent services
⚠️ 2 Ngrok tunnels

Support

💬 Community support
Commercial use
Get Started

Full-Stack Developers

Juggling React, Express, Postgres, Redis, and three worker processes? Type npx devall, watch them all start, see everything in one place. No more Cmd+Tab Olympics.

AI-Powered Developers

Pair programming with Claude or Cursor? Stop being a human clipboard. Let your AI assistant actually see and control your dev environment. It’s 2025, this should be table stakes.

Agencies & Consultants

Client A uses ports 3000-3003, Client B uses 8000-8003, and you forgot which is which? Save a devall.jsonc per project. One command gets you back into the right headspace.

Open Source Maintainers

Tired of “how do I run this?” issues? Drop a devall.jsonc in your repo. New contributors go from git clone to fully running in 30 seconds. Documentation as code, baby.

What exactly does DevAll do? A visual dashboard for all your development services. Instead of juggling terminal tabs, everything runs in one place that both you and your AI assistant can control.

Do I need to change my existing code or project structure? No. DevAll works with your existing setup. Just add a devall.json config file that points to your existing scripts and services.

How is this different from Docker Compose? Keep Docker for production parity, use DevAll for dev speed. No containers, no rebuilds, instant hot reload, and your AI assistant can actually see what’s happening.

Which AI assistants work with DevAll? Any MCP-compatible assistant (Claude, Cursor, Windsurf, Cline) plus our CLI works with any LLM. Your assistant sees logs and can restart services directly.

Will it work with my stack? If it runs in a terminal, DevAll can manage it. Node, Python, Ruby, Go, anything.

Is the free version really free? Yes. 3 services covers most projects. Pro is for unlimited services and commercial use.

Can I use DevAll in production? No. DevAll is a dev tool, made for DEV, not optimized AT ALL for deploying services. Use PM2, Docker, or proper deployment platforms for production.

What’s MCP? Model Context Protocol - lets AI assistants like Claude interact with tools. DevAll has it built-in so your AI can actually help debug.

How much context does this save when working with AI? Typically 70-80% less copy-pasting. Instead of sending walls of logs, your AI sees everything live and you can reference specific errors.

Can my whole team use this with one license? Each developer needs their own license for commercial use. There’s a team package that will allow you to save, and you can contact us for enterprise needs.

What’s the learning curve? 5 minutes to basic usage, maybe an hour to master advanced features. If you can understand package.json, you’ll be fine with devall.json.

Can my AI assistant actually fix issues or just read logs? Full control. It can restart services, run commands, even fix port conflicts automatically. It’s like giving your AI assistant safe sudo access to your dev environment.

What if I’m working on multiple client projects? Each project gets its own devall.json. Switch projects = one command. All your client-specific ports, services, and configs restore instantly.

Is my code/data safe? Do you collect anything? 100% local, no telemetry, no account required. We literally cannot see your code or logs. Check our source if you want - it’s all transparent.