VibeGhost is the spiritual successor to VibeTunnel

A complete rebuild of VibeTunnel on a modern stack. Built with Next.js, shadcn/ui, and Ghostty Web, with the VibeTunnel API integrated directly for a faster, more reliable, and self-contained experience.

Getting started
Clone, install, and run. You can have VibeGhost up locally in under a minute.
# Clone the repo
git clone https://github.com/openshiporg/vibeghost.git
cd vibeghost
# Install dependencies
npm install
# Start the dev server (default port 4021)
npm run dev
# Or run on a custom port
PORT=4022 npm run dev
The application will be available at http://localhost:4021 (or whichever port you set).
Keep it running
./setup.sh
Run the setup script to keep the application running persistently.
Why we built VibeGhost
VibeTunnel was a great idea, but it had real problems in practice.
Built with the Lit framework, making it difficult to extend and customize.
Didn't work on mobile. Terminal rendering was broken, and pasting images was impossible on mobile.
Pasting large text would crash the server entirely.
Only worked on Chrome. SSE connections failed on Firefox, Safari, and other browsers.
Limited to 6 concurrent sessions due to SSE connection limits.
No input component. Users had to type directly into the raw terminal.
No session organization. All sessions were a flat, unsorted list.
Read below to see how we fixed these issues.
What we're building with VibeGhost

VibeGhost is the tool we use every day to build Openship, a collection of open source platforms that give businesses true ownership of their software. Think of it as open source Shopify, but for every vertical.

Instead of renting infrastructure from platforms that control your code, your data, and your customer relationships, Openship lets you deploy production-ready platforms you fully own. Self-host them or use our cloud. Either way, the code is yours.

E-commerce

An open source Shopify alternative for selling anywhere in the world with multi-region and multi-currency support.

Restaurants

An open source Toast alternative for managing orders, tabling, reservations, menus, and day-to-day restaurant operations.

Gyms

An open platform for fitness businesses to manage memberships, class schedules, trainers, bookings, and recurring billing.

Hotels

An open source hospitality stack for rooms, reservations, guest communication, availability, and property operations.

Grocery

An open commerce platform for grocers with catalog management, local fulfillment, inventory awareness, and repeat ordering.

To learn more, check out our story and our ethos.