TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How did you 'do things that don't scale' for your B2B startup?

9 pointsby dayveover 7 years ago

8 comments

rayboy1995over 7 years ago
While we were building the MVP for <a href="https:&#x2F;&#x2F;pupkeep.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pupkeep.com&#x2F;</a> we decided to try and not automate anything that we didn&#x27;t have to so we can ship core features faster.<p>For instance I was going to build a complicated job system to handle payouts to different company locations, but I realized that until we get thousands of customers I can just send the payouts manually by clicking some buttons in Stripe. A bit tedious but instead of building and debugging that we now have another full feature built out improves our users experience.
twundeover 7 years ago
The most common types of tasks I&#x27;ve seen are those that fall under business operations. My last company when starting up their B2B side had someone manually set up invoices in Excel and print and mail them to the individual clients. For some clients I&#x27;ve seen people manually enter data instead of automating it (or until the automation is complete). The real trick here is that you don&#x27;t want to automate the operations until you actually have a product that people are buying. It&#x27;s not worth investing the time and money into automation unless you know it&#x27;s going to be used.<p>Additionally, early on, you&#x27;re going to want to do some of the sales manually. You&#x27;re probably going to lean on people you already know to try the product and intros from people in your network. This is more time-consuming than a sales pipeline but it will generally provide better product (and sales) feedback. These customers will also most likely be your most passionate.
tixocloudover 7 years ago
For Orchestra, I have and still manually cold call and interview potential customers. I gather email addresses and make it a priority to provide value with the very first email so it&#x27;s not spammy. This means researching about a prospects&#x27; business as opposed to creating a canned email and firing away.
pryelluwover 7 years ago
At Yelluw:<p>- Directly contact people who we want to work with and ask them to subscribe to our newsletter.<p>- Manually send the newsletter to each subscriber. There are over 120 subscribers at the moment. We do not promote the newsletter en masse. Just 1-1 contacts.<p>- We do manual prospecting on social media by actively looking for people that fit a given profile. This includes forming a relationship with them and actively work to figure out how we can solve their current business challenges.<p>All thos takes hours of work every day. But its so worth it. Growth is quickly increasing because we treat people like people and not like money bags with legs.<p>Im currently developing a system to semi-automate the process. You can se the code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;yelluw&#x2F;amy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yelluw&#x2F;amy</a><p>If youd like to subscribe to the newsletter and see for yourself, just visit <a href="http:&#x2F;&#x2F;yelluw.com" rel="nofollow">http:&#x2F;&#x2F;yelluw.com</a> (https incoming).
评论 #15304728 未加载
abra_kadabraover 7 years ago
At the last startup I worked at one thing we did was we manually input data for our customers. The application only really became useful after a time investment by the users to load up their data library, so we would offer to do it for them.
fuball63over 7 years ago
I&#x27;m working on a function as a service platform that will eventually proxy to a cluster of worker machines. Currently, I&#x27;m not scaling in the most literal tech sense; it runs on a single server until I validate that people will actually use it.
ajeet_dhaliwalover 7 years ago
Tesults (<a href="https:&#x2F;&#x2F;www.tesults.com" rel="nofollow">https:&#x2F;&#x2F;www.tesults.com</a>) requires integrating with build&#x2F;test scripts to use it. We will provide manual hands on help with integrations (including writing code) for teams that want us to. It&#x27;s not very many that ask but we will do it for anyone, including teams on the free plan (the majority).
osullivjover 7 years ago
Don&#x27;t invest time and money in automating any business process until it&#x27;s really hurting you. Don&#x27;t integrate with Stripe until you can&#x27;t keep up with manual onboarding for billing. Don&#x27;t automate cloud hosting until you can&#x27;t keep up with manual provisioning....