Alternatives
Products that do what I dropped to part-time work to develop a Design Copilot for developers does
Hey HN! I develop browser extensions, I suck at web design, and I've been exploring AI/LLMs. With my new found free-time since dropping work hours, I've developed a Design Copilot browser extension [0]. It does what it says on the tin - you choose a part of your website and the tool gives you instant expert design feedback - "change this font to that, add this much whitespace, use brighter colours .... etc" The tool is completely 100% free to use, its powered by bringing your own AI API Key, and the current LLM it uses is Google Gemini 1.5 Pro. I've yet to hit the free rate-limit and I…
- 1SA
Over the past three months, I’ve been working with my dad on this app as a way to learn Cursor, shadcn/ui, and Next.js. I’m currently studying UX design at the University of Michigan, and I’ve been really impressed by how much vibe-coding tools have advanced over the last six months. This work journal includes private AI-generated insights with scheduled summaries that can be shared with your team or manager. You can also choose to make a summary public—like I’ve done here for my work on this web app: https://www.workjourney.ai/summary/mkblt2zt-hn2kdbus If anyone has…
Jan 2026 · workjourney.ai
- 2IM
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
- 3IM
Hey everyone! I'm really excited to share a side project I've been pouring my heart into lately. As a developer with over five years of experience, I've taken on my fair share of freelance web development projects. In the beginning, I always coded everything from scratch, but as I juggled more projects simultaneously, I started using Webflow to save time. While Webflow was definitely a lifesaver, I couldn't help but wish for an even faster way to set up a website – something that would allow me to start with a template and then easily customize it to my heart's content. The problem with most…
2024 · instawebai.com
- 4IB
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
- 5AD
Hi all, I threw together a small prototype I am calling “Notepad.ai”. A new take on UIs for interacting with LLMs. While I enjoy using LLM’s in the chat format I wanted to see what it would be like to do it in a more long form style. It let’s you write in a pretty free form, much like Window’s Notepad, but you can choose to hit ctrl+[ to analyze the text with a preset prompt of your choosing. It has a few other small features. It’s WIP and very experimental. I would appreciate any feedback or thoughts. Video: https://youtu.be/ntdlgFmSxQY Live Demo:…
2024 · github.com
- 6IB
Hi HN I built a fun little tool: It uses Groq’s LLaMA 3.3 + Puppeteer to analyze a website Then it roasts the design/content/UX with humor And finishes with 3–5 genuinely helpful improvement tips You can try it here: https://ai-roast-vert.vercel.app I wanted to: Practice fast idea-to-launch cycle (built in 2 days) Experiment with a viral-friendly product Monetize with a $0.55 pro version that gives a detailed roast + download Would love your feedback — on the idea, the tone, the usefulness — anything! Thanks in advance
Sep 2025 · ai-roast-vert.vercel.app
- 7WB
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
- 8TC
Hi HN, I'm thrilled to share with you think, a command-line tool that I developed while diving back into the programming scene. For the past few years, my focus had shifted from hands-on programming to managerial roles, my last one being at Affirm (I started Affirm's Polish office). However, I recently left my job to revisit my passion for coding and see if I could still write code that works. Not to mention that with what is currently going on in AI if you are a developer this probably the best possible time for a sabbatical in human history :) My first attempt was with LangChain, but I…
2023 · github.com
- 9IB
Hey everyone! I wanted to share a side project I've been working on that I think could be really useful for a lot of people, especially those in the web development and no-code space. As a developer with over five years of experience, I've done my fair share of freelance web development projects. Initially, I always coded everything from scratch, but as I took on more projects simultaneously, I started using Webflow to save time. While Webflow was helpful, I often found myself wishing for a faster way to set up a website – something that would allow me to start with a template and then…
2024 · instwebai.com
- 10IB
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
- 11IM
Try it at: ssh krnl.duetbrowser.com No sign up, totally free - no download. Let me know what you think. Prior art exists (brow.sh) but I wasn't satisfied with their graphical take. I wanted the raw, old skool terminal days of the early internet - BBS, and old green phosphor library comptuers - but running the modern web, with all the bells and jingle jangle whistles (JavaScript, etc). No funding, no VC, just 100% raw terminal fun. Not sure how long the demo will last, but try it out.
Jul 2026
- 12IM
Hi, all I worked on this tool a couple of months. I always had trouble creating a logo for my next project so I decided to automate it. Appreciate any feedback. Cheers, Dan
2024 · logo-ship.com
- 13KY
Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding. I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project). In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result: https://github.com/vladstudio/web2llm Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!…
2025 · web2llm.dev
- 14IG
I recently quit my job at a decent TTS company I was working for as a software developer advocate to pursue what I have always enjoyed doing, which is creating software that is helpful. Before and after quitting my job, I have always found it expensive and time-consuming to hire a designer that can come up with a decent logo for my software, and as a software engineer, I really enjoy coding, not designing. One day, I made a pretty bold move to design a logo, and it took me a whole day to come up with a logo that looks nice. This is the reason I built Owl AI, a logo generator that generates…
2024 · app.owlai.art
- 15IB
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
- 16IM
So hard to keep up with tooling and MLOps - I put it all in one place and got some tips from an experienced friend on what to use.
2025 · readyforagents.com
- 17AF
I recently built a free AI Room Design tool that lets you upload a photo of any room and instantly generate redesigned versions. Multiple styles are available: modern, minimalist, Scandinavian, industrial, and more. It works directly in the browser, no login required, and preserves your room’s layout while applying the new style. Would love to hear feedback on styles, UX, or technical improvements!
Dec 2025 · vdraw.ai
- 18AR
Hi HN. I'm the founder of Phoenix Labs (ex TikTok, Applied AI) and we're open sourcing our internal tooling today which is like a toolchain / meta-harness for CLI agents useful for really scaling eng and creative work. We are a very small team who's building a very ambitious product so we had to find ways to squeeze every ounce of efficiency that we could get our hands on. Harness strengths of different models (Claude, GPTs) and CLI-harnesses (Claude Code, Codex), safe/robust browser integration to speed up UX/QA testing, teams cli to speed up security reviews and parallelize…
May 2026 · agents-cli.sh
- 19VC
I've been using Cursor, Co-Pilot, ChatGPT, Claude and what not since quite some time now, and we are at a stage where we can just "vibe code" whole apps from idea to execution in a few prompts. I tried this personally to create some side projects that solved little problems for me. But I always got stuck at a point where it just goes into an infinite loop of issues and can't solve the issue by itself. Well I'm a developer, so it's easier for me to dive into the code and solve the problem myself, but that would take a hell lot of time to understand all the code AI wrote for me. If I keep…
2025
- 20CW
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
- 21IM
It was a crisp autumn evening when I found myself burning the midnight oil, yet again. As a graphic designer, I was knee-deep in a project that required intricate patterns for a client's new product line. The clock ticked mercilessly as I struggled with complex design software, trying to bring my vision to life. That's when it hit me – why couldn't I just tell a computer what I wanted and have it create the pattern for me? Why did I need to wrestle with technical jargon and complicated prompts when I had a clear picture in my mind? This revelation sparked a journey that would consume the…
2024 · aipattern.forit.ai
Ranked by how close each launch is in meaning, then by votes. Refine with a description →