Skip to content

Commit

Permalink
Add Growth Support info doc
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoyle81 committed Dec 16, 2024
1 parent bcd9654 commit abbdb94
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 6 deletions.
79 changes: 79 additions & 0 deletions docs/growth/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
sidebar_position: 1
title: Growth
description: Get advice, support, and resources for each stage of development for your project.
---

At each stage of your project, you can get advice, support, and resources from the Flow ecosystem. Here's a breakdown of what you should be doing and what you can get at each stage:

## Product Idea

You've got an **idea** for an app, game, or project that you want to build on Flow.

### What you should be doing

* Developing the idea in a written format, such as a pitch deck, whitepaper, design doc, or business plan
* Writing software
* Joining a hackathon or buildathon

### What you can get

* Technical support
* Product support
* Marketing support for your launch
* DevRel

## MVP/Demo/Hackathon Project Complete

You've got something that works in a place others can use it and experience key features of your product.

### What you should be doing

* Writing software
* Integrating with service providers
* Getting user feedback and improving your product

### What you can get

* Free credits to third-party services (e.g. Alchemy)
* Feedback and guidance from Flow Foundation BD team
* DevRel
* Mentorship from startup founders
* GrantsDAO for funding (submit project and get voted on to continue post hackathon or entirely new)
* Instagrant Funding (for projects that are ready to go live and have signs of PMF, does not cover engineering milestones typically)

## Live product on mainnet

Real people are using your app regularly and doing the types of things that you are or will eventually generate reveneu from (even if it's still a small number of users).

### What you should be doing

* Acquiring users
* Tracking metrics
* Improving your product
* Raising funds
* Micro grants

### What you can get

* BD Support (intros, etc)
* Dedicated slack or tg channel
* Fundraising support (investor network + accelerators)
* Bounties for milestones aligning to ecosystem goals
* DevRel

## Product market fit

You've got an app and are meeting the needs of regular customers. Core features are implemented, edge cases are handled, and most of your asterisks are resolved.

### What you should be doing

* Acquiring users
* Tracking metrics
* Improving your product

### What you can get

* Fundraising support (intros to investor network)
* Grants tied to bigger ecosystem milestones
* DevRel
18 changes: 12 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ const config = {
},
...(process.env.GTAG
? {
gtag: {
trackingID: process.env.GTAG,
anonymizeIP: true,
},
}
gtag: {
trackingID: process.env.GTAG,
anonymizeIP: true,
},
}
: {}),
}),
],
Expand Down Expand Up @@ -284,6 +284,12 @@ const config = {
label: 'Ecosystem',
activeBasePath: '/ecosystem',
},
{
to: 'growth',
position: 'left',
label: 'Growth',
activeBasePath: '/growth',
},
{
type: 'custom-connectButton',
position: 'right',
Expand Down Expand Up @@ -645,7 +651,7 @@ const config = {
clientModules: [require.resolve('./src/modules/toolscards.ts')],

customFields: {
flowNetwork,
flowNetwork,
},
};

Expand Down

0 comments on commit abbdb94

Please sign in to comment.