About
Software Engineer and Motorcyclist, Meditator and Scientist, Musician and Hiker, Vegan and Cat Person This Today and That Tomorrow, Enjoying the Ride! ☺️
Work
Indie maker
Links
Badges




Maker History
Forums
Is It Crazy to Build a Local App in a Browser-First, AI-Driven World?
Every day, the PH feed is packed with shiny new SaaS tools most of them browser-based, many of them AI-infused. It s exciting, no doubt. But compared to a time not so long ago, something seems missing: local desktop apps.
They re rare now, and it makes me wonder are native apps still worth building, or have they quietly slipped into the realm of nostalgia?
After all, web apps offer clear benefits for both users and makers or investors. Users don t have to install anything, updates are seamless, and their data is accessible from any device with a browser. For investors, the advantages are just as compelling: a single tech stack, easier user onboarding, lock-in effects, and plenty of levers for driving growth and virality.
⚡️ What's the best AI UI builder right now?
I m building landing pages for my next product and exploring AI UI tools that actually help ship faster.
Curious to hear what s working for you from the apps like Lobable or v0
I've tested both and cannot choose what tool is better to buy. Maybe there are better tools?
Vibe coding process - do we jump in or plan it out?
I'm super curious how everyone starts to vibe code? In the beginning I would simply jump into @bolt.new or @Cursor and just do a prompt and continue refining with the AI. I quickly realized this created a lot of issues as I didn't think about the structure, tech stack, and how I wanted the features to interact with each other and how the way I was building things would impact the user experience. I now do the following:
Write down a simple problem statement: "what am I trying to solve?"
Write down a simple solution statement: "what does the thing I'm building do (to solve the problem)"
Share the above with @ChatGPT by OpenAI and word vomit my thoughts, ideas, how I want the user to interact with my app, etc and ASK ChatGPT to turn everything I said and want into an easy to understand directive and instructions for an Engineer.
I then take the Engineer instructions and give it to a new chat in ChatGPT and ask it to turn those instructions into a prompt for an AI engineer and to break up the project into sections so that each time we focus on a section the app is shippable and keeps things easy to work on.
I take the output and paste it into my notes. I then give it to Cursor.
Once in Cursor, I create a new project folder and got at it!
Curious what everyone else does and if you've experience any things to avoid or must do