Skip to content

Commit

Permalink
VSW
Browse files Browse the repository at this point in the history
  • Loading branch information
bmann committed Jun 11, 2024
1 parent fb90103 commit 145dd83
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 55 deletions.
84 changes: 36 additions & 48 deletions _notes/Startup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
tags:
- WIP
---
_Startup and small business operations and efficiency_

_Note: this page is undergoing major renovations. Skip to the bottom for other resources tagged with startup_

**"Startup"** is this weird phrase that means lots of different things. For me, one of the things that it means is really internalizing a couple of different concepts.

One is the [[Lean Startup]], which has lots of baggage associated with it today, but at its core there is the **Build - Measure - Learn** loop.
Expand All @@ -17,7 +21,6 @@ I also associate efficiency with my version of startup. This efficiency can come

# Types of Startups

I'm going to write down some thoughts and definitions on kinds of businesses below.
## Venture Startup
A venture startup is a business that can grow (or "scale") to a very large revenue over time. The classic number is, can your business get to $100M in annual revenue in 5 years?

Expand All @@ -26,53 +29,28 @@ A venture startup is a business that can grow (or "scale") to a very large reven
The other line you'll hear a lot at the beginning of a venture startup is "do things that don't scale".

You don't know what the most valuable parts of the business will be, so you are optimizing for learning and insights from your customers rather than efficiency.
## Bootstrapped

The term "bootstrapping" refers to not taking outside investment to get started. This usually means the person starting the company has personal savings to cover cost of living for themselves, and the ability to invest in what is needed to start a business.

There is a certain amount of antagonism and disdain from "bootstrappers" for those companies that take investment. But, at a certain point, if you know that $1 into the business can make $1.25, then taking investment can be one way to really grow the business.

There are a number of emerging forms of capital investment now available, such as IndieVC style investments or revenue financing, that can really work for "bootstrap" businesses.

This category has grown a lot larger lately, because many forms of Software-as-a-Service (SaaS) businesses can be run by a much smaller number of people -- eg a single founder, or a small 2-3 person team -- and thus don't need outside investment to grow to be quite profitable.

SaaS is called out particularly, as a "scalable" business model where you can sell recurring software subscriptions on a monthly or yearly basis, rather than constantly finding new customers.
### Simple SaaS Example

Let's say you have a team of 3 people, and you initially want to make $80K each in annual salary, which would be $240K. We'll add a healthy buffer of operations, expenses, and overhead of $60K annually, so that's $300K in Annual Recurring Revenue (ARR)

That would mean you're aiming for $25K Monthly Recurring Revenue (MRR):

* With $100 monthly plans, you need **250** paying customers
* With $25 monthly plans, you need **1000** paying customers

Of course, you could start by earning half as much, cut your expenses in half, and with $100 plans you'd only need 125 paying customers, which seems achievable.

As well, growing this business to add more paying customers doesn't incur dramatically more costs, so we say it's "scalable".
## Small Business

The small business we usually think of is usually a physical store with only one location, in a local area.

Mostly, it also means that the business can't grow without adding more people. It uses a lot of people time, so can't grow without adding more people, and each person needs to get paid.
## Digital Small Business

So, it doesn't "scale" as well as businesses that can have form of non-people-hour-based revenue, especially if it is recurring.
TODO

Consulting companies of all kinds, whether a software development shop or an accountant, are usually small businesses. They can still look to "productize" their business, to not just sell hours, but to sell value, and to optimize how they build what they sell.
## Deep Tech

A software development shop might have a flat rate prototype that they get better and building and following the same process, so over time it takes them less hours to deliver a higher quality output.
TODO
## Moonshot

A software development shop might sell hosting, maintenance, or support hours on retainer over time, meaning steady, recurring cash flow that can be delivered in a more standard way, often with more junior staff, so it's less expensive for them to provide the service.
TODO

An accountant might sell a monthly or annual package that includes everything that you need, again using efficiency and optimization to deliver accounting and book-keeping services at scale.
Also [[Vancouver Moonshots]]

Outside of more digital or knowledge based areas, subscription boxes or memberships can work for all kinds of businesses.
# Capital Investment

* Angel vs VC
* Crowdfunding
* IndieVC-style investment
* Revenue Financing
* Future of Venture

# Getting Started

