Vibecoding
p/vibecoding
Build for the vibe, debug later

Convert your WhatsApp chat into clean filterable cvs - instantly

WAChatToCSV is a simple, free tool that lets you upload exported WhatsApp chat .txt files and view them in a clean, filterable table. Then, export filtered conversations as CSV perfect for saving memories, organizing customer conversations, or documenting legal/chat records. Upload .txt chat file See messages in table view Filter by sender, keyword, or date Download filtered chats as CSV 100% private all in-browser I built this after needing to organize a long chat thread and realizing the raw WhatsApp export was basically unreadable. It s fully client-side, fast, and free to use. Hope it helps others too!

KP

12d ago

I built my 1st fully vibe coded app (FileForge)

Hey all,

Just wanted to share my 1st fully vibe coded app: https://fileforge.in/

Chirag sharma

9d ago

Built an AI powered photo memory re-color app in just 4 days.

A few days ago, a new AI model inspired me to do something special.

I took some old black-and-white photos of my grandparents and great-grandparents and used the latest AI to re-color and animate them into short videos.

Ethan Haas

6d ago

First product launch using Cursor: Lavoro AI

As a freelancer, I built my first product lavorodocs.com to help with problems I faced generating proposals faster. I found the faster I put a project proposal in front of a client, the more likely to land the client. Lavoro AI lets freelancers and SMB store documents and proposals, and use AI generate new ones with the client information and previous writing style. Eager to get feedback on the initial product launch!

Vibe coded a sales coaching and simulation app

Hi everyone,

I fully vibe coded a sales coaching and simulation app - nexusdealcoach.io
This would allow you to ensure you are ready for a deal discussion before going for the call. You can simulate a deal based on meeting minutes and then use those to practice on what might happen next.
It lets reps simulate calls, pressure-test deal strategies, and align on messaging all before stepping into real conversations.

If you are an early founder feel free to signup on the platform and we would be happy to extend your free trial period if you find this useful.

Eric Simons

4mo ago

AMA w/ CEO of Bolt - from $0 to $20M and how we almost didn't make it

Live Feb 28th, 9am PT - drop your questions!

Hi everyone,
CEO of Bolt here! Super excited to open up about our journey and offer any learnings and stories I can to help other makers on their journey. Within a span of 2 months we've grown to $20M in revenue and were recently featured in NYT as paving the way for vibe coding.

Gabe Perez

2mo ago

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

Rumana R

3mo ago

Everything I Learned Building My Landing Page and Web Application on Bolt.new

Hey p/bolt-new community,

I recently started building Couples Hub (https://coupleshub.io/) a React-based application and Next.js based landing page using Bolt.new. Couples Hub is a product of my hobby brand "MD Meets Techie" which I've run for the past four years, creating digital products specifically for couples. Given my technical background, diving into Bolt.new was kind of a fun experiment (esp given how drab and boring my day job is). I noted several challenges along the way and I thought I'll share a few tips on what I've learned thus far. 

Evert M

1mo ago

I build my first full social app with vibecoding.

I'm a UX designer by trade, and as a designer I always had some fun ideas to build but never the tools to do so other then some concept design. But recently I had this Idea again from a while back and just build it.

It ook me over 2 months and had to learn a lot of code and documentation myself to tell the damn AI's what to do.

It's a weird feeling of feeling powerful and helpless at the same time haha.

Constantine

29d ago

How do you make sure your products are secure after vibecoding it entirely or partially?

After using a lot of AI-generated code lately, I've found myself spending a lot of hours on checking and repairing a lot of easy-to-spot security flaws. That being said, AI generally sucks at actually implementing secure code (or architectures), as well as recommending what to do to make your app more secure (sometimes even decently secure).

Have you had this problem as well? If yes, how do you tackle it?