npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

openship

v0.1.1

Published

Open-source, self-hostable deployment platform

Downloads

208

Readme


What Openship Is

Openship is a desktop-first deployment platform with built-in CI/CD and full infrastructure control.

It removes the gap between writing code and running it in production.

No pipelines to maintain.
No YAML to manage.
No platform lock-in.


The Core Idea

Most platforms run everything on your server:

  • CI/CD pipelines
  • Build systems
  • Dashboards
  • Databases
  • Your apps

→ Your production resources are shared with tooling.


Openship

Your machine

  • Desktop app (UI)
  • Build system (local by default)
  • Deployment control

Your server

  • Production containers only

→ No resource contention
→ Predictable performance
→ Clean architecture


Desktop-First Architecture

Openship is not a hosted dashboard.

It’s a local control plane for your infrastructure.

  • Builds run locally by default
  • Deployments are triggered instantly
  • Works with any VPS or private network
  • No dependency on a remote control layer

Your server stays minimal:

  • No CI runners
  • No dashboards
  • No management services

Only your apps.


Built-in CI/CD (Without the Overhead)

CI/CD is fully integrated — without pipelines to configure.

  • Deploy on every push
  • Preview environments per branch
  • Staging and production flows
  • Rollbacks built-in

You can still use:

  • CLI workflows
  • External CI if needed
  • Server-side builds (optional)

Default: simple, fast, local.


Deploy Anywhere

  • Openship Cloud (managed)
  • Any VPS or bare metal
  • Any provider, any region
  • Multi-server deployments

Same app, same flow — everywhere.


Full Backend Support

Run complete applications out of the box:

  • Databases (Postgres, MySQL, MongoDB)
  • Redis / caching
  • Background workers
  • WebSockets
  • APIs
  • Storage

Provision and manage everything from the app.


Any Stack

If it builds, it ships.

  • Node.js, Bun, Deno
  • Python, Go, Rust
  • PHP, Ruby, Java, .NET
  • Docker (full control)
  • Monorepos supported

No lock-in to a runtime.


Domains & SSL

  • Automatic SSL (Let's Encrypt)
  • Wildcard domains
  • Unlimited domains
  • Auto-renewal

No manual setup.


The Desktop App

Everything in one place:

  • One-click deploys
  • Live build logs
  • Real-time metrics
  • Domain & DNS management
  • Database control
  • Backups & restore
  • Scaling controls

Replaces:

  • CI dashboards
  • SSH workflows
  • Manual Docker setup

Developer Interfaces

CLI

openship deploy
openship logs --follow
openship rollback
openship domains

REST API

Automate everything:

  • Deployments
  • Projects
  • Domains
  • Logs

MCP (AI / Agent Control)

Expose deployment actions to external agents when needed.


Backups

  • Scheduled backups
  • Databases + volumes
  • One-click restore
  • Export anytime

Portability

Move anywhere:

  • Cloud ↔ self-host
  • VPS → VPS
  • Full export/import

No proprietary formats:

  • Standard Docker containers
  • Encrypted transfer via SSH

Built-in Mail Server

  • Unlimited domains
  • Standard email auth (DKIM, SPF, DMARC)
  • No external providers required

Global CDN

  • Edge caching
  • Compression (HTTP/3, Brotli)
  • Instant cache purge

Works with any deployment.


Scaling

Cloud

  • Auto-scaling
  • Load balancing
  • Zero config

Self-hosted

  • Upgrade servers anytime
  • Move workloads without redeploy
  • Multi-node ready

Architecture Comparison

Traditional Tools

Server runs:

  • CI/CD
  • Build system
  • Dashboard
  • Reverse proxy
  • Apps

→ Resource contention
→ Complex setup


Openship

Local machine

  • Builds
  • Control plane

Server

  • Production containers only

→ Maximum efficiency
→ Minimal overhead


Why Openship

  • Desktop-first deployment loop
  • Built-in CI/CD without pipeline overhead
  • No YAML or infra complexity
  • No server-side tooling overhead
  • Works on any Linux server
  • Fully open-source (AGPL-3)
  • No vendor lock-in

Example Flow

  1. Connect your repo
  2. Connect a server (or use cloud)
  3. Click deploy

Under the hood:

  • Build runs locally
  • Production container is shipped
  • App goes live

Philosophy

Infrastructure should be:

  • Local-first
  • Transparent
  • Portable
  • Fully owned

Not hidden behind platforms.
Not tied to pricing models.
Not dependent on proprietary runtimes.


Open Source

  • AGPL-3 licensed
  • Fully self-hostable
  • No usage limits
  • Community-driven

Status

Production-ready core.

Planned:

  • Multi-node clusters
  • Load balancing UI
  • Private networking
  • Advanced monitoring
  • Visual CI/CD pipelines

Get Started

  • Download the app
  • Connect your repo
  • Deploy in minutes

No lock-in.
No complexity.
Full control.


License

AGPL-3