Back to browse
GitHub Repository
1 starsTypeScript

Lazy as a Service – Antigravity Extension

by lakruoneX·Mar 14, 2026·1 point·0 comments

AI Analysis

MidShip It

GUI wrapper for terminal processes when npm-run-all and foreman already solve this.

Strengths
  • Custom stop commands enable graceful shutdown instead of force-killing processes
  • Pseudoterminal isolation keeps services running independently in background
  • One-click Start All genuinely reduces terminal tab management friction
Weaknesses
  • Process management is solved by npm-run-all, foreman, and Laravel Valet already
  • Laravel-specific defaults limit appeal beyond that narrow ecosystem
Target Audience

Laravel and PHP developers

Similar To

npm-run-all · Foreman · Laravel Valet

Post Description

I built this because I got tired of reopening the same terminal tabs every day for Laravel, Vite, ngrok, queue workers, and random helper commands. LaaS is a small Antigravity / VS Code extension that turns those commands into a sidebar panel with start, stop, and inspect controls. It also supports custom stop commands, so services can shut down more cleanly instead of just getting killed. The main goal is to reduce terminal tab clutter and make local dev stacks a bit less annoying to manage. Would love feedback on whether this is useful, and what features would make it better for your workflow. I think idea would help someone like me. (Extension: https://open-vsx.org/extension/lakruwanx/laas).

Similar Projects