Automate as much as possible. Payments ? Slap a stripe checkout form (unless you happen to be in a country where Stripe is still not supported) or Paypal for others. Onboarding: Make it as easy and smooth as possible for clients to get started after signinup. Show them exactly where and how to start. Documentation & FAQ: Create tons of it. If a client has a question, thy should be able to resolve it through your docu…
Ask HN: How to sell your app/side project while working full-time?
31–40 of 102 posts
Re: Ask HN: How to sell your app/side project while working full-time?
#32Support was a little bit more tricky, however. The only solution we found here, other than outsourcing to an Upworker, was to try to minimise support. Make your help docs as useful as possible and spend time on improving error messages.
I would also advise you to switch to working on the project full-time as soon as you can afford to. Our growth went through the roof (we'd spent around 3 years getting to £1k MRR and tripled that in the first full-time month). Some reasons why? We could spend time with our customers and focus on improving our metrics, the stuff that you just can't automate away. We also began treating it more as a business and valued our own time spent on the project more, which resulted in increasing our prices and getting across our value proposition better.
Re: Ask HN: How to sell your app/side project while working full-time?
#33Re: Ask HN: How to sell your app/side project while working full-time?
#34- Tactically: you don't need to respond to emails M-F 9-5. Yes, that's when many B2B customers are working, but they don't know what timezone you are in, and it's not uncommon to have a delay in answering emails. Just be sure to answer emails before work and after work.
- Create lots of FAQs (using https://helpsite.io – shameless plug) so you aren't answering the same questions over and over. - (Actually you'll still have to answer many of those questions, but at least you'll have a quick link you can send them)
- Focus more on inbound marketing (creating blog posts, SEO, AdWords, etc.) rather than outbound sales, which requires a much higher amount of active work that you can't do with a full-time job.
Re: Ask HN: How to sell your app/side project while working full-time?
#35Automate as much as possible. Payments ? Slap a stripe checkout form (unless you happen to be in a country where Stripe is still not supported) or Paypal for others. Onboarding: Make it as easy and smooth as possible for clients to get started after signinup. Show them exactly where and how to start. Documentation & FAQ: Create tons of it. If a client has a question, thy should be able to resolve it through your docu…
I know Paypal has its Instant Payment Notification API, were they ping your server once a payment has gone through, I assume Stripe has something similar.
I was just wondering if there's a simple API, that can handle payments through both Paypal and Stripe etc.
Re: Ask HN: How to sell your app/side project while working full-time?
#36B2B Sales can mean a lot of things... from very low-touch to involving a lot of in-person time. To help you better, we'd need to know more about your product and your market.
K-12 schools and universities to be specific. My app is a bubble sheet grader that grades multiple choice questions and captures free response-style answers. Much like Scantron, but with automated data entry: https://swiftgrades.com
Re: Ask HN: How to sell your app/side project while working full-time?
#37Automate as much as possible. Payments ? Slap a stripe checkout form (unless you happen to be in a country where Stripe is still not supported) or Paypal for others. Onboarding: Make it as easy and smooth as possible for clients to get started after signinup. Show them exactly where and how to start. Documentation & FAQ: Create tons of it. If a client has a question, thy should be able to resolve it through your docu…
Regarding payments can you recommend a simple API over both Stripe & Paypal out of interest (or would you just implement both using their respective APIs?) I know Paypal has its Instant Payment Notification API, were they ping your server once a payment has gone through, I assume Stripe has something similar. I was just wondering if there's a simple API, that can handle payments through both Paypal and Stripe etc.
Re: Ask HN: How to sell your app/side project while working full-time?
#38Automate as much as possible. Payments ? Slap a stripe checkout form (unless you happen to be in a country where Stripe is still not supported) or Paypal for others. Onboarding: Make it as easy and smooth as possible for clients to get started after signinup. Show them exactly where and how to start. Documentation & FAQ: Create tons of it. If a client has a question, thy should be able to resolve it through your docu…
Regarding payments can you recommend a simple API over both Stripe & Paypal out of interest (or would you just implement both using their respective APIs?) I know Paypal has its Instant Payment Notification API, were they ping your server once a payment has gone through, I assume Stripe has something similar. I was just wondering if there's a simple API, that can handle payments through both Paypal and Stripe etc.
They have an api as well, but I've seen most people use their landing page/buy product page more than anything.
Re: Ask HN: How to sell your app/side project while working full-time?
#39Automate as much as possible. Payments ? Slap a stripe checkout form (unless you happen to be in a country where Stripe is still not supported) or Paypal for others. Onboarding: Make it as easy and smooth as possible for clients to get started after signinup. Show them exactly where and how to start. Documentation & FAQ: Create tons of it. If a client has a question, thy should be able to resolve it through your docu…
Regarding payments can you recommend a simple API over both Stripe & Paypal out of interest (or would you just implement both using their respective APIs?) I know Paypal has its Instant Payment Notification API, were they ping your server once a payment has gone through, I assume Stripe has something similar. I was just wondering if there's a simple API, that can handle payments through both Paypal and Stripe etc.
Re: Ask HN: How to sell your app/side project while working full-time?
#40Edit: Stripe is not US only, but the countries that they support is very limited. Not recommended if your product has worldwide customers.