Alternatives
Products that do what Shite – little hot-reloadin' static site maker from shell does
Or more precisely, my little site maker... It is a personal tool that I thoroughly enjoyed making, and enjoy using to write my website . A caveat before any more; nobody was supposed to promote this insanity. Like, terrible things have been done involving inotify and xdotool. But. It showed up on HN some months ago. That too while it was still, shall we say, fermenting. It got "done" some time thence, and of course one could not let the half-past just be. So here we are, for better or worse. Thank you HN mods for helping me repost! _\\// The README explains all, animated GIFs and…
- 1SA
Hello all :) I made this BBS for fun and thought you all would enjoy it. It's not perfect, but it's been a fun exercise! see it: https://asciinema.org/a/Emg6SWrXMV6cehfQxrw1GRu75 try it: ssh -p 2223 shhhbb.com host it: https://github.com/donuts-are-good/shhhbb/releases/latest why? Every year I challenge myself in some new way, this year it is to push one project per week. You might recognize my static site generator [0] or my releaser for go [1] from previous posts as one of these weekly projects. If you want to join me in doing this, it's…
2023 · donuts-are-good.github.io
- 2SF
Aug 2026 · github.com
- 3IR
I don't know Rust. Friday after work I realised that 90% of my IDE time now is just the commit/diff view — and even good IDEs feel heavy for that. So over the weekend I built a dedicated native tool for just that. Kyde is a macOS git commit + diff editor with one goal: be fast, do Git well. I'm curious whether anyone else mostly opens their IDE for git operations these days. It's open source, and there's a signed app in Releases.
Jun 2026 · github.com
- 4B2
This is a long-running project that started as the proverbial need to scratch my own itch and then somehow evolved into a full-time job of the past 6 years. Link: https://bvckup2.com I thought I'd do a Show HN for two reasons. 1. I obviously want to show my baby to those who haven't seen it. Its primary purpose is to do very fast file replication. If you are familiar with "robocopy /mir" - same idea, but on steroids. Lots of them. It can be used for both mirroring and archiving backups, among other things. It is light, very small and it is really quite fast. Half of the…
2019 · bvckup2.com
- 5PA
I recently dipped my toes into bug bounty hunting and finding security flaws in web applications. As a friend of UNIX shells I was building a repertoire of command line tools to make and analyze HTTP requests. Fortunately there are already many suitable tools like curl, jq, different fuzzers and some really nice tools for specific tasks by Tom Hudson [1]. However, I disliked that the existing fuzzers were monoliths where I had no easy way of creating custom behavior or analyses. They commonly do a multitude of things: Create multiple requests using one or more wordlist, sending the request,…
2024 · github.com
- 6PA
I'm sure folks here have seen pastebins a thousand times. There's no innovation left in this space – and that's kind of the point. When I wanted to self-host a pastebin, every option I found was too much. Git-based version control, OAuth, elaborate admin panels. I just wanted something I could deploy in under a minute with a CLI that actually works. So I built pbnj (yes, like the sandwich). What it is: - A minimal, beautiful pastebin with syntax highlighting for 100+ languages - One-click deploy to Cloudflare (free tier gives you ~100,000 pastes) - CLI-first: pbnj file.py → get a URL, copied…
Dec 2025 · pbnj.sh
- 7CC
Chunk co-founder here. We spent the last 2 weeks building this to scratch our own itch: As developers, we often have problems that could be solved just by running a few lines of code. Sometimes, running this code on your local machine is fine. But other time, the code need to run automatically reacting to external events or to run continuously, which means, it needs to run on a server somewhere. So now, you have to find a cloud provider, to package or build the code and finally to deploy it. All of that for what could be literally be 4 lines of code. We couldn’t find an easier way to do…
2022 · chunk.run
- 8JF
Inspired by the recent justfuckingusetailwind.com, I built a similar "love letter" to the Cloudflare ecosystem. I find myself reaching for Workers, R2, D1, and KV for almost every project lately, so I wanted to capture that sentiment in a single, slightly over-the-top page. It’s a simple side project, but the stack is: - Vite + TypeScript - Biome + Ultracite - Deployed (obviously) on Cloudflare First draft in Claude, the copy was drafted with Grok to get that specific tone, then I used Google's AI Studio to accelerate the build with touch up's in Cursor. Link:…
Dec 2025 · justfuckingusecloudflare.com
- 9

- 10AA
2018 · amp.rs
- 11AF
fasthex - a very optimized hex dumper with all the features other hex dumpers have too
Jun 2026 · github.com
- 12HI
This is based on an approach I made for a very high performance message and video multiplexing server. The project died, but I'm glad I get to share the a basic version with some http test code now. I admit this is the second time I've tried to show this off here today; I posted earlier but it got lost when no-one was watching :(
2011 · github.com
- 13GL
I've always dreamed about a project like that when looking at status boards at other companies. We finally had the time to do our own. Here are some photos: http://www.flickr.com/photos/robert_olejnik/sets/72157633736087905/ The stack: Django, mustache.js, Chart.js, Bootstrap and custom Supybot plugin. Maybe will be inspiration for someone else ;-) Do you guys have similar status boards? Cheers, Robert.
2013
- 14MP
Ever find good porn but can't get to it right away? What about something you really enjoyed, where do you save it? If you're like me, you don't want nsfw sites in your browsing history and especially not in your bookmarks. So I built http://xstashed.com/hn/ (clickable in comments) - a place to stash your nsfw links. While it's a minimal viable product, I do have a basic roadmap that can be viewed here http://xstashed.com/todo/. I just wanted to get this in the hands of potential users to get feedback early on. On the tech side of things I've built this thing nimble so that I can quickly…
2013
- 15GHGraphical HN▲12
http://ghn.cloudapp.net/ If you can, try right-clicking on an image. This page started off as a random collection of stuff I wanted to try out (spinning up an Azure linux VM included) where I gave myself "1 hour per feature" to learn new stuff. Shell scripts, command-line webkit-based png rendering, pcntl_fork, piwik... Fun stuff. I know, yet another view of HN, no biggie. I welcome all feedback and questions!
2013
- 16RR
Hey HN - I'm Mason, and I'm excited to share a fun side project I've been working on recently: Repo Roast. For me, Github often feels like a serious (and sometimes soulless) place. I built this website to showcase the human, silly side of developers. Repo Roast is built on top of LLM-powered GitHub analytics tooling we’re developing internally at Merit Systems [0]. One of the historically cited weak points for LLMs has been their sense of humor. I found that with the right prompt, at scale, they mostly can _identify_ humor pretty well. We experimented with a couple of different models to…
2025 · reporoast.fun
- 17DB
My partner reviews a lot of P&IDs (piping and instrumentation diagrams) and the adjacent files involved (excel, docx, pdfs, acd/l5x, etc). In his company, these are usually done in Bluebeam. It's really hard to see the diff + keep track of all the revisions resulted by these iterations. They end up storing files like "rev3_final_redlined.pdf". We've been looking for something close to Github to do these reviews, but haven't found one easy enough for folks with no CLI experience to understand and use (happy to check out more tools if you know any). So I built withkord.com to help with…
Aug 2026 · withkord.com
- 18VW
I just want to share this little weekend experiment. I used gource (usually intended to show git repo changes over time) with web server logs. Video is at: https://www.youtube.com/watch?v=NqV8wqy0v7w It's showing the web server activity for a non profit, requesting and receiving payments, accepting new members, as well as having the two admins making changes around. This is actually surprisingly easy to do with gource by just providing a log file in a pretty simple format instead of providing the git repo. This is a low traffic server but I find it quite interesting as a way…
2025
- 19SL
StackHive is a browser based website development tool that helps developers and designers in saving a majority of their development time. Packed with a live code editor, importing existing websites and a visual editor; StackHive brings the best of both worlds (Visual Editing and Full Code Control) to responsive website development and converts the browser into a fully functional and extremely capable IDE for static web development. We just released it a few days back and would love to get some feedback from the developers out there who struggle with front-end development! You can check it…
2014
- 20CC
Hey HN, We’re the developers of Chonkie, a powerful and easy-to-use chunking library. Last November, we introduced Chonkie OSS here on HN (https://news.ycombinator.com/item?id=42100819) and got some fantastic feedback. Today, we’re excited to share Chonkie Cloud, a fully hosted service for chunking, along with new tools to make building and debugging RAG systems easier than ever. --- A quick recap for context: We launched Chonkie as an open-source project late last year. A few weeks ago, we decided to go full-time on it. Unfortunately, this shift wasn’t as smooth as we had…
2025 · cloud.chonkie.ai
- 21GA
I built a small Rust CLI game called GitType. It’s a typing practice tool that takes your own Git repository and turns the code inside into typing material. Instead of random words, you type through real functions, comments, and code you’ve written — making practice feel closer to real-world programming. Features: - Works directly in the terminal (no GUI required) - Pulls text from any local Git repo - Tracks WPM and accuracy - Keeps a history of your past runs (so you can see progress over time) - Fun ranking titles based on your score Source and install instructions:…
Sep 2025 · github.com
- 22NOnooooo.ooo▲14
Link: http://nooooo.ooo Github: https://github.com/aiwebb/nooooo.ooo This was just a dumb excuse to use the .ooo TLD. Inspired by the wonderful http://yesno.wtf.
2017
- 23AA
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
- 24HM
I made this as a pair programming exercise with o1-preview. o1 did most of the heavy lifting, through high level prompts, but eventually I needed to diverge from it to get to completion. My initial prompt was: --- I'm making a web app: It's like 4chan, but each thread starts with a gps coordinate. People can only post text and images. I want to build it with flask and sqlalchemy. I want just the backend and data model that supports these threads, anonymous users, and users that can register a permanent username. Write as much of it as you can for me. --- This produced a fully scaffolded…
2024 · mapchan.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →