Earlier quoted context omitted.
> Just go sell $2-4k/mo SaaS to a medium sized traditional industry that has ancient, crummy software with a target customer employee size of 50 - 1,000 people. I’ve successfully done exactly this. Except in order to get there, we had to spend 3-4 years selling cheap $29/mo self-serve plans at volume to iron out all of the kinks in the product and UX. Only after that were we able to go upmarket selling $40-90k/yr con…
Yeah exactly. You can't just roll out of bed one morning and grustle out a stable enterprise application. Also: > customers paying $20k/yr or more have extremely high expectations across the board. They definitely do, in certain ways. But also a lot of the software companies use sucks shit. But this part of the other comment cracked me up. > a medium sized traditional industry that has ancient, crummy software This i…
After 3 Years, I Failed. Here's All My Startup's Code
81–90 of 284 posts
Re: After 3 Years, I Failed. Here's All My Startup's Code
#82Earlier quoted context omitted.
Yes. Most of what early vc practically pays for is salaries (and a lot of that is really just a passthrough to landlords because California is an incompetent state run by incompetent people.)
I believe you just had a "whoosh" moment.
Re: After 3 Years, I Failed. Here's All My Startup's Code
#83Re: After 3 Years, I Failed. Here's All My Startup's Code
#84> While we gained some traction with some startups, we ultimately weren't able to build a hyper-growth business. >"We then decided to pivot into a vertical B2B SaaS AI product because we felt we could use the breakthroughs in Gen AI to solve previously unsolvable problems, but after going through user interviews and the sales cycle for many different ideas, we haven't been able to find enough traction to make us beli…
Yeah I have been wondering this myself as well. I'm one of 3 co-founders in a bootstrapped company doing consultancy for a few years in a LCOL area. We have been paying founders 50k/year salaries for the life of the company. We haven't been especially lucky and we haven't been super brilliant in our business decisions. Yet we are doing fairly well. This year we made 400k revenue, 150k profit and 40% growth. Our sales…
Re: After 3 Years, I Failed. Here's All My Startup's Code
#85Earlier quoted context omitted.
Maybe my understanding of "big company" salaries are skewed but I imagine there's a profitable middle ground between big company salary and hypergrowth? As long as one isn't taking VC money at least On the flip side, I can't say I'm super sure what "hypergrowth" means, it's a rate of growth but I guess what really Matters is some expected valuation/market cap kinda thing
pretty hard beating riskless 500k+ TC without having equity in a hypergrowth company.
I guess I'm just trying to gain some career perspective on this heavily bootstrapped startup I'm at thats targeting the alt-thread-mentioned "medium sized traditional industry that has ancient, crummy software with a target customer employee size of 50 - 1,000 people." and whether it's really worth it for me
Re: After 3 Years, I Failed. Here's All My Startup's Code
#86Re: After 3 Years, I Failed. Here's All My Startup's Code
#87Re: After 3 Years, I Failed. Here's All My Startup's Code
#88> “Our main product was an SDK Generator that could take any OpenAPI specification and generate high-quality client libraries in multiple programming languages.” This is something I could really use! Is there a product that does this and doesn’t cost an arm and a leg?
Including the semi official tools https://github.com/OpenAPITools/openapi-generator
Now if you want multi language generation and especially high quality you may have to spend a lot of time evaluating different choices. I decided that the official java client didn't generate very nice python code and went with https://github.com/openapi-generators/openapi-python-client even though it's a small personal project with a primary developer+random contributions from users. It just seemed nicer to use for python. Finding which generator to use especially for JavaScript seems difficult
Re: After 3 Years, I Failed. Here's All My Startup's Code
#89> “Our main product was an SDK Generator that could take any OpenAPI specification and generate high-quality client libraries in multiple programming languages.” This is something I could really use! Is there a product that does this and doesn’t cost an arm and a leg?
https://github.com/OpenAPITools/openapi-generator has 22K stars
Re: After 3 Years, I Failed. Here's All My Startup's Code
#90This is not the first story I've heard of a product that isn't quite right, but when deciding where to pivot, fell into AI as the answer and then failed. I've said it before, but it bears repeating - when we figure out what AI is good at and what it is not, we will start treating it as a tool instead of a goal, and our product ideation will stabilize.
> when we figure out what AI is good at and what it is not We know. It's good at making stuff up. It's bad at facts or for generating things that withstand scrutiny.