Pico.sh (The ultimate SSH powered services for developers)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. pico

    The ultimate ssh powered services for developers (by picosh)

    https://github.com/picosh/pico/tree/main/pkg/apps/pastes

    This looks like it’s the code for the pastebin.

    There’s a bunch of other code related to their other services in that repo and in their other repos as well.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. git-pr

    A pastebin supercharged for git collaboration

  4. webpty

    A secure webshell

    Had the same problem and that's why I made this: https://github.com/mickael-kerjean/webpty

  5. wish

    Make SSH apps, just like that! 💫

  6. vaxis

    a modern tui library for go (mirror of git.sr.ht/~rockorager/vaxis)

    I'd actually highly recommend taking a look at vaxis (https://github.com/rockorager/vaxis). We've moved away from wish/bubbletea and have really enjoyed working with vaxis!

  7. corkscrew

    A tool for tunneling SSH through HTTP proxies

  8. sish

    HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.

    We’re actually using Unix sockets as the underlying transport layer for this. We’re also not using sshd, we custom wrote our own daemon that’s entire job is tunneling. If you’re curious about this, you can find the project here: https://github.com/antoniomika/sish

    sish was actually my first foray into SSH apps. It was a lot of fun to write and pretty much implements tunnels with a routing system on top. It manages connectivity, routing, and reverse proxying all within user space. No namespaces required!

    tuns can actually even tunnel UDP traffic over SSH, also entirely in user space. Docs for that can be found here: https://pico.sh/tuns#udp-tunneling

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I wish node ran C++ instead of JS. When do you replace node with a custom C++ based server ?

    2 projects | /r/node | 27 Jan 2022
  • Ask HN: Why does my Node.js multiplayer game lag at 500 players with low CPU?

    1 project | news.ycombinator.com | 28 Jun 2025
  • Curl_cffi

    1 project | news.ycombinator.com | 28 Jun 2025
  • DeadLock - 50% Complete

    2 projects | dev.to | 6 Jun 2025
  • Implementing CurrencyAgent with A2A Python SDK

    4 projects | dev.to | 22 May 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?