Alternatives
Products that do what Nameless launch does
Mastodon, but you wrote the algorithm and talk to the feed
- 1

- 2AL
Lately I've felt exhausted due to the deluge of AI/GPT posts on hacker news, and have seen similar grumblings. I threw together this frontend that filters out anything with the phrases AI, LLM, GPT, or LLaMa for use until the hype dies down a bit. Before anyone asks, yes I did try to use ChatGPT to help, and while the code it provided was helpful, it needed some heavy bug-fixing. Edit: One other note I forgot to mention. The favicon is generated by Stable Diffusion, I asked it to generate an "Aritificial Intelligence Favicon", and then I added the red circle with line through it.
2023 · save-buffer.github.io
- 3IB
So I've been obsessed with a weird question for the past 6 months, what happens to SEO when everyone starts asking ChatGPT for recommendations instead of Googling? The answer, apparently, is chaos. And maybe opportunity? I built FirstClick because I noticed something strange. My previous startup was getting zero traffic from AI assistants, but our competitor (objectively worse product, sorry not sorry) was getting mentioned by Claude and Perplexity constantly. It drove me crazy. So I reverse engineered why. Turns out there's a whole new game being played and most founders don't even know it…
Dec 2025 · firstclick.so
- 4

Your AI has your code's text, never its map. Fix that.
Jun 2026 · luuuc.github.io
- 5

- 6CW
Hey HN friends, Just launched my first NoCode web app, maching.ai, built with Bubble. Check it out and let me know if you have any questions or suggestions!
2023 · maching.ai
- 7II
I can't say "I created a tool" because obviously I only had an idea, then asked Cursor to implement it and 15 minutes later it was ready ;) Often I found I was manually replacing em dashes with hyphens in AI-generated text before I use them in copy, PR descriptions etc. It still feels like a shame to flare the text "you wrote" was not really human made. To automate these removals, here it is: super tiny online page. I made it for myself, but whoever wants, you can use it as well. I am not going to monetize it or promote more than this post.
May 2026 · undsh.com
- 8HA
Hey guys, I left my PM job in December to learn how to code. The plan, - Build something that "I" could build with my background (I haven't studied CS) - Something that already existed and I used so I didn't have to spend time finding PMF Over the past 4 months I've been building howsthisgoing.com (a standup bot for slack with AI summaries). My ex-employed signed up in May & I got another customer through a university batchmate sometime in June (the company he's working at). However, since then it's mostly been 0 new customers, I get roughly 6-10 views on my site daily. The bot and my…
2024 · howsthisgoing.com
- 9
- 10AA
Hey HN! I really like local apps for their simplicity and privacy and hate paying Saas bills and I wanted a way to start automating my life with AI so I started building Anything. Anything is built on Tauri so the front end is React and the "backend" is Rust. It's 100% local & 100% doesn't ask you to spin up docker to use. Another core goal of the app is to get away from "package bloat" you see in other general purpose AI oss projects where they have a package.json that is 300 lines long ( more on that later. ) Oh btw I suck at Rust! I learned Rust while building this so the code is _not…
2024 · github.com
- 11SO
hello everyone, my first post! AA here, founder of ⌘ Langbase.com — we are a developer platform for building and scaling serverless AI memory agents. I know surveys can be boring, but this one’s different—it’s interactive! That's very much intentional. My team and I have been up for the last 21 hours putting together this report. This was a looot of work, so I hope y'all like it. Introducing … State of AI Agents 2024 report On Langbase, we processed 184 billion tokens and handled 786 million AI agent runs from 36K developers. From all that data plus insights from 3.4K builders who filled out…
2024 · langbase.com
- 12AS
I made an AI version of thread/twitter, where you are the only human user and everyone else is an AI friend. It’s called Melonn(melonn.xyz), a human-free AI social space. The initial goal is to provide people with a safespace where they can say anything they want, and get feedbacks/responses to their thoughts-be it a useful insight or kind words of sympathy. If you ever feel lonely, lost, bored or sad just come here and express how you feel without having to care about what others would think. We are actively looking for feedbacks/opinions to improve the service! Thank you.
2024 · melonn.xyz
- 13AS
Social media these days feels like swimming through a feed of AI generated slop rather than actual human thoughts. Sometimes I wonder what the prompts behind the posts are. I bet there's more creativity going into the prompts than the final content that actually gets shared. What if people just shared their prompts, and the completion was rendered on-demand, client side? Disclaimer: This is a vibe coded proof-of-concept, not a functional service, built in the no-code builder Mocha. It's seeded with a few fake posts. You can create your own posts but they're just saved locally on your own…
2025 · 2fjxieoiipm32.mocha.app
- 14

