/preview - Preview Management
$ARGUMENTS
Task
Manage preview server: start, stop, status check.
Commands
code
/preview - Show current status /preview start - Start server /preview stop - Stop server /preview restart - Restart /preview check - Health check
Usage Examples
Start Server
code
/preview start Response: 🚀 Starting preview... Port: 3000 Type: Next.js ✅ Preview ready! URL: http://localhost:3000
Status Check
code
/preview Response: === Preview Status === 🌐 URL: http://localhost:3000 📁 Project: C:/projects/my-app 🏷️ Type: nextjs 💚 Health: OK
Port Conflict
code
/preview start Response: ⚠️ Port 3000 is in use. Options: 1. Start on port 3001 2. Close app on 3000 3. Specify different port Which one? (default: 1)
Technical
Auto preview uses auto_preview.py script:
bash
python .agent/scripts/auto_preview.py start [port] python .agent/scripts/auto_preview.py stop python .agent/scripts/auto_preview.py status
Built with ❤️ from Antigravity Kit & UXUI ProMax MIT © Vudovn