Setting up monorepos for AI: submodules versus subtrees
I've been building my app for 8 months now, and i ended up having 5 repositories
nextjs app
databases
customer facing API
node-sdk that wraps the api
react-sdk, for both reusing shared component and customer facing components
So i thought, it's gonna be great if i create a mono repo with submodules. But it was terrible. I realized that turborepo does not like external packages, and as i tried to reuse my own customer facing libs, the DX became terrible. It was very time consuming to ship a feature. Even when i wanted to use Codex or Cursor 3, it was not able to show git diff properly, also i was not able to use Cursor's cloud agents properly to ship complex features.
Would you hire a VibeCoder to work on your product?
I've been pretty impressed at the amount of products people (including myself) have been able to create which got me curious... do vibe coders or AI-primary builders have a place in a company or team?
My thinking is the more technically adept would work on the core-focus while vibecoders can assist with other tasks that shouldn't be the main devs focus...like a potential feature add, minor changes, or even exploring different ways of modifying the existing product.
I'm curious what you all think, would you hire a vibe coder?
Can vibe coding become a real income stream?
Vibe coding seems to be everywhere right now, people are building apps just by prompting AI.
But I m curious if anyone here has actually made money from something they vibe coded, especially people who didn t come from a coding background.
What tools are you using and what is frustrating you?
Hello everyone, Sumit here from the Himalayas. I hope everyone is having a relaxed weekend. My workflow with vibe coding has settled pretty well as I get more and more time out of desk while Claude Code builds the software.
I wanted to offer any assistance to fellow founders. I have been vibe coding full-time for a little over 4 weeks. Wrote about it here. Please share your tools, or workflow and in particular what is not working for you. What is frustrating you in building software with vibe coding?
Poll: Which product do you use the most? Bolt, Lovable, Replit, or v0?
Curious what's your preference: @bolt.new @Lovable @Replit @v0 by Vercel? or else?
The huge lift of vibe coding
Every time I vibe code there is always this huge lift that I constantly have to go through. Authentication, billing, password resets, emails, signup, waitlist, landing page and when it s all said done and the app is ready then comes the marketing, the blogging, the social media automation, the product hunt launch etc etc etc . So much repetitive crap that I have to do just to get a simple app up and running. How do you guys handle all this?
Since I am a coder and a hammer sees everything as a nail, I decided to create all this code as a template so I can jump into building an app right away. There is actually a lot more than what I mentioned above e.g customer support, chat, roadmap for building in public, email flows and more coming.
Can you ship a production-ready Full-Stack App in 2026 without a Pro subscription?
I ve been testing the 'Free Tier' limits of the 2026 AI landscape. While everyone swears by Claude 3.7 or GPT-5.2, I m trying to find the 'Golden Ratio' for makers on a zero-budget.
My current findings for the Office Bee MVP:
The Brain: Gemini 3.1 Pro (via AI Studio) seems to have the highest 'Reasoning-per-Dollar' (free) for deep R&D.
The Frontend: v0 (Free Tier) for shadcn/ui components.
The Glue: Bolt.new for the initial scaffold.
The Challenge: Most 'free' models hallucinate complex state management in full-stack architectures.
#vibecoding: What are your favorite Cursor pro-tips?
Recently stumbled across this Cursor pro-tip from Ian Nuttall on X:
"1. ask it to recommend a folder structure
2. ask it to actually create the folder/files based on that this makes it 10x easier for me to get started and Cursor is more accurate using codebase cos it knows where to update files."
That got me thinking, what other pro tips are people using to generate better code, ship faster, organise your space better, etc. Drop em below:
We realized 12% of our "Active" MRR was actually ghosts 👻 Have you checked your silent churn?
Hey everyone! I had a massive reality check this month and wanted to see if other founders have experienced this.
We use Stripe for billing and HubSpot as our CRM. Our dashboard looked incredibly healthy, MRR was growing, and deals were marked as "Active." But out of curiosity, we cross-referenced our active paying users with our actual product analytics (Mixpanel/PostHog).
Turns out, almost 12% of our paying customers hadn't logged into the app in over 20 days. They were "ghosts." Because their Stripe subscription hadn't failed yet, our CRM was completely blind to the drop-off, and our CS team was doing nothing to save them.
We ended up having to build a native bridge to pipe usage data directly into HubSpot to fix this.
Can you do real development from your phone — one-handed, on the subway?
I'm a senior developer in Seoul. My commute is long and the subway is always packed. Here's how I tried to make mobile development work and where it fell apart.
Seoul subway is not quiet. You're standing, one hand gripping a bag, the other holding your phone. Coding the traditional way IDE, terminal, file trees is physically impossible. The screen is too small, your fingers too fat, and the text too tiny to read without squinting.
---
The problem in a nutshell:
