I just shipped an update to AI Banana. I refactored the entire data system, migrated the servers, and launched image generation with 4K, 2K, and 1K resolutions. I also redesigned the model usage architecture and implemented a much cleaner context-handling system. This allows more precise control at the pixel level, making it easier to directly translate user intent into visual results. If you’re into creative image design, feel free to give it a try. Designing visuals through natural language feels amazing. We give 3 free image generations per day—feedback and suggestions are very welcome. 👉 This is a full-stack system I built through vibecoding, despite having zero programming background—frontend, backend, server deployment, everything. I haven’t written a single line of code. The image UI and logo are entirely AI-generated. Throughout the process, I’ve barely used any traditional design or programming tools. I’m excited every single day, because there’s no friction between ideas and building anymore. The only real obstacle is forcing myself to step away from the desk and go exercise—otherwise, I could sit in front of the computer and keep building for 24 hours straight. This is the first time I’ve found a true flow state in a professional field outside of drawing. One or two years ago, I could never have imagined that I’d be able to build a product by myself through programming. It’s a crazy era we’re living in. #AIBanana #vibecoding image

Replies (32)

This client, built on Gemini's Nano Banana Pro, can generate and design various images, allowing for precise design and editing of visuals using natural language. Feedback is welcome, Kat 😉
I'm a product designer, and I designed Freerse. I then sold my Bitcoin to pay the programmers' salaries to build Freerse. Four programmers were involved in building #Freerse . I love the combination of Nostr and Bitcoin. I sold my Bitcoin in 2023 when it was at $20,000; if I had waited two more years, I could have afforded to pay for continued development of Freerse. 😂 It's okay, though; I can now complete all the product development tasks myself using AI programming. I couldn't have imagined this a year ago.
I did not know that. I thought you made it yourself. Was it difficult working with the programmers to get the app how you wanted it?
The biggest difficulty was that the programmers I worked with didn’t have experience in Bitcoin or open-source protocol development. Many of Nostr’s protocol interfaces and feature implementations came with serious technical challenges. I spent a lot of time solving problems that looked simple on the surface. Another issue was remote collaboration — everyone inevitably runs into unexpected situations, so development schedules were hard to guarantee. Just as someone was getting familiar with the overall technical architecture, I had to look for a new collaborator. A lot of time was wasted in that process, and it was quite exhausting. But things are much better now. Claude Code has become my full-stack technical mentor, my partner for executing programming tasks, and essentially my CTO, working together with ChatGPT and Gemini to solve hard technical problems. I can push product development forward anytime, anywhere. It honestly feels amazing. Right now, the biggest bottleneck is simply that I don’t have enough time.
Default avatar
Duvel yesterday
This sounds amazing! What AI model are you using? Where (which service) are you deploying the frontend and backend? Do you have a staging environment? Do you have CI/CD setup?
I used Claude Code to build the project and deployed it on my own server. Then I developed and tested it locally. I had Claude Code write a quick deployment script, but I controlled the server deployment commands. All of this involved refining all the rules, processes, and scripts with Claude Code as we encountered problems during the build process. It was both my programming mentor and my execution staff.
Default avatar
Duvel 7 hours ago
Thank you for the explanation. Did you used Cursor, another code editor or no editor at all?