Manage your Hotel apps directly from Raycast.
- List Apps: View all your Hotel apps and their status.
- Start/Stop: Toggle apps on/off.
- Open in Browser: Quickly open apps via configured TLD (default
.local). - Open Direct URL: Open apps via direct IP:Port (Option + Enter).
- Copy URL: Copy the app URL to clipboard (Cmd + C).
- Open Project Folder: Open the app's directory in Finder (Ctrl + Enter).
- Restart: Restart the app (Cmd + Shift + R).
- Ensure you have Node.js and Raycast installed.
- Navigate to this directory in your terminal.
- Run
npm installto install dependencies. - Run
npm run devto start the development server and import the extension into Raycast.
- Hotel must be running (
hotel start). - Hotel API must be accessible at
http://localhost:2000(default).
The extension assumes Hotel is running on http://localhost:2000. It automatically detects your TLD from ~/.hotel/conf.json (defaults to .local).
Inspired by alfred-hotel.