Skip to content
AppClap

One Open Source Box Comes for Vercel and Superhuman

Vercel just raised at a nine-billion-dollar valuation. Superhuman got absorbed into Grammarly. Openship is an open source platform that does the core of both, plus your databases and your email, on a server you own for a few dollars a month.

Markiian Lebiak

Founder

Aug 4, 2026

6 min read

One large green container holding five stacked bands, with empty outlined boxes drifting away at the edges

Count the invoices behind one small web app sometime. There is the host that runs it. A managed Postgres sitting next to it. An S3 bucket for uploads. A transactional email service so password resets actually arrive. Maybe a log viewer, a cron runner, an uptime monitor. And then, because you are the kind of person who lives in your inbox, thirty dollars a month for a faster one on top. None of these are expensive on their own. Together they are a quiet rent you pay forever, to five different landlords, for software that mostly runs itself.

Openship is a bet that you should not have to.

It is an open source, self-hosted platform that rolls that whole stack into one thing you run on a server you own. The tagline is blunt about it: “Deploy anything. Own everything.” The slogan is not the interesting part. What is interesting is how much of that paid stack it quietly swallows.

What Openship actually is

At its core, Openship is a deploy platform. You push code and it builds, configures, and ships it, with preview environments for pull requests, instant rollbacks to any earlier version, and zero-downtime releases. It auto-detects the framework, so Next.js, Node, Python, Go, Rust, Rails, Laravel, Django, and plain Docker all just work. If you have used Vercel or Heroku, the shape is familiar. The difference is whose computer it runs on. Yours, not theirs.

That is the part with a price tag attached everywhere else. Vercel, the best-known name in this category, closed a round in late 2025 at a nine-point-three billion dollar valuation, on top of more than eight hundred million dollars raised. Netlify has taken in north of two hundred million. Heroku, the one that taught everyone what push-to-deploy should feel like, spent its goodwill the day it killed its free tier and sent a generation of side projects looking for a new home. Openship is one of the places they moved into.

But the deploy engine is only the first invoice it deletes. Openship also runs your managed databases, Postgres, MySQL, MongoDB, and Redis, plus S3-compatible object storage, a CDN for static files, autoscaling, a secrets vault, streaming logs, and an audit trail. Each of those is normally its own line item from its own vendor. Here they are features of a single thing, configured from an openship.json in your repo, shipped under Apache 2.0. There is a CLI, a web dashboard, native Mac and Windows apps, and, because it is 2026, an MCP hook so an AI agent can drive your deploys. It has already crossed ten thousand stars on GitHub, which for self-hosted infrastructure is a lot of people volunteering to babysit someone else’s server software.

It is less “an open source Vercel” and more “an open source version of your entire monthly SaaS statement.”

The email part is the quiet flex

The thing that made me stop scrolling was the mail server. Openship ships a real one, built in. Not a webhook into someone else’s API. An actual mail server you run, with unlimited domains and mailboxes, one-click SPF, DKIM, and DMARC so your mail authenticates properly, delivery through Amazon SES or any SMTP relay you like, and a REST API with webhooks for opens, clicks, and bounces.

Sitting on top of it is a webmail client that is openly gunning for Superhuman. The copy promises “email at the speed of thought,” which is more or less Superhuman’s whole personality, and the feature list is the same keyboard-first, reply-in-seconds, search-everything pitch. What changes is the bottom of the invoice. Superhuman charges around thirty dollars per seat per month, raised more than a hundred million dollars, was last valued near eight hundred and twenty-five million, and in 2025 got absorbed into Grammarly. Openship’s version has, in its own words, “no per-seat tax,” because there is no seat and no vendor. There is a mailbox on a machine that belongs to you.

That quietly reframes the category. The pitch of a fast paid inbox was always speed, but speed is table stakes now. The thing the paid tools still hold over you is the meter, a number that climbs with every teammate and never comes back down. Openship Mail’s answer is to delete the meter. Your cost is the box, whether that is three mailboxes or three hundred.

Why a small team can suddenly do all of this

It is fair to wonder how a handful of people ship something that competes, on paper, with five funded companies at once. The answer is that the hard parts stopped being hard. Containers made “run any app anywhere” routine. Let’s Encrypt made TLS free and automatic. A five dollar VPS now has muscle that used to need a rack. Once deploying, certificates, and mail authentication are all solved, scriptable problems, the moat around “we run the servers for you” is mostly a nice dashboard and a bill.

And Openship is not doing this alone, which is the real story. Coolify, the open source self-hosted answer to Vercel and Heroku, has passed fifty-six thousand stars doing exactly this for deployment. Dokploy and Dokku live on the same street. What Openship adds is greed in the good sense: it refuses to stop at deploys and pulls the databases, the storage, the mail, and even the agents into the same box you already own. The category is not one clever app anymore. It is a whole neighborhood of them, and it is filling up fast.

What you actually take on

None of this is free in the way that matters most, which is your attention. When you self-host the stack, you also host the responsibility. The 2am page is yours. So is the backup you forgot to test, the disk that quietly filled up, and the sender reputation you have to earn before your mail lands in inboxes instead of spam folders. The billion dollar companies are not only selling software. They are selling someone else’s on-call rotation, someone else’s compliance paperwork, and the freedom to never think about any of it. For a real business, that is often worth every dollar.

So the honest question was never whether Openship is cheaper. It obviously is. It is whether the thing you are building wants an owner or a landlord.

  1. 1Do you have someone comfortable running a Linux server?
  2. 2Is a few hours of setup worth escaping a per-seat bill that only grows?
  3. 3Do you actually want your data and your mail on hardware you control?
  4. 4If it breaks at 2am, is that a problem you would rather own or outsource?

We keep circling this pattern at AppClap, because the whole job is helping you find the tool that actually fits, and honestly the answer points away from the biggest logo more often than it used to. Sometimes the fit is a nine billion dollar platform and it is worth every cent. Sometimes it is a ten thousand star repo a few people maintain, running on a box you rent for less than lunch. Last time we wrote about a grim reaper working down a hallway of paid apps, knocking on doors. Openship is the sound of one door where, behind it, there is not a single app but a whole stack of them. So before you sign up for the next thing with a per-seat price, it is worth thirty seconds on the question this whole movement keeps asking. Do you want to rent this, or own it?

Written by

Markiian Lebiak

Founder of AppClap. Writes about the software people actually use, and the people quietly rebuilding it.