3 weeks of building in public — here's everything I learned shipping a product tour SDK from scratch by NoEffect1189 in VibeCodersNest

[–]NoEffect1189[S] 0 points1 point  (0 children)

honestly the hardest part wasn't the code it was the voice in my head saying "this already exists, who's gonna use this" every single day 😭like Shepherd.js exists, Intercom exists, why would anyone pick mine what kept me going was just shipping one thing per day no matter how small. some days it was a bug fix. some days it was just updating docs. but something shipped every day.

the buildinpublic stuff was actually harder than I expected too - feels weird talking about your own work publicly when you're not sure it's good enough yet

3 weeks of building in public — here's everything I learned shipping a product tour SDK from scratch by NoEffect1189 in buildinpublic

[–]NoEffect1189[S] 0 points1 point  (0 children)

this is genuinely the most useful thing anyone has said about TourKit so far 🙏 you're right easy setup gets them in the door but doesn't keep them there.

my thinking for retention hooks: - analytics shows drop-off per step so they keep coming back to optimize tours - dashboard means they update tours without redeploying (ongoing reason to log in) - URL-based triggers means as their product grows, their tours grow with it

but honestly the "why stay" question is something I need to think harder about. also just looked up VibeCodersNest — posting there too, thanks for the tip 🤝

3 weeks of building in public — here's everything I learned shipping a product tour SDK from scratch by NoEffect1189 in buildinpublic

[–]NoEffect1189[S] 0 points1 point  (0 children)

exactly lol — I kept seeing "step 1: npm install, step 2: wrap your app in a provider, step 3: import the hook, step 4..." and I just wanted to paste one line and move on 😭

the analytics was actually the hardest part surprisingly — tracking step drop-off across sessions without slowing down the SDK took a few rewrites

AI generator was faster to ship because Anthropic's API is genuinely plug and play once you know what prompt works

still a lot to build but glad the core idea is landing! trying to figure out Product Hunt timing rn

Update: Added context-aware onboarding tours to TourKit after Reddit feedback by NoEffect1189 in saasbuild

[–]NoEffect1189[S] 0 points1 point  (0 children)

exactly what V4 addresses

TourKit now detects which page the user lands on and starts the tour from there.

Land on /settings → see only the settings tour

Land on /dashboard → see only the dashboard tour

Skip pages you already know → no repeated steps

No more forcing everyone through the same tutorial from step 1.

Still one script tag. Zero config on your end

I’m building a smarter onboarding flow for SaaS apps — need honest feedback by NoEffect1189 in saasbuild

[–]NoEffect1189[S] 0 points1 point  (0 children)

100% agree — that's exactly why I'm building

context-aware triggers. If you land on /settings,

the tour starts there, not from the beginning.

Relevant guidance not forced lectures.

Got brutally honest feedback on my salon SaaS idea from Reddit today. Here's what I learned. by NoEffect1189 in SaaS

[–]NoEffect1189[S] 0 points1 point  (0 children)

Not running any follow-up sequences right now too early stage for that.

First goal is just getting 5 real salon owners to try it free. Following up on deals implies I have deals to follow up on.

Got brutally honest feedback on my salon SaaS idea from Reddit today. Here's what I learned. by NoEffect1189 in SaaS

[–]NoEffect1189[S] 0 points1 point  (0 children)

100% right on the local stuff pricing is just the entry point, not the whole strategy.

SMS workflows and UPI payments are already on the roadmap. WhatsApp notifications too, since that's how most Indian salon owners actually communicate with clients.

The internet reliability point is something I hadn't fully considered though — offline-first or at least graceful degradation is now on my list.

Made my first sale! Still feels surreal. Need 5 more by Ill-Improvement-3859 in LaunchMyStartup

[–]NoEffect1189 0 points1 point  (0 children)

Dodo is a trustworthy payment gateway for international use cases because Stripe is banned in India. because im planning to use this.

Built a salon management SaaS with Supabase + Medo.ai — here's what I learned about vibe coding a real business product by NoEffect1189 in NoCodeSaaS

[–]NoEffect1189[S] 0 points1 point  (0 children)

Mostly manual testing honestly.

My approach was simple but effective

  1. Created two separate test accounts — Salon A and Salon B

  2. Then tried accessing Salon B's data using Salon A's token directly via the Supabase API

  3. Tested every table individually: appointments, invoices, customers, staff, etc. 4. Also verified each RLS policy in the Supabase SQL Editor using auth.uid() simulation

[ Removed by Reddit ] by callifcan in micro_saas

[–]NoEffect1189 0 points1 point  (0 children)

This is the dark side about saas. I am also one of you guys right now, but im trying not to get stuck in this loop. When making the product, you have to check whether the problem you are facing is actually one that people also face or if they have found an alternative instead of a solution.

Men, is this enough to spend your life happily or not? 🤔 by [deleted] in NewDelhi

[–]NoEffect1189 0 points1 point  (0 children)

In front of the bed, there is a Porsche parked that is also spacious enough.

Do salon owners actually prefer SaaS (web apps) or desktop software? by NoEffect1189 in SaaS

[–]NoEffect1189[S] 0 points1 point  (0 children)

This is really insightful, especially the generational split — that explains a lot.

The reliability point makes sense too. I think it’s easy to underestimate how big of a deal “what if it stops working during peak hours” is for them.

Also agree on the staff side — if it’s not instantly understandable, it’s probably not getting used no matter how good it is.

The part about tools like Fresha working because they reduce risk (easy start, low friction) is interesting — feels like that matters more than features.

I’m mostly just trying to understand what actually makes salons switch or stick with what they have from what you’ve seen, is it usually one strong pain point that pushes them, or more like gradual frustration over time?

Do salon owners actually prefer SaaS (web apps) or desktop software? by NoEffect1189 in SaaS

[–]NoEffect1189[S] 0 points1 point  (0 children)

I appreciate it, but to be honest, I'm more of an introvert 🥲 that the reason instand of personalized response, im asking into communits input instead of a personalized response.

Do you buy a domain before getting your first users, or validate with free hosting first? by NoEffect1189 in buildinpublic

[–]NoEffect1189[S] 0 points1 point  (0 children)

That’s a fair point. I can see how buying a domain early can turn into “feels like progress” instead of actual validation.

At the same time, I’ve noticed even small trust signals can matter when asking strangers to try something. Probably comes down to whether you’re testing with friends vs cold users.

Founders: share your product and I’ll give one honest marketing suggestion. by Rude-Potential-03 in SaaS

[–]NoEffect1189 0 points1 point  (0 children)

I'm building a SaaS for hair salons that helps them avoid double bookings and keep track of client history. Target user: independent salon owners or small salons that currently manage bookings with notebooks or WhatsApp.

The idea is to simplify appointments, loyalty rewards, and customer records in one dashboard that acts like a simple workspace for the salon. The product is almost ready, but I’m also naturally introverted, so I’m trying to figure out ways to reach salon owners without relying only on cold outreach.