All businesses, companies, and ideas get started somewhere, and over time have various setup and improvement needs.
Expand All @@ -81,8 +59,8 @@ I say over time as well, because changes in the business -- either a growth in t

These are a set of recommendations of tools, generally aimed at the "just getting started".

**Articles:**
* [[Canadian Incorporation as a non-resident]]

## Web Presence

TODO: write up "spend $0 or $5K on a website"
Expand All @@ -93,11 +71,13 @@ TODO: write up "spend $0 or $5K on a website"
* [[Squarespace]]
* [[Webflow]]
* [[Ghost]]

## Company Information

* TODO: Using Discourse Forum & Discord Chat for Company and Community
* [[Mattermost]]
* [[GDrive]]
TODO: Using Discourse Forum & Discord Chat for Company and Community

* [[Discourse]]

## Company Formation

TODO: write down a couple of different options, esp. venture startup vs. small business
Expand All @@ -107,27 +87,35 @@ TODO: write down a couple of different options, esp. venture startup vs. small b
* [[Clerky]]
* [[Startup Lawyers]]
* [[Small Business Lawyers]]
* [[Founder Vesting]] aka "Reverse Vesting"
* [[Reverse Vesting]]

## Banking, Finance, and Accounting

* [[Xero]]
* [[Wave Payroll]]
* SMB / consulting finance vs. Startup finance
* Budget / Cash Flow / Use of Proceeds Worksheet template
* [[Budget Scenario Template]]
* User Model / Business Model Worksheet template

* Sprout Accounting

### International Payments and Transfers

