Local dev environment
with pit-lane speed.
PIT is a developer-first stack manager: run Nginx, PHP-FPM, and tools with clean process control, predictable ports/sockets, and project-first routing. Built to feel like an F1 pit stop: minimal downtime.
$ pit up
✓ nginx started :80
✓ php-fpm started unix:/runtime/php/php-fpm.sock
✓ tools pool ready unix:/runtime/_tools/php/php-fpm.sock
$ pit projects
• laravel-app → laravel-app.test
• ci4-panel → ci4-panel.test
$ pit down
✓ stopped cleanly (no zombie processes) Features
The core stuff PIT is obsessed with.
Start/stop services cleanly, keep logs structured, and avoid zombie processes.
Map projects to virtual hosts quickly, keep configs stable, and reduce “where is it pointing?” pain.
Run internal tools under a dedicated runtime folder, separate from project pools.
No system-wide mess. Keep everything self-contained and reproducible.
Pit-lane workflow
Short, strict, repeatable.
- 01Start engine
Boot services with consistent sockets and logs.
- 02Load projects
Route vhosts and isolate configs per project.
- 03Control & iterate
Restart cleanly, avoid port chaos, keep momentum.
Jump into docs for install, commands, and architecture.