nowfound

Alternatives

Products that do what YABin – Yet another pastebin that's simple but feature-rich does

I've been self-hosting https://privatebin.net for a long time now but there were some annoying issues: no way to turn off encryption, API is complicated, no raw support on the page directly and worst of all: no keyboard shortcuts. I've looked at a bunch of other OSS solutions and all of them (atleast the ones I could find) didn't really have all the features that I needed. So I made this. Optional E2E encryption with optional password protection, keyboard shortcuts (kinda a WIP), simple-ish REST-ish API for making CLIs, direct raw file display & download (with optional server-side…

  1. 1
    TextBin122

    Open Source alternative to PasteBin

    2024

  2. 2
    TextBin104

    A privacy focused open source alternative to paste bin

    2024

  3. 3
    Openbin138

    Code and notes sharing built for command line warriors

    2023

  4. 4
    Hardbin91

    The world's most secure encrypted pastebin

    2017

  5. 5
    ySendit73

    Send data without limits

    2020

  6. 6GS

    I built GetPost because I miss the simplicity of just SCPing files to a personal server, but I do not miss the maintenance burden. It's a pastebin/imagebin that runs on Cloudflare Workers with zero ongoing costs and zero maintenance. Key features: - Deploy in 5 minutes, runs free forever (100k reads, 1k uploads daily on CF free tier) - No complex toolchain - no NPM, no wrangler - just curl, python3, and a simple build script - Handles text, markdown (server-rendered), images, any file type up to 10MB - ULID-based access control with separate delete keys An interesting technical bit:…

    2025 · staging.getpost.workers.dev

  7. 7SH

    I wrote this small client to read hackernews from my favorite editor. It's currently using an external HTTP API [0] but I'm working on my own proxy [1]. I'd love to actually scrape and cache all the info I need using lisp. However, my time constraints are keeping me away of that goal. I could definitely use some help here! :) I'm also planning to add support for comments and posting new things. Any feedback is highly appreciated! Thank you! [0] http://api.ihackernews.com/ [1] https://github.com/clarete/rhn

    2013 · github.com

  8. 8CE

    Capsule started as a basic HTTP server to teach myself Rust. Then I kept going, and it turned into the first full-stack thing I've fully shipped: a Rust/Axum server, a Rust CLI, an Android app (my first, same story as the Rust one), and a fully featured web UI. It quickly grew as I realized I could solve my file transfer problem by turning a basic webserver into an actual daily use tool. Entire project is open source, code can be found at: https://github.com/withcapsule/ Would love to hear anyone's thoughts on this.

    Jul 2026 · withcapsule.dev

  9. 9SH

    Three months ago I shared OpenPanel with you all. Got so many encouraging comments then but one feature that was missing/undocumented was self-hosting. I just released it today and thought I would share it here. Keep hosting! Old post here: https://news.ycombinator.com/item?id=40432213

    2024 · docs.openpanel.dev

  10. 10OC
  11. 11PC

    I've created a quick application that stores data in IPFS (http://ipfs.io) which is a distributed web implementation. It's working as expected, paste some content, get a hash in the url and send to a friend. The content will be there forever and distributed to peers that asks for it. Demo: http://ipfsbin.xyz/#QmXdMvJaRrSTCAcDFMZLUFfm9uGK6Wq7qEVcwbvaQRxq8x This have a couple of advantages, mainly that the same content would have the same hash, meaning that things wouldn't be duplicated. Source is available for people interested in that here:…

    2015

  12. 12MS

    I've implemented a small web app — (a hassle-free hosting for markdown pages) entirely in Clojure and here is what I think: http://notehub.org/2012/6/16/how-notehub-is-built The app itself: http://notehub.org GitHub: http://github.com/chmllr/NoteHub

    2012

  13. 13AA

    I’ve had this idea for a new code editor chord grammar bouncing around in my head for over 2 years, and now I can finally release v0.1 of ane. You can run it one-shot from scripts or agents (`ane exec —chord…`) or use its full-on TUI editor. ane is pure Rust, and integrates tree-sitter and LSP to provide a pleasant and predictable terminal code editing experience. I’d love folks to try it out and give feedback! Thanks :)

    May 2026 · github.com

  14. 14IM

    I made a simple site that allows you to upload files. It requires no sign up and 100% free. The biggest advantage is that it returns you the direct URL to your file. So you can use it to store images for MD-based forum posts. Or put in your site's . I use the Cloudflare R2 storage which offers zero egress fees. So I pay $0 of transfer costs. I added a simple anti-nsfw files check and a simple anti-malware check. Please do not try to break it. Thanks! (>‿◠)

    2024 · uploadfile.click

  15. 15CA
  16. 16AF

    https://github.com/inoda/private_journal Built this to use myself, and I'm curious if anybody would be interested in using it. I'm also wondering if anybody has tips to make it more secure (I'm super super new to encryption and whatnot). The security is probably a bit overkill since chances are that nobody cares about what I'm journaling, but it is fun to implement from a code standpoint.

    2019

  17. 17SS
  18. 18AH

    So this question https://news.ycombinator.com/item?id=35198563 prompted me to revisit the framework demo'ed here https://news.ycombinator.com/item?id=35033368 Just like reddit lets you go to what might be a 404 page /r/anything-you-want and you can then create that subreddit, I added this feature to remoterenters so you can make /rr/anything-you-want and be the mod of that sub. To get the ball rolling with some content I made these two AI based subs: https://remoterenters.com/rr/amazing-ai-understanding/…

    2023

  19. 19PF
  20. 20IM

    I spent the past few weeks making an open source cloud code editing environment with an AI copilot and multiplayer collaboration! It's fully self-hostable in 5-10 minutes. There's a lot of minor improvements to be made, and some are already listed in the Github issues. Let me know what you think and feel free to try it out.

    2024 · github.com

  21. 21WB

    Hello HN, Over the last year we've been building snote.app, a Privacy focused, End-to-End Encrypted alternative to Notion. You can write, plan, collaborate and get organized - it allows you to take notes, store files, add tasks, manage projects & more. Whether you're working solo or in a team. We are hoping to use this post as an opportunity to collect feedback from fellow hackers. If there's anything we can do better, please let us know

    2023 · snote.app

  22. 22MT

    Long story short: After heartbleed thingy decided to use a password manager. Didn't want to buy one. Didn't like KeepassX interface. Started using MacPass. Tired of bugs and form fillings. Decided to make my own text editor that can encrypt saved files with password. Try it out here: http://textcrypt.4apps.lv/app/updates/TextCrypt_1.0.424.zip and let me know what you think. Would you use it? Any feedback, suggestions which direction to go? p.s. Its an early Alpha version.

    2014

  23. 23CP

    Hi hackers, long time reader, first time "real" submitter. This is by no means a revolutionary idea, or even execution, but rather something I've always wanted to do, just to see if I could write a good implementation of it. So without further adieu: http://ca.pitali.st/ Yes, it's just an URL shortener. Please check out the API and if there anything you like about it, please share, so I can take this feedback with me to my future projects. If there's something you REALLY hate, that's feedback too. Don't be afraid to hurt my feelings; this was put together in less than 4 hours to see if I…

    2011

  24. 24A7

    Hey HN, A long time ago, due to the lack of viable solutions with E2EE and offline-first syncing, I decided to dedicate my time to making one (which has its own story: https://yaad.one/blog/yaad-story). In the course of ~3 years, I developed a knowledge management app with these primary features: - Primitives: Notes, Tasks, Contacts - Grouping with "Boxes" - Offline-first - Multiplatform; currently available for Android, Windows (x64), macOS, and Linux (ARM). - Fully end-to-end encrypted (AES-256-GCM) - 13 Languages, 8 calendar systems - Light & dark mode Last night, I…

    2024 · yaad.one

Ranked by how close each launch is in meaning, then by votes. Refine with a description →