Alternatives
Products that do what GizAI – AI Generators and Notes and Drive does
Hey folks! So, we're just a tiny team of 4 developers who've been coding our hearts out for the past 2 years. Last May, we took the plunge and clicked our way through Stripe Atlas to officially become Giz Inc. (Yeah, we're as surprised as you are.) * We've been working on this thing called GizAI... We opened the beta today. - It's kinda like a Swiss Army knife for your digital life, but with AI. Nothing too fancy, just trying to make life a bit easier, you know? - We threw in some AI chat stuff (GPT-4o, Gemini, Claude 3.5 the usual suspects), and it can generate images, videos, and audio.…
- 1

- 2
- 3IM
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
- 4IB
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
- 5AS
Hey HN, Since the launch of GPTs, I’ve struggled with integrating vast, up-to-date knowledge into a custom GPT and embedding it into websites and apps. After months of trial and error, we’ve developed an AI Search & Knowledge Assistant that solves this problem. Over the weekend, I built a demo assistant for Stripe that provides accurate answers, useful links, images in responses, cites sources, and keeps a thread history of your conversations. Here’s what’s included: - 3,700+ public documents full of useful info - 105+ million characters of rich knowledge - Powered by the ChatGPT-4o model…
2024 · demo.ordemio.com
- 6WB
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
- 7GE
Hey HN! Sophia here from Glato AI. For the last 3 months, we've been heads down building a cutting-edge short video ads generator. We got the idea because creating UGC shorts for user acquisition is a massive pain. Hiring creators costs $100+ per vid and takes forever. So we thought, why not use AI to automate this? That's where Glato AI comes in - it's one of the most advanced AI workflows we've built. Just feed it a product URL and it'll analyze the details, find related media, understand what's being shown, write a script, create an expressive avatar, lay out each scene with b-roll and…
2024 · glato.ai
- 8GE
Hey everyone! I've developed Gemini Engineer, an AI-powered CLI tool for software developers, using the Gemini API! This tool aims to assist with project creation, file management, and coding tasks through AI. It's still in development, and I'd love to get feedback from fellow developers like you. Check out the project on GitHub: https://github.com/ozanunal0/gemini-engineer Please give it a try and share your thoughts, suggestions, or any bugs you find. Thanks a bunch!
2025 · github.com
- 9WA
Today you can easily adopt AI coding tools because you have git for branching and rolling back if AI writes bad code. We haven't seen this same capability for data and decided to build it ourselves. Nile is a new kind of data lake, purpose built for using with AI. It can act as your data engineer or data analyst creating new tables and rolling back bad changes in seconds. We support real versions for data, schema, and ETL. We'd love your feedback on any part of what we are building - https://getnile.ai/ What do you think?
Jan 2026
- 10CP
I'm building an AI platform, FlowChai and found a neat use case for it today that I thought would be useful to HN readers. I use GPT4 heavily for writing / editing code, but a major downside is that it doesn't know about new projects. I made the connection today that I could upload the zip file of a Github repo to FlowChai and then write prompts just like with ChatGPT with code questions. While the original intent for this platform is more around natural language, it's neat how this works so well. It's powered underneath by pgvector and OpenAI embeddings.
2023 · flowch.ai
- 11NR
Hey folks! This is a project that I've been working in my free time for the past few months. It's a news aggregator that uses AI to select relevant articles and summarize them. The default sources are frameworks and libraries' updates, popular HN topics, and languages' subreddits threads that make past a certain threshold. You can run a local instance (needs an OpenAI key) and customize it with your own sources, and adjust the prompt as well. The resulting website can be browsed at https://dev-radar.com/ My next experiment will be with local news. I'm building some feeds with…
2023 · github.com
- 12IB
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
- 13WB
Hi everyone, We have been developing a platform to enable professionals to build AI assistants to help them through their work. After a few months, we realized people are trying to sell basic functionalities that can be built from scratch in a couple of hours. Due to this, individuals who are not familiar with the current SOTA are misinformed about the potential of generative models. So, we decided to open up some of our most popular templates as standalone tools for free to empower individuals and set a solid standard for what people should expect. We believe the barrier to accessing…
2024 · join.modularmind.app
- 14GT
Hi HN! I just released a blog on the fastest, easiest, and most collaborative AI data version control tools out there. If you’ve been iterating on AI datasets lately, you know how annoying and difficult it is to version and share your data. If you want a detailed comparison on the best data exploration and versioning options from Oxen.AI (where I am currently building a solution), Hugging Face, DVC, etc. check out the blog and lmk what you think:) Here’s the link: https://www.oxen.ai/blog/the-best-ai-data-version-control-to...
2024 · ghost.oxen.ai
- 15BE
I realised I was working on more parallel tasks with coding agents, but git branches became a huge bottleneck. Tried Git Butler but it just complicated things further. Found git worktrees as a solution but the git API was a bit too complicated for day to day. So thought I'll vibe-code this simple CLI utility to manage the process. It technically works with any setup – claude/codex/gemini + cursor/vim/whatever. Just manages git worktrees inside your repo and sets up your dev environment how you like it. Nothing fancy, just something I built to scratch my own itch. Figured…
2025 · github.com
- 16BG
Hi HN, My name is Othmane and I’ve been in the ML field (building and shipping models) for the last ~5years. Today, as many people out there, I come across new AI tools every week. However I was a bit surprised to see little to no mention of established AI vendors that existed before chatGPT and how most use cases are heavily biased toward content generation (text/image) or conversational AI (chatbots). I built a tool that helps you find the right AI solution/provider based on your use case. It uses a curated database of 100+ solutions from established vendors. It covers things…
2023 · preview.steerlab.ai
- 17TA
Git AI is a side project I created to track AI-generated code in our repos from development, through PRs, and into production. It does not just count lines, it keeps track of them as your code evolves, gets refactored and the git history gets rewritten. Think 'git blame' but for AI code. There's a lot about how it works in the post, but wanted to share how it's been impacting me + my team: - I find I review AI code very differently than human code. Being able to see the prompts my colleagues used, what the AI wrote, and where they stepped in to override has been extraordinarily helpful. This…
Nov 2025 · usegitai.com
- 18IM
Hey guys, I made a VS Code extension, within which you can use the Mixtral 8x7B AI model for free. Mixtral 8x7B is a new AI model from the Mistral family, which outperforms GPT-3 in many benchmarks, a fact that I have personally confirmed in daily coding tasks, where Mistral 8x7B was the clear winner. You can use all the AI features, such as AI Lens with custom instructions and similar. I'm pretty sure some of features will be useful to you. I'd appreciate both, positive and negative feedback!
2023 · marketplace.visualstudio.com
- 19IM
It works by using open AIs new gpt-image API, image processing algorithms and some prompt engineering. Still has some limitations, but can already generate ready to use assets.
2025 · pixel-gen.ai
- 20WO
Hey guys, I am think of building an open-source version of Perplexity to let devs play around with it. But with all the existing tools available what features would you want? Anything specific? What is missing? Currently working on - 1. Streaming text 2. Citations sources 3. Image and file upload 4. Chat history and storage 5. Temperature and custom instructions If you are in marketing or growth can anyone help me with what to focus on while building such an app? Also here is a very first version. Probably will break and most of the buttons also don’t work, built it in 3 days using Bing and…
2024 · omniplex.vercel.app
- 21KY
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
- 22IB
Hi, I have been building small AI Agents for quite some time now using various frameworks and one thing that always bugged me was that iterating on small things like prompts, flows, tools etc always took a code change + deployment of the app. While the prompt part can be solved with Langfuse I haven't found a good way to keep the flow management remote (and open source). Lately I have been working with Genkit (https://github.com/firebase/genkit) and love how modular it is. So I thought why not build a UI builder on top of that that can handle simple flows, prompts and…
Sep 2025
Ranked by how close each launch is in meaning, then by votes. Refine with a description →