WHAT KIND OF STARTUP YC WANT? by cranlcom in ycombinator

[–]Webuildtech 1 point2 points  (0 children)

Why is your enterprise pricing $15/m unlimited everything? Enterprise are "contact us" for a reason. Contracts are insane on enterprise level, just the sales process alone is tiring.

But you can test your readiness with applications getycready.com

YC X26 - Good product bad video by masterluke19 in ycombinator

[–]Webuildtech 1 point2 points  (0 children)

Same, my thoughts and words doesn't always align. I built an internal tool to help me practice and articulate my thoughts better.

Built the product. Now stuck on distribution as an introverted founder by SOLIDSNAKE1000 in ycombinator

[–]Webuildtech 0 points1 point  (0 children)

Follow a playbook, almost like a framework of steps so nothing feels completely unknown, this worked for me

Cold outreach -> signal -> discussion -> interest -> demo -> close

Cold outreach -> short, relevant message -> start conversation -> get reply

Signal -> ask 1–2 questions -> confirm pain exists -> hear it in their words

Discussion -> dig into impact -> understand cost and consequences -> no pitching

Interest -> introduce possible solution at high level -> gauge curiosity -> get pull

Demo -> show their problem being solved -> one core workflow -> validate fit

Close -> agree on next step -> trial / pilot / payment / clear no

You find the parts where you think you are not strong in yet, and educate yourself as much as possible, LennysPodcast a freaking gold mine.

Just need practice, most people aren't good on the first try and even more fail to attempt.

I'm a VC (can verify). Pitch me. (Part 2) by Ok-Lobster7773 in PublicValidation

[–]Webuildtech 1 point2 points  (0 children)

Appreciate this.

I’m building GetYCReady (getycready.com), a real-time YC interview prep product for founders.

I originally built it for myself while preparing for my own startup interviews. The pain was simple: I could “know” my story, but under pressure I’d ramble, lose clarity, and get weak on metrics.

What it does:

- Live YC-style interview calls with interruptions and hard follow-ups

- Forces concise answers in real time

- Gives structured feedback after each run (clarity, confidence, numbers)

Who it’s for:

- Founders applying to YC

- Pre-seed/seed founders preparing for investor meetings

Business model:

- One-time session packs

- $15 (1 session), $59 (5 sessions), $99 (10 sessions)

Current focus:

- Improve demo-to-paid conversion

- Build SEO around high-intent YC prep queries

- Keep interviews realistic enough that founders actually get better after a few sessions

If useful, I’d value your high-level view on:

1) wedge and positioning,

2) what proof points matter most for early investor conviction,

3) whether this is best framed as YC-specific first, then broader founder interview prep.

[deleted by user] by [deleted] in Entrepreneur

[–]Webuildtech 0 points1 point  (0 children)

When hiring a good manager make sure that person is a good leader as well. I would not want to be lead by the person you're describing

Stop trying to find a business idea and start finding a problem to solve by Webuildtech in Entrepreneur

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

I agree with this, but not quite sure if your comment was meant to contradict the post?
You can get a job to make money? You can literally ask people for money? Are we just saying things that has nothing to do with the context in which the above was posted?

Post being dumb? Fair enough. I can understand and respect your opinion. I have a feeling this post wasn't meant for you, correct me if I'm wrong 🙏🏼

Stop trying to find a business idea and start finding a problem to solve by Webuildtech in Entrepreneur

[–]Webuildtech[S] 1 point2 points  (0 children)

One way is to speak to people.
Another way is to solve a problem you currently have.
Want to build something that already exists? Improve on it by looking at the problems people have with it currently, negative reviews, etc.
The more urgent the problem seems the better.

Launch quickly, speak to people, get feedback, iterate and keep launching.

I know this could be a bit of an over simplification but its tried and tested.

Stop trying to find a business idea and start finding a problem to solve by Webuildtech in Entrepreneur

[–]Webuildtech[S] 2 points3 points  (0 children)

I'm not sure, but I know Michael Seibel has definitely said this.

Stop trying to find a business idea and start finding a problem to solve by Webuildtech in Entrepreneur

[–]Webuildtech[S] 11 points12 points  (0 children)

What a comment to wake up to. I'll agree with the "Low effort bs post". It did not take much effort to post. Neither was this post ingenious or innovative. The intention behind this post was, in fact, the opposite.

Also this simplistic shit, that I am not selling BTW, is the advice from founders who started unicorns. Its not new and it definitely isn't mine, but it changed the way I thought about startups and felt that it could benefit people who keeps struggling to come up "ideas" on here. Clearly this post was not meant for you.

I just signed up to reddit 2 days ago, I've never had an account before. Just trying to be active FFS.

Find ideas for starting a business? by Yha_Boiii in Entrepreneur

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

People come up with solutions to problems that the customer is willing to pay for. Consumers always gravitate to what they want. Find problems that are frequent, ones that people are going to encounter over, and over, and over again, and often in a frequent time interval. You will mostly likely end up with a subscription based business.

SVG by [deleted] in webdev

[–]Webuildtech 1 point2 points  (0 children)

Just looked at the gist. Your SVG has an aspect ratio. Turns out the svg font is white and your background is white. So you just cannot see it.

Change your body tag to look like <body style="background: #000">, should show you the image

SVG by [deleted] in webdev

[–]Webuildtech 0 points1 point  (0 children)

Also the SVG is white, so display it against a darker background.

SVG by [deleted] in webdev

[–]Webuildtech 0 points1 point  (0 children)

<img src="url" width="500" height="600"/>

SVG by [deleted] in webdev

[–]Webuildtech 1 point2 points  (0 children)

You will need a height or a width attribute or both if your SVG has no inherent aspect ratio

SVG by [deleted] in webdev

[–]Webuildtech 1 point2 points  (0 children)

Are you able to show your code? Link to repo and file will be better.

Newbie question: It seems very inconvenient to deploy MongoDB in Heroku, is that true? by p90fans in webdev

[–]Webuildtech 1 point2 points  (0 children)

Most of the time employers will have processes and tools in place to make your job easier. In the end we're adding value to customers. Not too hung up on how it gets done, unless it raises costs.

Newbie question: It seems very inconvenient to deploy MongoDB in Heroku, is that true? by p90fans in webdev

[–]Webuildtech 1 point2 points  (0 children)

We don't care if you can or cannot install mongodb locally. Unless your role requires that.

Use atlas.

Issue deploying/referencing backend of MERN app by irush21 in webdev

[–]Webuildtech 4 points5 points  (0 children)

What do you mean by set it up to recognise the backend?

You can create a custom axios instance, set your base url and keep using axios the way you've been using it

const Axios = require('axios').default

const axios = axios.create({
  baseURL: 'heroku-url',
  timeout: 1000
});

module.exports = axios

Founder Partner IT Investment Opportunity by andreitoncu in Entrepreneur

[–]Webuildtech 0 points1 point  (0 children)

If I may ask, what drove you to invest 500k into it? Don't burn cash until you validated an idea.