- 15WT
I've been lurking on HN for years. You know the drill: interesting headline, 200+ comments, you dive in thinking "I'll just skim for 5 minutes"... and an hour later you're 36 chambers deep in a thread about memory allocation patterns in Postgres and you've completely forgotten what the original article was about. I don't just want a "summary" (which usually just shortens the noise). I want the meta-consensus: "What is the actual trade-off being debated? Who is winning the argument? Why does this matter?" So I built HNSignals. Think of it less like a "summarizer" and more like a Chief of…
Jan 2026 · hnsignals.com
- 16IB
I haven't seen anything like this so I decided to build it in a weekend. How it works: You see a bunch of things pulled from Wikipedia displayed on cards. You ask yes or no questions to figure out which card is the secret article. The AI model has access to the image and wiki text and it's own knowledge to answer your question. Happy to have my credits burned for the day but I'll probably have to make this paid at some point so enjoy. I found it's not easy to get cheap+fast+good responses but the tech is getting there. Most of the prompts are running through Groq infra or hitting a cache…
Apr 2026 · sleuththetruth.com
- 17WB
Hey HN, After GPT-3 created waves in the tech industry, a lot of AI tools were emerging and with that, some AI website builders But the results seemed way too generic to us. It felt like the developers were rushing to catch the wave instead of building a proper tool We took our time, did months of RnD and finally came up with something better than what others in the market are doing. It’s got better design output. While it’s still in beta, I wanted to show HN what we did. Will appreciate the feedback when you guys try it out. Here is the link to signup for the beta:…
2024 · dorik.com
- 18IB
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
- 19TP
I've been running into docs and chats that read as authored by humans but turn out to be pasted from GenAI. All well-intentioned, but inefficient and kinda awkward to sort out. Signaling with your own words is better, but I made some cheap semantic URLs to maybe help: "This post is authorial.fyi" - i.e. I stand behind each part, whether or not GenAI was used "The plan above is ai.delegated.fyi" - i.e. I believe this is worthwhile overall, but I wasn't personally intentional about each part Hope is to open conversations in this GenAI moment. Casually - complementary to larger initiatives.…
May 2026 · authorial.fyi
- 20MF
Please have a look at www.socialeaks.com and tell me what you think. This is my first adventure in coding (my background is not CS). I started learning rails about a month ago via railstutorial.org. When I finished that, I felt the best way to continue learning would be to just build an app from scratch. I came up with this concept while observing how crazy the world had gone over WikiLeaks. I thought this was a funny idea. I also thought it would be fun to build! So, here I am. I built this in rails 3 and it is currently living on Heroku. It took me about two weeks to code, doing just about…
2011
- 21KT
Hi HN! I built this tool, because Large Language Models are hallucinating their asses off and I wanted to test just how bad it is with a topic I know best - myself. I'm sure there are other egos out there who google themselves and essentially this is the new googling yourself. It's early beta, so lots of room for improvement of course.
2023 · haveibeenencoded.com
- 22KY
Hey HN I built a free AI SEO app called seoby.ai. I'm launching it on ProductHunt, Reddit and a few other places on Monday (19th February). It's 100% free, and has some pretty neat tools: 1. AI Content Detector: Find out if your content was written by a human or generated by AI. 2. AI Outline Generator: Remove writer's block and generate SEO-friendly outlines for your articles, blog posts, and landing pages. 3. AI SEO Topic Cluster Generator: Generate SEO-optimized topic clusters for your website and get better search engine visibility. I would love feedback/ideas/suggestions of…
2024 · seoby.ai
- 23VF
Hey HN. We're Mus and Isaac - creators of LightLayer. We've been outputting a ton more code since using agentic dev tools. It's been great. But we're starting to see a new bottleneck emerge that's no longer writing the actual code: reviewing code. We’d love to hear from folks here if they’re feeling the inertia of code reviews a lot more these days with the surge in development velocity. For us, it was the reason we decided to pivot what we were working on before, and go full-time on building a workspace aimed at bringing the code review experience up to speed for the AI era. To be clear:…
2025 · lightlayer.dev
- 24AA
Hey folks, I'm Yuval. I run a tiny startup called Glitter AI. It's just me full-time here, with a couple of freelances to help here and there. A couple of months ago, I went from managing zero requests to hundreds -- overnight (won Product of the day on Product Hunt). As someone who gets VERY easily distracted (maybe you relate), I had to find some sort of way of handling all the chaos if I didn't want to burn out. I came up with a pretty cool automation flow that I thought folks on HN here may be interested in reading about :) So here goes: Most of my interactions come through Intercom.…
2024
Ranked by how close each launch is in meaning, then by votes. Refine with a description →