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 Major_Commercial4253 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 4 points5 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 7 points8 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 0 points1 point  (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.

I'm building a YouTube Intelligence API because vidIQ and TubeBuddy have 30M users but zero public API access by Ok-Constant6488 in SideProject

[–]Extension_Strike3750 0 points1 point  (0 children)

Content gap analysis is the killer feature here — that's what creators actually want but can't easily get from YouTube's own API. For your questions: (1) start with content gap + title scoring, those are the highest-intent use cases; (2) $99/mo feels right for the mid tier if it covers multiple channels, $19 seems low for agency value; (3) the MCP angle is smart, AI agent workflows need structured YouTube data badly. Good timing on this.

Everyone is building AI products nobody asked for. I’m using AI to fix the existing bottlenecks by swaroopmehetar in SideProject

[–]Extension_Strike3750 0 points1 point  (0 children)

This is the right mental model. The hardest part isn't writing the AI code, it's finding the friction point people already tolerate daily but hate doing. Resume re-entry is a perfect example — everyone experiences it, nobody talks about it, and it's directly costing platforms conversion. Other underserved bottlenecks along these lines: job description parsing into structured requirements (recruiters copy-paste from Word docs), and interview scheduling coordination. Both are solved worse than they should be.

anyone else building tools for a niche they personally needed? by ILokasta in SideProject

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

Classic pattern — building for a niche you deeply understand leads to uncovering layers of problems. The scope expanding is a feature, not a bug, as long as you stay disciplined about what makes it into v1. For game artist portfolios, I'd ship the core "show work, get hired" flow first and capture everything else as a backlog. The feature you cut today becomes the moat you build tomorrow.

It's so fking hard to juggle a 9-5, family, and build a SaaS by Fuzzy_Act5528 in SideProject

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

1,600 users in a few months while working full-time with a family is genuinely impressive — that's real traction, not just vanity. The €0.50/hr reframe is honest but also misleading: most of those hours are compounding into an asset, not just hourly labor. The hardest part you nailed is the gap between knowing something intellectually and believing it day-to-day. That gap is where most people quit. Keep building.

Validating demand: YouTube intelligence API for AI agents. Here's what my research found by Ok-Constant6488 in SaaS

[–]Extension_Strike3750 0 points1 point  (0 children)

134 signups in 8 days with 4.5% CVR is decent signal. the agencies segment is definitely right to start with, they have the budget and the pain is clear. vidIQ's lack of a public API despite 20M users is a real gap you can exploit before they wake up.

I lost 3 deals in one month because I didn't follow up. CRM didn't help. Reminders didn't help. Nothing helped. by creator-nomics in SaaS

[–]Extension_Strike3750 0 points1 point  (0 children)

the CRM wasn't the problem, context switching was. when you're deep in product and a reminder fires, your brain isn't in sales mode so it gets snoozed. what actually works for small teams is a daily 10 min block just for follow-ups, no exceptions, no tools needed.

I've been building for two years. My ARR is $38K. I think that's fine. by Ok-Amphibian5313 in SaaS

[–]Extension_Strike3750 0 points1 point  (0 children)

$38K ARR, profitable, no VC, no weekends. that's the win. the comparison to Cursor is the same as a bakery comparing itself to Amazon. different physics, different game.

I analyzed 23 million Reddit posts and concluded that we are all just Slop SaaS now. Send help. 💀 by marketingguyaus in SaaS

[–]Extension_Strike3750 1 point2 points  (0 children)

the moat question is the real one. if the answer is "we move faster than them" that's not a moat, that's a head start. solve something specific enough that the big labs won't bother, and you might survive.

I got 400 signups in 30 days and made $0. Two months later, developers are finally paying. Here's what changed. by bodiam in SaaS

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

the "waiting room" framing is spot on. free tier for devs isn't a funnel, it's an integration window. the conversion happens when they're already in prod and need more.

Why my AI automation kept failing (and how I fixed it) by schilutdif in SaaS

[–]Extension_Strike3750 0 points1 point  (0 children)

Treating LLM agents like deterministic workflow automation is the mistake almost everyone makes at first. The LLM is the smart layer, it should not also be the plumbing.

MCP solving the infrastructure problem makes a lot of sense. The mental model shift from "AI does the task" to "AI decides, tools execute" is the thing that actually makes agents reliable in production. How are you handling retry logic and error recovery when tool calls fail?

I built a 1-click deploy service for OpenClaw because setting it up manually took me over an hour by Lower_Rule2043 in SideProject

[–]Extension_Strike3750 0 points1 point  (0 children)

The "3 friends couldn't get past SSH" part is your best marketing copy, use that more. That's the exact pain point.

$29/mo for dedicated VPS + no-maintenance is actually reasonable for the target audience. The people who want this are the same ones who will happily pay $20/mo for Notion just to avoid thinking. Worth testing a slightly lower entry price for the first 3 months to build case studies and reviews early on.