Alternatives
Products that do what Have fun betting virtual (not real) money on predictions from HN users does
I wanted to see how difficult it would be to build a web app using a sub-$300 android smartphone. Decided to build a fun predictions website where you could bet virtual (not real) money on predictions made by others, and also make predictions of your own. Building it turned out to be considerably easier and more fun than I anticipated. Primary tools used were: # QuickEdit as the mobile code editor (Note: the free version of the QuickEdit app is riddled with ads, it shows an advert each time you close a tab, but it unfortunately had the best UI of the 3 or so Android code editors I tested.…
- 1IB
Hey HN! Just for fun, I built an interactive Hacker News Simulator. You can submit text posts and links, just like the real HN. But on HN Simulator, all of the comments are generated by LLMs + generate instantly. The best way to use it (IMHO) is to submit a text post or a curl-able URL here: https://news.ysimulator.run/submit. You don't need an account to post. When you do that, various prompts will be built from a library of commenter archetypes, moods, and shapes. The AI commenters will actually respond to your text post and/or submitted link. I really wanted it to feel…
Nov 2025 · news.ysimulator.run
- 2

- 3

- 4CY
Hi HN! Excited to show off the project we've been working on for the last couple months. We started with an idea for a crazy twist on prediction markets: You come up with a question for traders to predict, and then decide the outcome yourself. For example, you could create a market on “Will my date with [X] go well?” Anyone can bet on it, and the bets create a forecast on the chance your date goes well. After the date is over, you get to judge the result and reward the traders who picked the correct side. There are so many ways for this mechanism to go wrong: the creator of the market can be…
2022 · manifold.markets
- 5SB
With my friends we wanted to have a nice friendly competition (no money involved) about the football worldcup by predicting the results. I though this might interest other groups of friends so I coded a website just for that in 3 days. Nothing ground breaking but I like the suscription system "Doodle" style with just links, no personal infos... Tell me what you think !
2014 · nospronos.com
- 6

- 7AS
Hi HN! I made a really quick web app to help people validate their ideas. The app is a simple landing page builder, but every page includes a really simple Yes/No "Are You Interested?" poll. Every vote is recorded and tracked, and if they click yes they are brought to a page where they can submit an email. This makes validating ideas super easy because you can post your link to different communities and get statistically significant results as well as build an email list. Given an hour, you could easily create 50 different landing pages and be able to validate your ideas in bulk. The…
2020
- 8FH
Hi HN! I’ve been lurking for a while, but out of fear of being steamrolled by HN readers or maybe just natural introversion, I’ve always been too scared to post or comment. Which is why 1. this is my first real Hacker News submission 2. my friend Michael and I built "Fake" Hacker News, a place to post and see what AI-generated HN comments might say. Here’s a video of me using fakeHN to test this very submission: https://www.loom.com/share/4b9f4f9d7c77489a86baeb92ec55a1ed?... And an example of one of our generated posts:…
2023 · fakehn.com
- 9AH
I've been playing around with Android development recently, and made this Hacker News app this weekend: Market link: https://market.android.com/details?id=com.mellort.hackernews ($1) Dropbox link: http://db.tt/jlqIcBg1 (free: if you like it, DL from the market, too!) I used api.ihackernews.com for the data. Unfortunately, some of the pagination from that source is broken, so I can only return one page of results. In the future, I might play around with creating my own API server on App Engine. I'm not sure what my plans are for the source yet, but I'd like to make it open source. If you're…
2012
- 10IB
Hey HN community, I built a tool that helps optimize your post for hitting the first page of Show HN. How it works: I used a Hugging Face dataset of all Hacker News posts from the past 3 years and trained a model that predicts how successful your post might be. There's still a lot of randomness on HN, so nothing is guaranteed, but the tool helps optimize your post for higher odds. A couple of interesting findings: - GitHub repo links work x3 better than regular domains - Open-source tools have a steady virality rate (13.9% - one of the highest) - "I built" outperforms "We built" - Using…
May 2026 · wannalaunch.com
- 11HC
A year and a half after I published https://HackYourNews.com, I've rewritten it to be neater and added support for more news sources. HackYourNews.com v1 had a great response on HN [1] and consistently sees ~2k weekly unique visitors. There were many long-standing requests that I wanted to fulfill (thanks for your patience!): a proper dark mode, correct rendering on mobile devices, and more cogent summaries. This rewrite is the result. gpt-4o-mini reduces the cost of summarization to an absurd degree, so it's now sustainable to keep this free service going! Someday, I hope to use…
2025
- 12QO
Hi HN, A while ago I had a mildly depressing realization. Back in 2010, I had around $60k. Like a "responsible" person, I used it as a down payment on an apartment. Recently, out of curiosity, I calculated what would have happened if I had instead put that money into NVIDIA stock. I should probably add some context. For over 10 years I've worked as a developer on trading platforms and financial infrastructure. I made a rule for myself - never trade on the market. In 2015, when Bitcoin traded about 300 usd, my brother and I were talking about whether it was a bubble. He made a bold claim that…
Feb 2026 · shouldhavebought.com
- 13AE
I created a bot which analyses Euro 2024 betting odds and performs some basic analysis based on the recent form of each team and provides advice on which odds are under/over-priced by email to all subscribers. The intelligence of the bot is admittedly rather basic but this simple app shows how easy it is to reliably scrape and parse structured data with AI and perform insightful analysis. The initial version of the bot, shown in the notebook took about 15 minutes to build. Disclosure: this bot is built on our new graph based #nocode platform NodeScript.dev, which we've recently brought…
2024 · notebooks.nodescript.dev
- 14AS
built this as a joke. a friend bet me I couldn't make $1M off it by the end of the year. Currently at $5,010. Amazing it even worked
Jun 2026 · payfornoreason.com
- 15WB
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
- 16UB
I have recently developed a bot capable of simultaneously scanning over 140+ sportsbooks around the globe. It analyzes millions of odds in real time and uses this data to find overpriced odds. The logic behind it is straightforward: it uses odds from all sportsbooks to calculate the probabilities of an event occurring. Then, with simple maths it determines if the expected value is positive, meaning the potential payout exceeds the risk. Unfortunately, sportsbooks limit your accounts once they realize that you are profitable and not a losing customer. So I have already been limited at more…
2023 · whop.com
- 17IB
VSCode extension with games (Snake, Plinko, slots), HN/LessWrong reader, and Pomodoro timer for AI coding wait times. Fake currency only. Marketplace: https://marketplace.visualstudio.com/items?itemName=TouchGra... Built in a week with Claude Code after seeing Chad IDE get ratio'd for integrating real gambling. Happy to answer questions or get roasted on the code.
Dec 2025 · github.com
- 18SV
2014 · stockfuse.com
- 19

Practice prediction markets with $10K virtual cash
Jul 2026 · predictionspicks.org
- 20RH
2021 · github.com
- 21

- 22FP
On a trip with my friend, he introduced me to Kalshi and Polymarket and was shocked at how degenerate it was being able to bet on literally anything. So naturally I built an app ironically where we could do the same thing (with fake money) on group outings! Managed to get a prototype finished in time for our big 14-person annual ski trip and we had a blast 'betting' on things like "Will [friend that always breaks his phone] break his phone?" and "Who will win the first game of Jackbox?" Having a low-stakes running leaderboard during our trip was so fun that I decided to flesh it out and…
Apr 2026 · bets.bernikins.com
- 23HB
http://playbitpoker.com Hey, this is my first startup project and I'm pretty excited. I've got to the point where I feel I've got something solid, and I don't know what to do next. I haven't had masses of people using it and testing it with the test-network bitcoins. I have tested it a fair bit with friends and it seems there's no major problems. What should I do? Is this a minimum viable product? Should I try and promote it while it's still in testing, or should I switch over to using real bitcoins before doing that? I'd love to hear any suggestions you might have. P.S. I had…
2013
- 24IM
Hey Hacker News, I'm the maker of Kopage, a free & self-hosted Website Builder. While working on new, cool features (AI, of course), it would be great to hear some HN feedback :) Thanks, Simon
2024 · kopage.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →