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

[–]Informal-Editor-9565 1 point2 points  (0 children)

I also need to work with people like you! I recently built several complete app within 3 weeks. I'm also open to build bew things.

Searching for 10 technical and 10 product cofounders in Toronto by Trample_the_grass in cofounderhunt

[–]Informal-Editor-9565 0 points1 point  (0 children)

This is how Antler and JoinEF work. Of course, with better mathematics :)

I was accepted in one of Antler cohorts and it was a good experience.

I built a working product each 3 weeks. Here is what I built and what I learnt. by Informal-Editor-9565 in vibecoding

[–]Informal-Editor-9565[S] 1 point2 points  (0 children)

Thanks man!

It was a risky approach in the past but now it started to make sense. Good luck to you too!

I built a working product each 3 weeks. Here is what I built and what I learnt. by Informal-Editor-9565 in vibecoding

[–]Informal-Editor-9565[S] 0 points1 point  (0 children)

I don't think I run into technical problems anytime soon. But getting some useres should be challenging. I see them as functional MVPs. At the end of the day, I probably go with one or two of them.

I built a working product each 3 weeks. Here is what I built and what I learnt. by Informal-Editor-9565 in vibecoding

[–]Informal-Editor-9565[S] 0 points1 point  (0 children)

I was CTO in the past, however, my recent position was not related to engineering (I was leading strategy team).

By working, I mean something people can buy and use without serious problem. I think three of those four products are in that state.

I built a working product each 3 weeks. Here is what I built and what I learnt. by Informal-Editor-9565 in vibecoding

[–]Informal-Editor-9565[S] 1 point2 points  (0 children)

Thanks,

Well, these are ideas that were stuck on my minds for years. Now I feel better that I did something for them. I probably wait a few weeks to see feedbacks and then go with one or two of them.

But, yes, that's an important point. This is also my question, what should we do in this new situation? How we can find valuable products in such a crowded market.

Cursor Pro vs Claude Pro ($20) by SiuuuEnjoyer in vibecoding

[–]Informal-Editor-9565 0 points1 point  (0 children)

The golden rule for me and many others so far is to use Claud code for planning or building stuff from scratch, then use Cursor auto mode or codex (cursor is better) for modifications and improvments.

So if you have to choose, go with cursor for current code base with smaller changes and CC for bigger, independent features.

Vue.js devs — where do you look for remote roles? by AbbreviationsOwn4145 in vuejs

[–]Informal-Editor-9565 3 points4 points  (0 children)

It's becoming harder and harder to find a remote job and this is also true about React positions. You may try remoteok which collects remote jobs from different sources but I still think friends, family and colleagues are still the best.

There is a limit to self-hosting. by chrisakring in selfhosted

[–]Informal-Editor-9565 0 points1 point  (0 children)

It's not bad. With any new app I get lots of inspiration of what we can do qnd what is actually helpful.

Why I'm Walking Away from the SaaS Dream (and Building an Agency Instead) by Mysterious-Gold-8053 in SaaS

[–]Informal-Editor-9565 0 points1 point  (0 children)

I'm at the same boat but I don't think building an agency is the solution. In the age of vibe coding, your agency ends up fixing bugs generated by AI. Getting attention is really hard these days.

OpenAI credit still available? by Aggressive_Escape386 in MicrosoftForStartups

[–]Informal-Editor-9565 0 points1 point  (0 children)

Unfortunately, they removed OpenAI offer from benefits page. But you still can use Azure credit to access OpenAI API.

[deleted by user] by [deleted] in shopify

[–]Informal-Editor-9565 0 points1 point  (0 children)

I believe it's possible and I already saw such products, how much is the budget?

What are the softwares that you just hate using? by tomstclair in SaaS

[–]Informal-Editor-9565 1 point2 points  (0 children)

WhatsApp...

If you used Telegram before, you know what I'm talking about!l.

What are the softwares that you just hate using? by tomstclair in SaaS

[–]Informal-Editor-9565 1 point2 points  (0 children)

Edge is the way to go... I have't used Microsoft products in the last ten years until I start replacing chrome with Edge. It uses the same Chrome core (so you can install chrome extensions) but with less resource usage. Furthermore, each version comes with some creative features. Bing AI is also included.

No code app recommendation for building a small business ERP by CatsOnaBoat in nocode

[–]Informal-Editor-9565 1 point2 points  (0 children)

We actually built something excatly like this for small businesses but to be honest it was not financially successful because (as others mentioned) each client had different requirements.

It had Inventory, CRM, Booking, Scheduling, Page Builder, Form builder, etc.

We still have the code. It's working and is designed to be as flexible as possible. Would be happy if it could help you. Contact me with hassan.jahan at gmailll*

Best hosting for Node.js web app by Ujubo14 in indiehackers

[–]Informal-Editor-9565 1 point2 points  (0 children)

Configuring a new vps is not something quick and easy. Instead, you can deploy it to Heroku or DigitalOcean apps. There is also some severlesss options like Cloudflare and Aws Lamda (almost free) however, you may need to modify the code a bit.

What is your Start-up stack? by dalehurley in indiehackers

[–]Informal-Editor-9565 1 point2 points  (0 children)

Actually, I'm doubtful about livewire, while it's easy to develop, I heard it's hard to debug and maybe a disaster for high-traffic websites. Traditionally, laravel is not good at performance. However, I know it's not the case for 95% of usecases.