Alternatives
Products that do what Snapdeck – Build slides with open-source LLMs and agent routing does
I’m a student founder, and Snapdeck has been a 6-month sprint from idea to product. In March I hacked together a minimal version and launched it on Product Hunt just to see if anyone else had the same frustration with slides — and people did. A couple of months later I tried a Figma plugin version, which brought in more feedback but still felt limited. Yesterday we launched the first full standalone version on Product Hunt and reached #2 of the day. About 1,000 people have signed up so far, with ~30% retention among the main target users. Under the hood, Snapdeck runs on an orchestration…
- 1

- 2MA
2019 · github.com
- 3

- 4

- 5

- 6CLCraft.ly▲10
We hatched this idea of a Kickstarter + Groupon + Etsy model last week, threw up a super simple landing page that day, then launched a more detailed landing page last night. What do you think of the idea as a whole? The landing page itself? Since the Etsy / crafting world is so large and diverse, we're really trying to focus on the sharing of our site to get the word out. We are doing some minimal google ads and will be doing various tests to see what brings in the best traffic and converts the best. Interestingly enough, good old fashioned twitter searching with hand authored tweets has had…
2011 · craft.ly
- 7IM
Hey HN! Thank you for all the support and feedback on my original submission 2 months ago. I've been improving the backend using a MCTS/AlphaZero approach and it's currently producing much better results. My long term goal is to allow users to manage multiple projects, deployed autonomously, both from scratch and by making continual updates all prompted with natural language. The cost of each project has been lowered to $9 as performance with smaller models has improved (I migrated from Claude-3-Opus to gemini-1.5-flash). Thanks for checking it out!
2024 · saas-quick.com
- 8IB
I built a tool to roast landing pages with AI agents. I was gathering feedback from watching landing page roast videos, and figured out I could prompt LLMs to analyse a screenshot and roast based on the same criteria. It's not 100% accurate yet, but it has been really insightful when I've tested it on my own websites. Let me know what you think!
2024 · roastmylandingpage.io
- 9SS
Hi HN! I’ve been building startfa.st, a curated directory of AI, developer, and product tools. Link: https://startfa.st Like many people building in AI/dev, I found myself drowning in new tools every day, everything from agents, deployment frameworks, auth platforms, workflow engines, model APIs, automation tools, design tools, security stacks, etc. There’s constant novelty, but it’s very hard to find signal. Most lists on the internet recycle the same names. So I built startfa.st to solve my own discovery problem. What startfa.st is A fast, searchable, hand-curated index of…
Nov 2025 · startfa.st
- 10PA
I have worked with AI assistants for a while, and while I am really excited about it, there were times when I felt really frustrated. LLM would end up in a loop with no end. This is when I started experimenting with creating work plans. Initially simple todo list, but it felt like "product vibing", so a bit more sophisticated later on. I started seeing value in it. The one day it hit me. Why not use the same GitOps principles to managing product tickets? I started playing with that and really liked the way it worked. After a chat with a friend of mine, I realised that a standard or a spec…
2025 · productascode.org
- 11IB
Hey HN, I’m Johann - founder of Jars Global, where we build and launch a lot of products. We've seen how valuable social content can be for early traction, but staying consistent and keeping good quality without wasting time or money has always been a challenge. So I built Outbrand. A tool that you can setup once by inputting your brand details and goals. Then you get a 30 day content schedule with graphics. You can integrate with social platforms so it runs on auto-pilot. Setup once, then get daily content easily. PS. Please roast it! Really want to improve it so it's extremely high quality…
2025 · outbrand.design
- 1260
I'm thrilled to announce that my Figma plugin, Siter, has reached an incredible milestone of 60,000 installs! This achievement goes beyond just a number. It's a testament to the hard work and passion that went into developing Siter, reflecting its value to you, the talented designers who turn to Figma for your creative needs. The journey to create Siter was fueled by a vision to seamlessly integrate design with web development, allowing for an effortless transition from Figma designs to fully functional websites and HTML. Seeing this level of adoption and receiving your feedback has been…
2024 · figma.com
- 138B
Hey all, Justin here. I previously built Phind, the AI search engine for developers. One of the biggest problems we had there was figuring out what went wrong with bad searches. We had tons of searches per day, but less than 1% of users gave any explicit feedback. So we were either manually digging through searches or making general system improvements and hoping they helped. This problem gets harder with agents. Traces are longer and more complex. It takes more effort to review them, so I'm building a tool that lets you analyze LLM outputs directly to help developers of LLM apps and agents…
Jan 2026 · trails-red.vercel.app
- 14IB
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
- 15IB
Hey HN. I built an AI agent harness over the past few months and I'm open sourcing it today. Some context on why. I've been building with Claude Code daily using this harness. It orchestrates multiple AI agents as a team, with a dashboard, chat, kanban board, the works. I used it to build a full SaaS product (MyUpMonitor, https://myupmonitor.com) in about 24 hours of focused coding. Then yesterday Anthropic announced Mythos and decided to keep it behind closed doors. Meanwhile I'm paying for Claude and I can't access their best model. I don't think that is nice at all... So I'm…
Apr 2026 · github.com
- 16IB
Hey HN, I've been working on something cool that I wanted to share with you all. It's called Viewpoint, an analytics tool for LLMs like OpenAI, Anthropic models, and Gemini. The idea came from the constant flood of new LLM models and the need to figure out which ones work best for my projects without breaking the bank. With viewpoint, I can track token usage, costs, latency(WIP), and traffic over time, making it easier to compare different models and see which ones perform best and save money. The tool works asynchronously, so it doesn't add any latency to your LLM requests, and you have…
2024 · viewpointhq.com
- 17IM
I kept seeing more and more Product Hunt alternatives pop up, so I started tracking them in a spreadsheet to potentially use for future launches. The list was sitting at around 80 sites when I decided to deep dive and see how many more I could find. So I then built IndieLaunch: 250+ directories to help you launch your startup. It's free to use and includes Domain Rating (DR) and traffic info so you can pick the right spot to get the most eyes on your launch.
2024 · indielaun.ch
- 18LA
Hello HN, I am building a devtool to understand existing codebases. The idea originates from my time at big tech as well as various attempts to get involved in open source projects. When I was in college I wanted to improve my coding skills by contributing to opensource projects. I would pickup a bug or feature request but I always found myself stuck at the very first step. I did not understood where and how to begin contributing. I once submitted a patch in firefox which was labeled "Good first issue" but that was still very handheld. The assigner told me exactly which files I need to…
2024 · lucidcode.ai
- 19WB
Introducing my latest project, We Build Landing Pages. https://theredbit.github.io/webuildlandingpages/ Excuse the blatant infancy of the project but I take 'releasing early and often' pretty seriously. The goals of this project are to... 1. Build a solid network of clients who need landing pages while learning how to run a business and to help earn funds to survive while I search for a job. Long story, I'm in a rough spot and I'm trying to get on my feet. 2. Build and release open-source tools and foster the growth of a community based on this work to help developers…
2018
- 20MF
Hi HN! We're excited to announce the public beta of Mowgli, a spec-backed, AI-native design canvas for scoping and ideating on products. The productivity gains unleashed by coding agents have made everything else an unexpected bottleneck. In an effort to make the most out of this new paradigm, we ceded a lot of ground in product thinking, thoughtful UX, and design excellence. In other words, the pace of tooling for deciding what to build has not kept up. Mowgli is inspired by, in equal parts, Figma and Claude's plan mode. It evolves a detailed specification and designs for every screen and…
Feb 2026 · mowgli.ai
- 21IM
Hey HN, I'm Aydin, a 13-year-old developer and indie maker looking to improve the world with my small startups. Recently, I built 2 micro SaaS projects. I spent days & weeks coding features, always telling myself that after coding one more feature I was for sure to get traction. This never happened. The reason: I never launched. With IndieReq, you can launch your startup fast and get real user feedback so you know exactly what features to ship and improve. All you have to do is sign up for free, create a feedback board, and share the public link with your users. It's that easy! If you've…
2025 · indiereq.com
- 22IB
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
- 23AC
Hello HN! I'm excited to share my product that helps companies to track their competitors, their website updates, new features, social media activity etc. I already have the first set of early adopters (thanks to a pretty good ProductHunt launch) who're using it on the daily basis so I'm excited to remove the waiting list and share it with everyone. Cheers!
2023 · rivalhunt.co
- 24BT
Hi HN, I’m Nico, one of the co-founders of BrainGrid. We built this after spending the last year building software almost entirely with AI coding tools like Claude Code and Cursor. Writing code was fast. Finishing anything reliably was not. Coding was not the bottleneck. planning was. It was everything before the code: unclear scope, missing edge cases, poor sequencing, and vague intent. Once a project went beyond a single prompt, small changes started breaking unrelated parts of the app. In traditional teams, product managers and tech leads handle this. I was a Director of Product at Twilio…
Feb 2026 · braingrid.ai
Ranked by how close each launch is in meaning, then by votes. Refine with a description →