Alternatives
Products that do what Codemaxxed – 350M+ LOC and a GitHub cease and desist does
Built this code art project as a commentary on the recent wave of using LOC as a primary measure of engineering productivity It's now up to 350M lines of useless (but hopefully funny) code, constantly growing using GitHub actions and https://github.com/jshchnz/codemaxxing Unfortunately, GitHub has now sent me a notice to remove the repo within the next 14 days, so enjoy it while you can
- 1IT
I hit my Claude Code usage limit yesterday in the middle of regular work. Not doing anything unusual - just a couple of coding sessions. It felt like it came out of nowhere. Then today Anthropic announced they're tightening 5-hour limits during peak hours. It feels like a rug pull is coming and we're all just supposed to accept "you've used too much" with no explanation of what "too much" means. Usage limits have always been opaque. A vague percentage bar. No dollar figure. No formula. No way to plan your work around it. So I built a proxy that captures the rate-limit headers Anthropic sends…
Mar 2026 · github.com
- 2IB
Here is the proof, a 5-hour uncut live session, no edits, no cuts: https://youtu.be/VPrU8WZJOVs Full article: https://medium.com/@bonjourjoel/i-built-a-500-000-line-produ... I believe I am the first human to have done this in a documented, verifiable way: maintaining a stable production-grade 500,000-line TypeScript codebase as a solo developer, using an AI coding assistant I built myself. If you know someone who has done the same, one person, 500k lines, documented proof, please write their name in the comments.
May 2026
- 3

- 4IS
Everything that would be here is in the README. I hope this gets big, it has tons of potential.
2013 · github.com
- 5GC
Hey HN, I posted GitClassic here 2 months ago- since then I've rebuilt most of it based on what people asked for. https://gitclassic.com What's new: Issues, PRs w/ full diffs, repo intelligence (health scores, dependency graphs), trending/explore, bookmarks, comparison tool, and advanced search. Every page is server-rendered HTML- No React, no SPA, no client bundle, pages under 14KB(gzipped). Try loading facebook/react and compare it to GitHub load times. Public repos work without an account, Pro adds private repo access via GitHub OAuth. Stack: Hono on Lambda,…
Mar 2026 · gitclassic.com
- 6IM
Mar 2026 · github.com
- 74B
2015 · derecho.elijah.cs.cmu.edu
- 8MP
My weekly(ish) video logs tracking my progress of building a completely sound statically typed language and structural editor. The motivation is to make lots of invalid programs unrepresentable.
2022 · petersaxton.uk
- 9TJ
After 6 years of coding almost every day, I'm finally ready to show HN. There's a lot going on here, looking forward to your guy's feedback.
Jul 2026 · jaclang.org
- 10CB
2021 · codeapprove.com
- 11IB
I’ve spent the last 2.5 months building a product that runs LLM-powered code reviews on my pull requests — and I just launched it. The tool is built specifically for solo developers. You install it on your repo, trigger a scan by creating a pull request, and it leaves structured review comments using OpenAI under the hood. Funnily enough, I used the dev version of this app to review its own pull requests while building it. It helped me spot bugs, simplify structure, and keep quality high — all with minimal need for another human in the loop. Things I want to try out in the next months : -…
2025 · codii.dev
- 12MS
I have finally convinced my son to take a step forward to publish something in public domain. As he is learning Python these days, he made a scraper to download Cambridge past papers (GCSE / IGCSE). If you like it, encourage the kid by pressing the Star button :) https://github.com/UsamaKashif/CambridgePastPapersDownloader
2019
- 13IM
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
- 14SS
Hola HN! Long time lurker, sometimes commentor, first time poster here. I’ve been working alongside my two co-founders and a few colleagues on a project I’m excited (and a little nervous) to share with you all! Like many of us, I’ve lived a tortured existence with AI coding (is it vibes?) over the past few months - I think November was a big moment with this. But, one thing I’ve noticed after building orchestration layer after orchestration layer is that the thing I always came back to was “what the hell is Claude Code actually doing?” Perhaps it’s because of the time Claude Code got…
Jun 2026 · backplanes.com
- 15GW
hey all! Vaibhav and Ethan here. We asked a silly question, "what if you attempted to look into every commit of every repo?" and over the holidays ended up building something kind of fun. Here's some interesting stats: Charlie Marsh has put a crazy amount of work in on UV... so far #1 with over 149k minutes of work this year. (103 days of non-stop coding ).. #2 is me with 85k (just over 59 days...) on BAML #3 - Jérémy M. with 82k (57 days) working on Twenty #4 - Alexander Belanger with 79k (54 days) working on Hatchet Some fun repos:…
2024 · wrapped.dev
- 16MU
2019 · usedby.dev
- 17NOnooooo.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
- 18IB
After years of struggling with onboarding to new projects, I got tired of spending weeks just trying to grasp the basics of a codebase. The README rarely tells the whole story, and "just read the code" isn't practical for large repos. I built RepoIQ to create personalized learning paths through any GitHub repository. It analyzes the codebase structure, identifies key components, and creates a step-by-step guide tailored to your learning needs.
2025 · repoiq.be
- 19

- 20AC
Hey HN! I’m Julien, the founder of Code Inspector, a platform that helps developers and managers produce better code and reduce technical debt. We would love to get some feedback from the Hacker News community. Our platform inspects code, looks for defects (security, vulnerability, design, performance, lack of documentation), automates code reviews and reports on team activity. You can customize violation alerts to reduce false positives. We currently support GitHub, Bitbucket and Gitlab. I’d love to hear your thoughts on what you would expect from such a platform (what you like, dislike)…
2021
- 21IM
heylo! open sourcing a plugin that I've been daily driving for a month. And I promise, I can't go back to vanilla Claude Code. I'm a heavy Claude Code user, and a couple of things kept bugging me. Claude really likes to jump into code. And its responses are too long. I'd skim past walls of text just to find the recommendation. Plan mode helps, but it didn't go deep enough. The questions it asked were still implementation questions, when what I actually needed was alignment on the problem. So I made it stop. Relay is a different output style and two Python hooks. When you describe what you…
Apr 2026 · github.com
- 22CM
I built a CLI tool to generate as much slop as possible
Mar 2026 · github.com
- 23PR
Hi HN, While building RAG agents, I noticed a lot of token budget was wasted on formatting overhead (HTML tags, JSON structure, whitespace). Existing solutions felt too heavy (often requiring torch/transformers), so I wrote this lightweight, zero-dependency library to solve it. It includes strategies for context packing, PII redaction, and tool output compression. Benchmarks show it can save ~15% of tokens with negligible latency overhead (<0.5ms). Happy to answer any questions!
Dec 2025 · github.com
- 24IB
The main goal of this was to be able to not just run multiple Claude Code sessions at once, but actually manage them and keep track of what I was doing. Sometimes this is multiple attempts on the same task, sometimes I work several tasks at once. Really I was just sick of twiddling my thumbs waiting for the coding agent to finish, and I wanted it to be easy to work on/review/test another change while I waited.
2025 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →