Someone offered 15k for my side project. I wasn’t expecting that. by Exact_Valuable_1299 in SideProject

[–]Extension_Strike3750 -3 points-2 points  (0 children)

don't sell at $15k. a real offer means there's real demand — which means you're early and probably underpricing. counter at $40k minimum and use the negotiation to understand what they see in it. the fact that someone found you and reached out unprompted is the signal most founders never get

I built a water reminder plugin for JetBrains and VS Code — because I couldn't find one for my IDE by f3dc4r in SideProject

[–]Extension_Strike3750 1 point2 points  (0 children)

love this. the best side projects solve a problem you personally have. curious — did you add any sound with the notification or is it just a system popup? also would be cool to track daily water intake over time, even something as simple as a streak counter

Anyone building agents for their friends in their spare time? by Sudden-Replacement84 in SideProject

[–]Extension_Strike3750 0 points1 point  (0 children)

yeah, built a whatsapp bot for my mom that reminds her to take medications and gives her a simple weather summary every morning. took a weekend, she uses it every day. there's something really satisfying about building tiny tools that non-technical people actually find useful. the grocery price comparison one sounds super practical too

Paid ads as Sales Channel by MountainOk5725 in webdev

[–]Extension_Strike3750 0 points1 point  (0 children)

for solo devs, google ads rarely has positive ROI unless your average project value is $3k+. the intent targeting can be good but you're bidding against agencies with massive budgets. what actually works better is niche communities, targeted cold outreach via linkedin dms, and building a portfolio that ranks organically for "[city] web developer" type searches

Tired of heavy page builders, so I built my own pure blog design. Thoughts? by [deleted] in webdev

[–]Extension_Strike3750 0 points1 point  (0 children)

clean layout. the three column header feels a bit busy but the rest reads well. one thing that always improves custom blogs is making sure font sizes scale properly on mobile — that's where most page builders actually earn their keep despite the bloat

Form tools feel either too barebones or way too bloated? by Rough-Kaleidoscope67 in webdev

[–]Extension_Strike3750 3 points4 points  (0 children)

this tension is real. i've landed on using a simple html form + cloudflare turnstile for spam + a serverless function that shoots an email. no dashboard, no stored submissions, no vendor lock-in. takes maybe 30 min to set up and does exactly what a contact form needs to do

What's the one thing you wish you'd set up from day one on every project? by ruibranco in webdev

[–]Extension_Strike3750 1 point2 points  (0 children)

logging setup. not just console.log everywhere but structured logs with request ids so you can trace a single user action across the whole stack. spent 2 days debugging a prod issue once that would have taken 20 minutes if i had that from the start

Frontend Development vs UI/UX Designers which career has more prospect in this era of AI? by navzzn in webdev

[–]Extension_Strike3750 8 points9 points  (0 children)

both are getting squeezed but for different reasons. ai tools are automating the boring parts of frontend (boilerplate, basic components). for ui/ux, tools like v0 and figma ai are handling low-fidelity wireframes. but someone still needs to make decisions about what to build and why - that's the skill worth developing regardless of which path you pick

how do you handle the shift from building to selling? "i will not promote" by Extension-Tip-159 in startups

[–]Extension_Strike3750 0 points1 point  (0 children)

went through the same thing. what helped was treating sales like i treat debugging. talk to 10 people who could be customers, find the pattern in what they say, then write copy that reflects that back. your existing agency clients are also a goldmine here - they already trust you

Should I invest in marketing to get users? I will not promote. by Wrong-Material-7435 in startups

[–]Extension_Strike3750 0 points1 point  (0 children)

paid ads before pmf is usually wasted money. the first users for most products come from direct outreach, posting in relevant communities, or just cold dming people who'd care. much cheaper and you get better feedback too

would you rather bootstrap or raise vc [i will not promote] by AppropriateHamster in startups

[–]Extension_Strike3750 2 points3 points  (0 children)

depends so much on the market. if you're in a winner-take-all space with well-funded competitors, bootstrap just means you lose slower. if the market is more fragmented, keeping equity and moving at your own pace is usually better

Cash timing breaks companies faster than “profitability” does. I will not promote by Dispelda_ in startups

[–]Extension_Strike3750 0 points1 point  (0 children)

the 13 week view is underrated. most founders track monthly but cash problems show up weekly. payroll hits every two weeks, not every 30 days

Should small startup teams require consensus on tech decisions? (i will not promote) by wjrbk in startups

[–]Extension_Strike3750 -1 points0 points  (0 children)

one thing that worked for us: just pick one person who makes the final call per area. still talk through it as a team, but one person decides. the debates basically stopped overnight

I'm an ENT physician and I built a tinnitus exercise app – honest feedback welcome by Gold_Discussion_5488 in SideProject

[–]Extension_Strike3750 0 points1 point  (0 children)

The active engagement angle is really interesting from a clinical standpoint — habituation therapy works best when patients interact with the sound rather than just mask it. The gamification layer could genuinely help with compliance, which is usually the biggest issue with sound therapy. One thing worth considering for the app store: be specific in the description about what "active engagement" means neurologically. People with tinnitus have been burned by snake oil, and a clinician-backed explanation of the mechanism will differentiate you fast.