• by vseplet on 4/26/2025, 5:02:48 PM

    PPORT is a tiny text-based messenger that runs directly in your terminal. I built it mainly to showcase a dead-simple way to deliver CLI apps over plain HTTP — no builds, no binaries, just streaming source files dynamically.

    Happy to answer any questions!

  • by vseplet on 4/26/2025, 7:52:33 PM

    I'm genuinely surprised by how simple it can be to build a site, add basic analytics, serve code, and handle installation — all at once. I honestly haven't seen an easier way to deliver CLI tools.

  • by vseplet on 4/26/2025, 7:49:20 PM

    For now, I’ve also added basic analytics: install counters and a live feed of recent messages right on the homepage (though they aren’t stored for long — they live only in memory).