[TransferWise](https://transferwise.com/invite/u/borism73) will give you the best foreign exchange rates and also will give you USD, GBP, EUR bank accounts (amongst others) that you can accept money into from others.

[Plooto](https://plooto.com) can make or request payments through direct withdrawal / deposit. Useful for larger dollar amounts inside of Canada and internationally. Will connect directly into Xero for paying bills and sending invoices.

Neither of those two can support sending funds to Brazil. [Payoneer](https://www.payoneer.com/) can make personal and business accounts that can send and receive Brazilian Real (BRL).

Having a Paypal business account is generally useful, as you can then link it to your bank account and pay some recurring or one-time bills through there. Especially useful if you have a low limit on your business credit card, as is often the case with startups in Canada (e.g. I currently have $5000CAD limit shared across two founder cards).
## Metrics

* [[Posthog]]
* [[Metabase]]
* [[Plausible Analytics]]
* [[Plausible Analytics]]
# Resources

Other notes tagged with startup:

<ul>
{% for post in site.notes %}
{% if post.tags contains "startup" %}
{% unless post.tags contains "organization" %}
<li><a href="{{ post.url }}" class="internal-link">{{ post.title }}</a></li>
{% endunless %}
{% endif %}
{% endfor %}
</ul>
10 changes: 10 additions & 0 deletions _notes/Vancouver Moonshots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
tags:
- Vancouver
- WIP
---
Companies in Vancouver that will have large global impact if they work, resulting in local success and regional impact.

* General Fusion
* Sanctuary AI
* 1QBit / Quantum
2 changes: 2 additions & 0 deletions _notes/Vancouver Startup Week.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ tags:
- Vancouver
- event
- startup
aliases:
- VSW2024
---
I organized the first version of this in 2014, called Startup Week Vancouver at the time.

Expand Down
20 changes: 13 additions & 7 deletions _posts/2024-06-10-vsw-smartyoungbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ Thanks to the VSW organizers for being resilient and keeping things going for a

Ian's presentation was really good. He turned his [10K word research essay](https://smartyoungbc.com) into a presentation, walked the group through it, then had some guiding questions for people to discuss in small group break out sessions.

![](smartyoungbc-daniel.jpeg)
![](/assets/2024/smartyoungbc-daniel.jpeg)

_Thanks [Daniel for the photo](https://x.com/Shalinsky/status/1798853716927545663), I promise there was a roomful of people in front of us :)_

Ian defines "Young" as "16 to 26". He himself is 27, and so has "aged out" of this range. He describes his rational -- it's much easier for young people to take chances, they're moldable, and it's easier for them to just pick up and move with less ties and less stuff. There were a number of people in the room that gave feedback that

"Smart" should not be taken too pedantically here either. This doesn't mean High IQ, it means [weird nerds](https://x.com/RuxandraTeslo/status/1799454547082981619), [ambitious people](https://x.com/readswithravi/status/1799179147027116520), and just generally with people who stand up and put energy into GSD[^gsd].

For those looking for "next steps", check out and support what [[Novus]] is doing. And for something that's a little broader than "tech startup" showcasing what ambitious people are building across art, tech, and science, attend and support the first [[Minimum Viable Demos]] event coming up June 30th.
For those looking for next steps, check out and support what [[Novus]] is doing.

And, as you come across people, activities, or other suggestions that highlight the concept, [tag things with #smartyoungbc](https://x.com/search?q=%23smartyoungbc).
And for something that's a little broader than "tech startup" showcasing what ambitious people are building across art, tech, and science, attend and support the first [[Minimum Viable Demos]] event coming up June 30th.

As you come across people, activities, or other suggestions that highlight the concept, [tag things with #smartyoungbc](https://x.com/search?q=%23smartyoungbc).

Stay tuned for future Smart Young BC workshops. With the presentation and small group break out, we can likely run the same format multiple times, and inspire people to take action. [Go subscribe »](https://www.smartyoungbc.com/)

Expand Down Expand Up @@ -56,14 +58,14 @@ I briefly talked about neurodiversity[^nd] and mental health, probably something

I met a number of great people in and around these talks and at an after party or two. Here's a high level description of a couple of encounters:
* how to stay in Canada while building a business; [[Startup Visa]] is still not very well known (and the angel investor part of it needs work)
* a team exploring a program inspired by Google's Summer of Code, focused on the Province of BC
* a team exploring a program inspired by Google's Summer of Code, focused on onboarding more open source builders in the Province of BC
* a startup exploring international fruit importing
* someone who heard me talk about neurodiversity and mental health, and had the courage to come up and ask for more resources around this
* a connected pet hardware startup which needs local hardware/software expertise
* a [[SRED]] software platform that might be possible to open source[^oss]
* several software developers looking to connect with other technical builders[^dev]

I'm looking forward to the meetings I'm going to have with many of the people who already followed up.
I'm looking forward to the meetings I'm going to have with many of the people who already followed up. Thanks for connecting[^bmann]!

---

Expand All @@ -73,11 +75,15 @@ Building a [[Venture Sized Business]] is part of the venture capital business mo

Having attempted a venture-funded deep tech software startup with [[Fission]], and being a believer in moonshots as part of the formula for long term regional and national success, I _also_ want to see us rally around big goals.

See you next year!
I'm spending some time refreshing my [[Startup]] resources and getting an update on funding and other parts of the ecosystem. I'm encouraged by a lot of the energy from [[Vancouver Startup Week]], but building an innovation ecosystem can't just happen one week per year. We have a lot of work to do.

With that in mind, think about what you, personally, are going to work on, who you can collaborate with, what you need help with, and we'll see you at next year's Vancouver Startup Week for an update. Cheers!

[^bmann]: See https://bmann.ca for every single one of my social profiles

[^remote]: I flat out tell people that they should not work for a Vancouver company. They're mostly not competitive in salary or ambition. If I have to choose between having someone stay in Vancouver -- or leaving completely for elsewhere -- I want them to stay and have an awesome well paid ambitious job where they live locally and work remote.

[^nd]: I'm almost certain that I am neurodiverse, and I think this is one of the first times I've talked about it publicly. I once joked "I'm too busy coping to get diagnosed", and definitely feel at times that aspects of my weird brain are sometimes a super power, except when it isn't. When I was young man, I never heard the term neurodiverse, and never conceived that there would be a different way to relate to the world. I'm still learning and growing around this even now.
[^nd]: I'm almost certain that I am neurodiverse, and I think this is one of the first times I've talked about it publicly. I once joked "I'm too busy coping to get diagnosed", and definitely feel at times that aspects of my weird brain are sometimes a super power, except when it isn't. When I was a young man, I never heard the term neurodiverse, and never conceived that there would be a different way to relate to the world. I'm still learning and growing around this even now.

[^sorry]: It was a low energy week for me where I did get a few things done, but just putting one foot in front of the other was about all that I managed. I can "put on a face" for public events and have energy for it in the moment, but need small group or alone time. It's good to share emotional & mental health things, actually!

Expand Down

0 comments on commit 145dd83

Please sign in to comment.